Stephan Schroevers
fa8ca80040
[maven-release-plugin] prepare for next development iteration
2024-08-11 15:05:54 +02:00
Stephan Schroevers
b733179cd0
[maven-release-plugin] prepare release v0.18.0
2024-08-11 15:05:54 +02:00
Stephan Schroevers
290ddf1972
[maven-release-plugin] prepare for next development iteration
2024-07-20 14:15:44 +02:00
Stephan Schroevers
5a163ce2e9
[maven-release-plugin] prepare release v0.17.0
2024-07-20 14:15:43 +02:00
Stephan Schroevers
e3cda3ea49
[maven-release-plugin] prepare for next development iteration
2024-03-15 13:04:44 +01:00
Stephan Schroevers
8aec87b40e
[maven-release-plugin] prepare release v0.16.1
2024-03-15 13:04:44 +01:00
Stephan Schroevers
23ceb4aa6b
[maven-release-plugin] prepare for next development iteration
2024-03-12 08:24:08 +01:00
Stephan Schroevers
5cca9d23da
[maven-release-plugin] prepare release v0.16.0
2024-03-12 08:24:08 +01:00
Stephan Schroevers
433b8b90c0
Require JDK 17 rather than JDK 11 ( #603 )
...
By raising this baseline the project can now use Java 17 language features such
as text blocks, switch expressions and `instanceof` pattern matching. The code
has been updated to make use of these constructs.
Note that the project can still be used by builds that target an older version
of Java, as long as those builds are executed using JDK 17+.
2024-02-11 16:57:13 +01:00
Stephan Schroevers
1f50772433
[maven-release-plugin] prepare for next development iteration
2024-02-11 14:31:59 +01:00
Stephan Schroevers
382b79989c
[maven-release-plugin] prepare release v0.15.0
2024-02-11 14:31:59 +01:00
Stephan Schroevers
57fa6ae2b8
Introduce package-info.java for tech.picnic.errorprone.guidelines.bugpatterns ( #1023 )
2024-02-10 18:22:26 +01:00
Rick Ossendrijver
6195ede1f5
Introduce error-prone-experimental module ( #1003 )
...
And move the known-incomplete `MethodReferenceUsage` check to it.
2024-02-10 11:06:16 +01:00