Releases: eclipse-ee4j/orb
Releases · eclipse-ee4j/orb
5.0.2
5.0.1
Fixes
- Fix #244 NullPointerException in new InitialContext() if IIOP endpoints are unreachable by @tnagao7 in #245
- Added osgi.loader to exports by @dmatej in #256
- Fixed NPEs, because mom() may return null by @dmatej in #259
- Switched from RELEASE_8 to RELEASE_11, same as compiler by @dmatej in #260
- Fixed readLocked value by @dmatej in #258
- Fix #131 De/serialization of ConcurrentHashMap fails by @tnagao7 in #264
- Test to show that Random and [Concurrent]HashMap de/serialize fine by @pzygielo in #265
- Updates for deprecated SecurityManager by @pzygielo in #266
- Fixed logger name (javax-> jakarta) by @dmatej in #286
- Moduleinfo improvements by @dmatej in #287
- Fixed getLatestVersion() sometimes using wrong field by @dmatej in #290
- Revisited localhost and loopback resolution by @dmatej in #288
- Improvements in logging by @dmatej in #285
- Fixed exception caused by the log - orb getters are not getters by @dmatej in #296
Maintenance
- Dash-licenses during CI by @pzygielo in #227
- Removed the deprecated trace option by @dmatej in #261
- Deploy to Maven Central, including snapshot support by @dmatej in #257
- Add dependency required in test-time by @pzygielo in #267
- Add test-required GMBAL property by @pzygielo in #272
- Fixed POM XSD link - https by @dmatej in #274
- At least execute some tests (result needs manual inspection) by @pzygielo in #273
- Adapted to parent project 2.0.0 by @dmatej in #278
- Cleanup in imports by @dmatej in #279
- Filter version properties to keep them in-sync by @pzygielo in #284
- #236 Updated readme by @dmatej in #289
- Trimmed whitespaces, removed tabs by @dmatej in #292
Updates
- Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.8.0 to 3.9.0 by @dependabot[bot] in #226
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.2 to 3.5.3 by @dependabot[bot] in #229
- Bump org.ow2.asm:asm from 9.7.1 to 9.8 by @dependabot[bot] in #230
- Bump org.jacoco:jacoco-maven-plugin from 0.8.12 to 0.8.13 by @dependabot[bot] in #231
- Bump commons-io:commons-io from 2.18.0 to 2.19.0 by @dependabot[bot] in #232
- Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.5.0 to 3.6.0 by @dependabot[bot] in #233
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.7 to 3.2.8 by @dependabot[bot] in #234
- Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.6.0 to 3.6.1 by @dependabot[bot] in #237
- Bump commons-io:commons-io from 2.19.0 to 2.20.0 by @dependabot[bot] in #238
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.2 to 3.11.3 by @dependabot[bot] in #242
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.3 to 3.5.4 by @dependabot[bot] in #246
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.0 to 3.14.1 by @dependabot[bot] in #248
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.3 to 3.12.0 by @dependabot[bot] in #247
- Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.6.1 to 3.6.2 by @dependabot[bot] in #249
- Bump org.jacoco:jacoco-maven-plugin from 0.8.13 to 0.8.14 by @dependabot[bot] in #251
- Bump org.apache.maven.plugins:maven-antrun-plugin from 3.1.0 to 3.2.0 by @dependabot[bot] in #252
- Bump org.ow2.asm:asm from 9.8 to 9.9 by @dependabot[bot] in #250
- Bump commons-io:commons-io from 2.20.0 to 2.21.0 by @dependabot[bot] in #253
- Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.2 to 3.5.0 by @dependabot[bot] in #254
- Bump org.apache.maven.plugins:maven-source-plugin from 3.3.1 to 3.4.0 by @dependabot[bot] in #255
- Bump org.ow2.asm:asm from 9.9 to 9.9.1 by @dependabot[bot] in #262
- Bump org.sonatype.central:central-publishing-maven-plugin from 0.9.0 to 0.10.0 by @dependabot[bot] in #263
- Bump org.testng:testng from 7.11.0 to 7.12.0 by @dependabot[bot] in #268
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.1 to 3.15.0 by @dependabot[bot] in #269
- Bump org.eclipse.ee4j:project from 1.0.9 to 2.0.0 by @dependabot[bot] in #275
- Bump gmbal-version from 4.1.0 to 4.1.1 by @dependabot[bot] in #277
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.4 to 3.5.5 by @dependabot[bot] in #276
- Bump org.eclipse.ee4j:project from 2.0.0 to 2.0.1 by @dependabot[bot] in #281
- Bump org.apache.felix:maven-bundle-plugin from 6.0.0 to 6.0.2 by @dependabot[bot] in #280
- Bump org.eclipse.ee4j:project from 2.0.1 to 2.0.2 by @dependabot[bot] in #282
- Bump commons-io:commons-io from 2.21.0 to 2.22.0 by @dependabot[bot] in #295
- Bump gmbal-version from 4.1.1 to 4.1.2 by @dependabot[bot] in #298
- Bump pfl-version from 5.1.0 to 5.1.1 by @dependabot[bot] in #297
New Contributors
Full Changelog: 5.0.0...5.0.1
5.0.0
Changes
- Reduce scope of exception-annotation-processor dependency by @pzygielo in #161
- Drop
wagon-webdav-jackrabbitextension by @pzygielo in #184 - Add option to skip gmbal init by @kalinchan in #204
- Replaced deprecated methods and calls by @dmatej in #194
- Changing range of supported JDKs from 8-17 to 11-23 + JPMS by @dmatej in #198
- Fixed dependencies - caused failures in tests by @dmatej in #225
Updates
- Bump version to 4.2.6-SNAPSHOT after 4.2.5 release by @pzygielo in #155
- Bump simplestub from 1.2.12 to 1.3.3 by @pzygielo in #162
- Bump org.apache.maven.plugins:maven-surefire-plugin from 2.20 to 3.3.1 by @dependabot in #166
- Bump commons-io:commons-io from 2.9.0 to 2.16.1 by @dependabot in #169
- Bump org.glassfish.copyright:glassfish-copyright-maven-plugin from 2.3 to 2.4 by @dependabot in #167
- Bump junit:junit from 4.13.1 to 4.13.2 by @dependabot in #171
- Bump org.apache.maven.plugins:maven-site-plugin from 3.3 to 3.12.1 by @dependabot in #168
- Bump org.glassfish.external:management-api from 3.2.1 to 3.2.3 by @dependabot in #170
- Bump org.eclipse.ee4j:project from 1.0.8 to 1.0.9 by @dependabot in #174
- Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 2.9 to 3.6.2 by @dependabot in #175
- Bump org.apache.felix:maven-bundle-plugin from 5.1.8 to 5.1.9 by @dependabot in #176
- Bump org.apache.maven.plugins:maven-jar-plugin from 3.1.0 to 3.4.2 by @dependabot in #177
- Bump org.apache.maven.plugins:maven-gpg-plugin from 1.6 to 3.2.4 by @dependabot in #165
- Bump org.apache.maven.plugins:maven-antrun-plugin from 1.6 to 3.1.0 by @dependabot in #173
- Bump org.jacoco:jacoco-maven-plugin from 0.8.5 to 0.8.12 by @dependabot in #180
- Bump org.apache.maven.plugins:maven-source-plugin from 3.0.1 to 3.3.1 by @dependabot in #181
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.10.1 to 3.13.0 by @dependabot in #183
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.0.1 to 3.8.0 by @dependabot in #185
- Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.0.0-M2 to 3.5.0 by @dependabot in #186
- Bump org.apache.maven.plugins:maven-scm-publish-plugin from 1.1 to 3.3.0 by @dependabot in #182
- Bump org.ow2.asm:asm from 9.1 to 9.7 by @dependabot in #178
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.5 by @dependabot in #187
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.4.0 by @dependabot in #197
- Bump org.apache.maven.plugins:maven-site-plugin from 3.12.1 to 3.20.0 by @dependabot in #196
- Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.6.2 to 3.7.0 by @dependabot in #199
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.4.0 to 3.5.0 by @dependabot in #201
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0 to 3.10.0 by @dependabot in #200
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.5 to 3.2.6 by @dependabot in #202
- Bump commons-io:commons-io from 2.16.1 to 2.17.0 by @dependabot in #203
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.6 to 3.2.7 by @dependabot in #205
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.0 to 3.10.1 by @dependabot in #206
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.0 to 3.5.1 by @dependabot in #207
- Bump org.ow2.asm:asm from 9.7 to 9.7.1 by @dependabot in #208
- Bump project version to 5.0.0-SNAPSHOT by @pzygielo in #189
- Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.7.0 to 3.8.0 by @dependabot in #209
- Bump org.apache.maven.plugins:maven-site-plugin from 3.20.0 to 3.21.0 by @dependabot in #210
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.1 to 3.5.2 by @dependabot in #212
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.1 to 3.11.1 by @dependabot in #211
- Bump commons-io:commons-io from 2.17.0 to 2.18.0 by @dependabot in #213
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.1 to 3.11.2 by @dependabot in #215
- Bump org.apache.felix:maven-bundle-plugin from 5.1.9 to 6.0.0 by @dependabot in #214
- Bump pfl-version from 4.1.2 to 5.0.0 by @dependabot in #172
- Bump org.testng:testng from 6.10 to 6.11 by @dependabot in #218
- Bump org.testng:testng from 6.11 to 6.13.1 by @dependabot in #217
- Bump org.testng:testng from 6.13.1 to 7.5.1 in /functional-tests by @dependabot in #219
- Bump org.testng:testng from 7.5.1 to 7.10.2 by @dependabot in #179
- Bump org.testng:testng from 7.10.2 to 7.11.0 by @dependabot in #220
Build Improvements
- Setup dependabot by @pzygielo in #163
- Test actual, not declared behaviour by @pzygielo in #160
- AnyEqualityTest now passes on JDK17+ by @dmatej in #192
- Deleted notifyDuringTimeout - used Thread.suspend/resume by @dmatej in #193
New Contributors
- @dmatej made their first contribution in #192
- @kalinchan made their first contribution in #204
- @mz1999 made their first contribution in #153
Full Changelog: 4.2.5-RELEASE...5.0.0
4.2.5
https://projects.eclipse.org/projects/ee4j.orb/releases/4.2.5-orb
https://github.com/eclipse-ee4j/orb/milestone/4
What's Changed
- Prepare next development cycle for 4.2.5-SNAPSHOT by @pzygielo in #132
- Rename parameter out -> in by @pzygielo in #133
- Bump maven-compiler-plugin from 3.7.0 to 3.10.1 by @pzygielo in #139
- Migrate to GF ORB by @pzygielo in #142
- Synchronize IDLJ version by @pzygielo in #140
- Remove temporary directories after tests by @pzygielo in #138
- Configure m-compiler-p to use --release flag when JDK > 8 is used by @pzygielo in #137
- Do not overwrite putFields field in accessor by @pzygielo in #134
- Update to latest GMBAL and PFL by @smillidge in #123
- Bump EE4J parent to 1.0.8 by @pzygielo in #145
- Run functional tests on Jenkins by @pzygielo in #146
- Do not use JDK-internal packages by @pzygielo in #147
- Migrate to GF ORB by @pzygielo in #148
- Bump maven-bundle-plugin from 4.2.1 to 5.1.8 by @pzygielo in #150
- Manage PFL dependencies by @pzygielo in #149
- Include functional-tests module even for newer JDKs by @pzygielo in #143
- Only optionally try to find an even better match when class loading. by @arjantijms in #154
Full Changelog: 4.2.4-RELEASE...4.2.5-RELEASE