mirror of
https://github.com/jlengrand/error-prone-support.git
synced 2026-03-10 08:11:25 +00:00
Summary of changes: - Use JDK 17.0.13 instead of 17.0.10. - Use JDK 21.0.5 instead of 21.0.2. - Use JDK 23.0.1 instead of 22.0.2. - Have GitHub issue template reference more recent version numbers. See: - https://adoptium.net/temurin/release-notes/?version=jdk-17.0.11+9 - https://adoptium.net/temurin/release-notes/?version=jdk-17.0.12+7 - https://adoptium.net/temurin/release-notes/?version=jdk-17.0.13+11 - https://adoptium.net/temurin/release-notes/?version=jdk-21.0.3+9 - https://adoptium.net/temurin/release-notes/?version=jdk-21.0.4+7 - https://adoptium.net/temurin/release-notes/?version=jdk-21.0.5+11 - https://adoptium.net/temurin/release-notes/?version=jdk-23+37 - https://adoptium.net/temurin/release-notes/?version=jdk-23.0.1+11
1.2 KiB
1.2 KiB
name, about, title, labels, assignees
| name | about | title | labels | assignees |
|---|---|---|---|---|
| 🐛 Bug report | Create a report to help us improve. | bug |
Describe the bug
- I have verified that the issue is reproducible against the latest version of the project.
- I have searched through existing issues to verify that this issue is not already known.
Minimal Reproducible Example
If applicable and possible, please replace this section with the code that
triggered the isue.
Logs
Please replace this sentence with log output, if applicable.
Expected behavior
Setup
- Operating system (e.g. MacOS Monterey).
- Java version (i.e.
java --version, e.g.17.0.13). - Error Prone version (e.g.
2.35.1). - Error Prone Support version (e.g.
0.19.0).