ppkarwasz commented on code in PR #3069:
URL: https://github.com/apache/logging-log4j2/pull/3069#discussion_r1794892058
##########
log4j-core-test/src/main/java/org/apache/logging/log4j/core/test/junit/package-info.java:
##########
@@ -20,7 +20,7 @@
* @see org.junit.rules.TestRule
*/
@Export
-@Version("2.23.0")
+@Version("2.23.1")
Review Comment:
For `MINOR` changes yes.
What I would like to convey with the `@Version` annotation is:
- the stability of the API in each package,
- in which minor version was the API last modified (a sort of `max(@since)`).
In this case this package was last modified in `2.23.0`, since then users
didn't get any additional functionality, only bug fixes. If they compile their
code against `2.23.0`, they will get the same result as using the latest
release.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]