This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/juneau.git
commit ce5ac0e869e26bfd4442df215ace316ee67f9cec Merge: b649452f7 2f7084cc6 Author: Gary Gregory <[email protected]> AuthorDate: Thu Jul 24 18:42:02 2025 -0400 Merge branch 'master' of https://gitbox.apache.org/repos/asf/juneau.git RELEASE-NOTES.txt | 1 + TODO.txt | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --cc RELEASE-NOTES.txt index 8aa5ed8a4,6d69ecdbe..ad3df95fb --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@@ -20,9 -20,7 +20,10 @@@ Release Notes - Juneau - Version 9.2. * Bump org.apache:apache from 34 to 35 #220. * Bump org.eclipse.jgit:org.eclipse.jgit from 7.2.1.202505142326-r to 7.3.0.202506031305-r #221. * Bump jetty.version from 12.0.21 to 12.0.23 #222. + * Bump org.junit.vintage:junit-vintage-engine from 5.12.2 to 5.13.3 #223. + * Annotations associated with a subclass of org.apache.juneau.annotation.AnnotationBuilder that didn't carry an `String[] description()` attribute now do. + For example: org.apache.juneau.http.annotation.Path. + The current use case is for developers to further annotate their code with documentation. Release Notes - Juneau - Version 9.1.0
