Skip to content

Commit a4abff1

Browse files
authored
Updating to JavaParser 3.25.6
2 parents 66abe9d + 3f05bda commit a4abff1

File tree

103 files changed

+2360
-1202
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+2360
-1202
lines changed

.github/workflows/create_github_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout code
16-
uses: actions/checkout@v3.6.0
16+
uses: actions/checkout@v4.1.1
1717

1818
- name: Create Release
1919
id: create_release

.github/workflows/maven_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
steps:
4747
## Checkout the current version of the code from the repo.
4848
- name: Checkout latest code
49-
uses: actions/checkout@v3.6.0
49+
uses: actions/checkout@v4.1.1
5050
with:
5151
fetch-depth: "0"
5252

@@ -110,7 +110,7 @@ jobs:
110110
runs-on: ubuntu-latest
111111
steps:
112112
- name: Checkout latest code
113-
uses: actions/checkout@v3.6.0
113+
uses: actions/checkout@v4.1.1
114114
with:
115115
fetch-depth: "0"
116116
- name: Set up JDK 11

.github/workflows/prepare_release_changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
# Check out current repository
1717
- name: Fetch Sources
18-
uses: actions/checkout@v3.6.0
18+
uses: actions/checkout@v4.1.1
1919

2020
# Setup Java 11 environment for the next steps
2121
- name: Setup Java

.mvn/wrapper/maven-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
# KIND, either express or implied. See the License for the
1515
# specific language governing permissions and limitations
1616
# under the License.
17-
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.4/apache-maven-3.9.4-bin.zip
17+
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.5/apache-maven-3.9.5-bin.zip
1818
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar

changelog.md

Lines changed: 41 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

2-
Next Release (Version 3.25.6-snapshot)
2+
Next Release (Version 3.25.7-snapshot)
33
--------------------------------------
4-
[issues resolved](https://github.com/javaparser/javaparser/milestone/202?closed=1)
4+
[issues resolved](https://github.com/javaparser/javaparser/milestone/203?closed=1)
55

66
### Added
77
### Changed
@@ -10,6 +10,45 @@ Next Release (Version 3.25.6-snapshot)
1010
### Fixed
1111
### Security
1212

13+
Version 3.25.6
14+
--------------
15+
[issues resolved](https://github.com/javaparser/javaparser/milestone/202?closed=1)
16+
17+
### Changed
18+
19+
* reformat javaconcept take 2 (PR [#4167](https://github.com/javaparser/javaparser/pull/4167) by [@JimmyGan437](https://github.com/JimmyGan437))
20+
* Using JAXP on XMLPrinter implementation (PR [#4166](https://github.com/javaparser/javaparser/pull/4166) by [@lcbarcellos](https://github.com/lcbarcellos))
21+
* replace deprecated methond calls to their replacements (PR [#4157](https://github.com/javaparser/javaparser/pull/4157) by [@JimmyGan437](https://github.com/JimmyGan437))
22+
* feat(#4075): Improve the validation error messages (PR [#4116](https://github.com/javaparser/javaparser/pull/4116) by [@volodya-lombrozo](https://github.com/volodya-lombrozo))
23+
24+
### Fixed
25+
26+
* Fix: issue #2751 new HashSet()" != "new HashSet<>() (PR [#4183](https://github.com/javaparser/javaparser/pull/4183) by [@lcbarcellos](https://github.com/lcbarcellos))
27+
* Fixes #2625 Add messages to thrown exceptions (PR [#4177](https://github.com/javaparser/javaparser/pull/4177) by [@oannhpham](https://github.com/oannhpham))
28+
* Fix: issue 4163 Calling MethodDeclaration.getDeclarationAsString leads to MethodDelaration.getComment returning no comment (PR [#4165](https://github.com/javaparser/javaparser/pull/4165) by [@jlerbsc](https://github.com/jlerbsc))
29+
* Fix: issue 3673 isAssignableBy method StackOverflowError (PR [#4156](https://github.com/javaparser/javaparser/pull/4156) by [@jlerbsc](https://github.com/jlerbsc))
30+
* fix: issue 3184 Unable to get the resolved type of class ResolvedReferenceType from T (PR [#4147](https://github.com/javaparser/javaparser/pull/4147) by [@jlerbsc](https://github.com/jlerbsc))
31+
* Fix: issue #3269 Test resources containing included interfaces do not compile (PR [#4139](https://github.com/javaparser/javaparser/pull/4139) by [@jlerbsc](https://github.com/jlerbsc))
32+
* CalculateResolvedType Type error (PR [#4138](https://github.com/javaparser/javaparser/pull/4138) by [@jlerbsc](https://github.com/jlerbsc))
33+
* Fix: issue #4036 LeastUpperBoundLogic.lub returns null when matches ConditionalExpr (PR [#4137](https://github.com/javaparser/javaparser/pull/4137) by [@jlerbsc](https://github.com/jlerbsc))
34+
* Fix: issue #2484 SymbolResolver on MethodCallExpr fails if method parameter is of kind Class<? extends y> (PR [#4136](https://github.com/javaparser/javaparser/pull/4136) by [@jlerbsc](https://github.com/jlerbsc))
35+
36+
### Developer Changes
37+
38+
* chore(deps): bump com.google.guava:guava from 32.1.2-jre to 32.1.3-jre (PR [#4154](https://github.com/javaparser/javaparser/pull/4154) by [@dependabot[bot]](https://github.com/apps/dependabot))
39+
* chore(deps): update actions/checkout action to v4 (PR [#4141](https://github.com/javaparser/javaparser/pull/4141) by [@renovate[bot]](https://github.com/apps/renovate))
40+
41+
### :heart: Contributors
42+
43+
Thank You to all contributors who worked on this release!
44+
45+
* [@lcbarcellos](https://github.com/lcbarcellos)
46+
* [@volodya-lombrozo](https://github.com/volodya-lombrozo)
47+
* [@JimmyGan437](https://github.com/JimmyGan437)
48+
* [@jlerbsc](https://github.com/jlerbsc)
49+
* [@oannhpham](https://github.com/oannhpham)
50+
51+
1352

1453
Version 3.25.5
1554
--------------

javaparser-core-generators/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>javaparser-parent</artifactId>
55
<groupId>com.github.javaparser</groupId>
6-
<version>3.25.5</version>
6+
<version>3.25.6</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

javaparser-core-metamodel-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>javaparser-parent</artifactId>
55
<groupId>com.github.javaparser</groupId>
6-
<version>3.25.5</version>
6+
<version>3.25.6</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

javaparser-core-serialization/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<artifactId>javaparser-parent</artifactId>
44
<groupId>com.github.javaparser</groupId>
5-
<version>3.25.5</version>
5+
<version>3.25.6</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88

javaparser-core-testing-bdd/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<artifactId>javaparser-parent</artifactId>
44
<groupId>com.github.javaparser</groupId>
5-
<version>3.25.5</version>
5+
<version>3.25.6</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88

@@ -119,7 +119,7 @@
119119
<dependency>
120120
<groupId>org.jbehave</groupId>
121121
<artifactId>jbehave-core</artifactId>
122-
<version>5.1.1</version>
122+
<version>5.2.0</version>
123123
<scope>test</scope>
124124
</dependency>
125125
<dependency>

javaparser-core-testing/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<artifactId>javaparser-parent</artifactId>
44
<groupId>com.github.javaparser</groupId>
5-
<version>3.25.5</version>
5+
<version>3.25.6</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88

@@ -131,7 +131,7 @@
131131
<dependency>
132132
<groupId>com.squareup.okhttp3</groupId>
133133
<artifactId>okhttp</artifactId>
134-
<version>4.11.0</version>
134+
<version>4.12.0</version>
135135
<scope>test</scope>
136136
</dependency>
137137
<dependency>

0 commit comments

Comments
 (0)