1-
2- Next Release (Version 3.27.1-snapshot)
1+ Next Release (Version 3.27.2-snapshot)
32--------------------------------------
4- [ issues resolved] ( https://github.com/javaparser/javaparser/milestone/213 ?closed=1 )
3+ [ issues resolved] ( https://github.com/javaparser/javaparser/milestone/214 ?closed=1 )
54
65### Added
76### Changed
@@ -10,6 +9,78 @@ Next Release (Version 3.27.1-snapshot)
109### Fixed
1110### Security
1211
12+ Version 3.27.1
13+ --------------
14+ [ issues resolved] ( https://github.com/javaparser/javaparser/milestone/213?closed=1 )
15+
16+ ### Changed
17+
18+ * fix: switch expression improvement (PR [ #4823 ] ( https://github.com/javaparser/javaparser/pull/4823 )
19+ by [ @seokjun7410 ] ( https://github.com/seokjun7410 ) )
20+
21+ ### Fixed
22+
23+ * Fix: Adjusts the range limits of lambda expression parameters to ignore brackets. (
24+ PR [ #4860 ] ( https://github.com/javaparser/javaparser/pull/4860 ) by [ @jlerbsc ] ( https://github.com/jlerbsc ) )
25+ * Fix issue 4846 (PR [ #4855 ] ( https://github.com/javaparser/javaparser/pull/4855 )
26+ by [ @PiTheGuy ] ( https://github.com/PiTheGuy ) )
27+ * Revert checkstyle plugin upgrade (PR [ #4836 ] ( https://github.com/javaparser/javaparser/pull/4836 )
28+ by [ @jlerbsc ] ( https://github.com/jlerbsc ) )
29+ * Fix: issue 4832 Resolving type of fully qualified varargs invocation throws IndexOutOfBoundsException (
30+ PR [ #4835 ] ( https://github.com/javaparser/javaparser/pull/4835 ) by [ @jlerbsc ] ( https://github.com/jlerbsc ) )
31+ * Fix: Issue 4829 Infinite loop in DifferenceElementCalculator when calling setPermittedTypes (
32+ PR [ #4834 ] ( https://github.com/javaparser/javaparser/pull/4834 ) by [ @jlerbsc ] ( https://github.com/jlerbsc ) )
33+ * XmlPrinter: fix duplicate attribute name in generated xml (
34+ PR [ #4806 ] ( https://github.com/javaparser/javaparser/pull/4806 ) by [ @sgqy ] ( https://github.com/sgqy ) )
35+ * Use lambda parameter counts and block bodies for improved resolution (
36+ PR [ #4796 ] ( https://github.com/javaparser/javaparser/pull/4796 )
37+ by [ @johannescoetzee ] ( https://github.com/johannescoetzee ) )
38+ * Fix issue #4791 (PR [ #4792 ] ( https://github.com/javaparser/javaparser/pull/4792 )
39+ by [ @bannmann ] ( https://github.com/bannmann ) )
40+
41+ ### Developer Changes
42+
43+ * fix(deps): update dependency org.checkerframework: checker-qual to v3.51.1 (
44+ PR [ #4862 ] ( https://github.com/javaparser/javaparser/pull/4862 ) by [ @renovate [ bot]] ( https://github.com/apps/renovate ) )
45+ * chore(deps): update dependency org.apache.maven.plugins: maven-javadoc-plugin to v3.12.0 (
46+ PR [ #4843 ] ( https://github.com/javaparser/javaparser/pull/4843 ) by [ @renovate [ bot]] ( https://github.com/apps/renovate ) )
47+ * fix(deps): update dependency com.google.guava: guava to v33.5.0-jre (
48+ PR [ #4839 ] ( https://github.com/javaparser/javaparser/pull/4839 ) by [ @renovate [ bot]] ( https://github.com/apps/renovate ) )
49+ * chore(deps): update codecov/codecov-action action to v5.5.1 (
50+ PR [ #4827 ] ( https://github.com/javaparser/javaparser/pull/4827 ) by [ @renovate [ bot]] ( https://github.com/apps/renovate ) )
51+ * fix(deps): update dependency org.checkerframework: checker-qual to v3.50.0 (
52+ PR [ #4825 ] ( https://github.com/javaparser/javaparser/pull/4825 ) by [ @renovate [ bot]] ( https://github.com/apps/renovate ) )
53+ * chore(deps): update actions/setup-java action to v5 (PR [ #4822 ] ( https://github.com/javaparser/javaparser/pull/4822 )
54+ by [ @renovate [ bot]] ( https://github.com/apps/renovate ) )
55+ * chore(deps): update actions/checkout action to v5 (PR [ #4811 ] ( https://github.com/javaparser/javaparser/pull/4811 )
56+ by [ @renovate [ bot]] ( https://github.com/apps/renovate ) )
57+ * chore(deps): update dependency com.puppycrawl.tools: checkstyle to v11 (
58+ PR [ #4808 ] ( https://github.com/javaparser/javaparser/pull/4808 ) by [ @renovate [ bot]] ( https://github.com/apps/renovate ) )
59+ * chore(deps): update dependency org.apache.maven.plugins: maven-surefire-plugin to v3.5.4 (
60+ PR [ #4701 ] ( https://github.com/javaparser/javaparser/pull/4701 ) by [ @renovate [ bot]] ( https://github.com/apps/renovate ) )
61+
62+ ### Uncategorised
63+
64+ * Improves documentation on LexicalPreservingPrinter (PR [ #4820 ] ( https://github.com/javaparser/javaparser/pull/4820 )
65+ by [ @jlerbsc ] ( https://github.com/jlerbsc ) )
66+ * Improves documentation on the raw langage level (PR [ #4819 ] ( https://github.com/javaparser/javaparser/pull/4819 )
67+ by [ @jlerbsc ] ( https://github.com/jlerbsc ) )
68+ * Fix javadoc of Name class (PR [ #4789 ] ( https://github.com/javaparser/javaparser/pull/4789 )
69+ by [ @bannmann ] ( https://github.com/bannmann ) )
70+ * Fix NormalAnnotationExpr Javadoc (PR [ #4784 ] ( https://github.com/javaparser/javaparser/pull/4784 )
71+ by [ @bannmann ] ( https://github.com/bannmann ) )
72+
73+ ### :heart : Contributors
74+
75+ Thank You to all contributors who worked on this release!
76+
77+ * [ @seokjun7410 ] ( https://github.com/seokjun7410 )
78+ * [ @bannmann ] ( https://github.com/bannmann )
79+ * [ @sgqy ] ( https://github.com/sgqy )
80+ * [ @johannescoetzee ] ( https://github.com/johannescoetzee )
81+ * [ @PiTheGuy ] ( https://github.com/PiTheGuy )
82+ * [ @jlerbsc ] ( https://github.com/jlerbsc )
83+
1384Version 3.27.0
1485--------------
1586[ issues resolved] ( https://github.com/javaparser/javaparser/milestone/212?closed=1 )
0 commit comments