e2310ae
go.mod: update golang.org/x dependencies77708f7
quic: skip tests which depend on unimplemented UDP functions on Plan
99617c63
http2: avoid Transport hang with Connection: close and AllowHTTP4542a42
go.mod: update golang.org/x dependencies765c7e8
xsrftoken: create no padding base64 string by RawURLEncoding032e4e4
LICENSE: update per Google Legal4542a42
go.mod: update golang.org/x dependencies765c7e8
xsrftoken: create no padding base64 string by RawURLEncoding032e4e4
LICENSE: update per Google Legal6cc5ac4
go.mod: update golang.org/x dependenciesf88258d
websocket: update nhooyr.io/websocket to github.com/coder/websocket7191757
http2: add support for net/http HTTP2 config field4790dc7
http2: add support for server-originated pings541dbe5
http2: add Server.WriteByteTimeout3c333c0
route: fix address parsing of messages on Darwin35b4aba
go.mod: update golang.org/x dependencies9bf379f
websocket: fix printf(var) mistake detected by latest printf
checker6cc5ac4
go.mod: update golang.org/x dependenciesf88258d
websocket: update nhooyr.io/websocket to github.com/coder/websocket7191757
http2: add support for net/http HTTP2 config field4790dc7
http2: add support for server-originated pings541dbe5
http2: add Server.WriteByteTimeout3c333c0
route: fix address parsing of messages on Darwin35b4aba
go.mod: update golang.org/x dependencies9bf379f
websocket: fix printf(var) mistake detected by latest printf
checkerSourced from org.assertj:assertj-core's releases.
v3.26.3
:jigsaw: Binary Compatibility
The release is:
- Binary compatible with the previous minor version.
- Binary incompatible with the previous patch version.
:boom: Breaking Changes
Core
- Replace
assertThat(Temporal)withassertThatTemporal(Temporal)#3519:bug: Bug Fixes
Core
- Fix Javadoc rendering on
FactoryBasedNavigableListAssert::assertThat- Allow
ComparingNormalizedFieldsinstances to be reused across different assertions #3493:hammer: Dependency Upgrades
Core
Guava
- Upgrade to Guava 33.2.1-jre #3499
:heart: Contributors
Thanks to all the contributors who worked on this release:
v3.26.0
:boom: Breaking Changes
Core
Delegate
OptionalDoublevalue comparison toDouble.compareinhasValueassertion #3411This fixes the comparison of
NaNvalues which wasn't working the way thehasValueJavadoc describes.The previous behavior can be obtained with
getAsDouble:
... (truncated)
8e97f90
[maven-release-plugin] prepare release assertj-build-3.26.3d1afefc
chore(deps): bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.1
to 4...2dc2cbf
chore(deps): bump byte-buddy.version from 1.14.17 to 1.14.18 (#3531)2541d3c
chore(deps-dev): bump com.fasterxml.jackson.core:jackson-databind from
2.17.1...cdb906f
[maven-release-plugin] prepare for next development iterationc3b1f4a
[maven-release-plugin] prepare release assertj-build-3.26.2d5b52ab
[maven-release-plugin] prepare for next development iteration17ea711
[maven-release-plugin] prepare release assertj-build-3.26.18cf054d
chore(deps): bump org.codehaus.mojo:versions-maven-plugin from 2.16.2 to
2.17...5e708b4
chore(deps-dev): bump org.apache.groovy:groovy from 4.0.21 to 4.0.22 (#3527)Sourced from org.apache.maven.plugins:maven-compiler-plugin's releases.
3.13.0
🚀 New features and improvements
- [MCOMPILER-574] - Propagate cause of exception in AbstractCompilerMojo (#232)
@slawekjaranowski- [MCOMPILER-582] - Automatic detection of release option for JDK < 9 (#228)
@slawekjaranowski- [MCOMPILER-583] - Require Maven 3.6.3 (#229)
@slawekjaranowski- [MCOMPILER-577] - Rename parameter "forceJavacCompilerUse" (#225)
@kwin- [MCOMPILER-570] - Add links to javac documentation of JDK17 (#224)
@kwin- [MCOMPILER-576] - Deprecate parameter "compilerVersion" (#223)
@kwin📦 Dependency updates
- [MCOMPILER-575] - Bump plexusCompilerVersion from 2.14.2 to 2.15.0 (#227)
@dependabot- Bump apache/maven-gh-actions-shared from 3 to 4 (#226)
@dependabot📝 Documentation updates
- [MCOMPILER-548] - JDK 21 throws annotations processing warning that can not be turned off (#200)
@hgschmie👻 Maintenance
- [MCOMPILER-584] - Refresh page - Using Non-Javac Compilers (#231)
@slawekjaranowski- [MCOMPILER-585] - Refresh plugins versions in ITs (#230)
@slawekjaranowski- subject verb agreement (#221)
@elharo
a1415aa
[maven-release-plugin] prepare release maven-compiler-plugin-3.13.0b2b9196
[MCOMPILER-574] Propagate cause of exception in
AbstractCompilerMojo6d2ce5a
[MCOMPILER-584] Refresh page - Using Non-Javac Compilerseebad60
[MCOMPILER-585] Refresh plugins versions in ITsceacf68
[MCOMPILER-582] Automatic detection of release option for JDK <
9110293f
[MCOMPILER-583] Require Maven 3.6.390131df
[MCOMPILER-575] Bump plexusCompilerVersion from 2.14.2 to 2.15.0 (#227)74cfc72
[MCOMPILER-548] JDK 21 throws annotations processing warning that can
not be ...f85aa27
Bump apache/maven-gh-actions-shared from 3 to 4d59ef49
extract Maven 3.3.1 specific method callSourced from org.apache.maven.plugins:maven-surefire-plugin's releases.
3.5.2
🚀 New features and improvements
- [SUREFIRE-2278] - Don't say please. (#792)
@elharo📦 Dependency updates
- [SUREFIRE-2281] - Doxia 2.0.0 ga (#794)
@michael-o- Bump commons-io:commons-io from 2.2 to 2.14.0 in /surefire-its/src/test/resources/surefire-979-smartStackTrace-wrongClassloader/module1 (#789)
@dependabot👻 Maintenance
- [SUREFIRE-2282] - surefire-report-plugin: Update Introduction documenta… (#796)
@michael-o- Reduce cyclomatic complexity (#793)
@elharoFull Changelog: https://github.com/apache/maven-surefire/compare/surefire-3.5.1...surefire-3.5.2
3.5.1
🚀 New features and improvements
- [SUREFIRE-2270] - Use JUnit5 in surefire-shadefire (#783)
@slawekjaranowski- [SUREFIRE-2266] - Execute ITs in parallel (#781)
@slawekjaranowski- [SUREFIRE-2264] - Limit usage of commons-io from surefire-shared-utils (#777)
@slawekjaranowski🐛 Bug Fixes
- [SUREFIRE-2267] - Packages for commons-codec should be relocated in surefire-shared-utils (#782)
@slawekjaranowski- [SUREFIRE-1737] - Fix disable in statelessTestsetReporter (#780)
@slawekjaranowski- [SUREFIRE-2257] - [REGRESSION] NPEx: Cannot invoke "Object.toString()" … (#774)
@michael-o📦 Dependency updates
- [SUREFIRE-2273] - Bump org.hamcrest:hamcrest from 2.2 to 3.0 (#784)
@dependabot- [SUREFIRE-2272] - Bump org.codehaus.plexus:plexus-java from 1.2.0 to 1.3.0 - JDK 23 support (#786)
@dependabot- [SUREFIRE-2226] - Upgrade to Maven Verifier 2.0.0-M1 (#706)
@michael-o- [SUREFIRE-2265] - Bump commons-io:commons-io from 2.16.1 to 2.17.0 (#779)
@dependabot- [SUREFIRE-2263] - Use the latest version of surefire for self build (#776)
@slawekjaranowski- [SUREFIRE-2262] - Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0 (#775)
@dependabot👻 Maintenance
- [SUREFIRE-2269] - Allow fail during clean in surefire-its (#785)
@slawekjaranowski3.5.0
... (truncated)
ea9f049
[maven-release-plugin] prepare release surefire-3.5.2e1f94a0
[SUREFIRE-2276] JUnit5's TestTemplate failures treated as flakes with
retriesd24adb4
[SUREFIRE-2277] RunResult#getFlakes() is lost during
serialisation/deserialis...4385e94
Remove links to non-existing report8881971
Remove outdated FAQ0121834
[SUREFIRE-2283] FAQ site contains broken link to failsafe-plugin91d16c3
Fix formatting of XML schema files6cb417a
Add .xsd to .gitattributes9ce5221
[SUREFIRE-2282] surefire-report-plugin: Update Introduction
documentation page620b983
[SUREFIRE-2281] Upgrade to Doxia 2.0.0 GA StackSourced from org.apache.maven.plugins:maven-javadoc-plugin's releases.
maven-javadoc-plugin-3.10.1
What's Changed
- [MJAVADOC-810] [REGRESSION] MJAVADOC-791 causes forked Maven execution fail if any toolchains or settings file isn't present by
@cstamasin apache/maven-javadoc-plugin#313- Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0 by
@dependabotin apache/maven-javadoc-plugin#314- Bump org.codehaus.plexus:plexus-io from 3.5.0 to 3.5.1 by
@dependabotin apache/maven-javadoc-plugin#315- Bump commons-io:commons-io from 2.16.1 to 2.17.0 by
@dependabotin apache/maven-javadoc-plugin#319- [MJAVADOC-812] [REGRESSION] maven-javadoc-plugin 3.10.0 creates empty… by
@michael-oin apache/maven-javadoc-plugin#320Full Changelog: https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.10.0...maven-javadoc-plugin-3.10.1
maven-javadoc-plugin-3.10.0
❗ NOTICE
Due to
Doxia 2.xstackmaven-site-plugin3.20+ is requred.What's Changed
- Add test for custom
FixJavadocMojo#defaultVersionby@Marcono1234in apache/maven-javadoc-plugin#305- Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.15.0 by
@dependabotin apache/maven-javadoc-plugin#304- Improve URL handling by
@michael-oin apache/maven-javadoc-plugin#310- Bump org.apache.commons:commons-lang3 from 3.15.0 to 3.16.0 by
@dependabotin apache/maven-javadoc-plugin#307- Bump org.hamcrest:hamcrest-core from 2.2 to 3.0 by
@dependabotin apache/maven-javadoc-plugin#306- Improve ITs by
@michael-oin apache/maven-javadoc-plugin#311- Bump org.apache.maven.plugins:maven-plugins from 42 to 43 by
@dependabotin apache/maven-javadoc-plugin#294- [MJAVADOC-809] Align Mojo class names by
@michael-oin apache/maven-javadoc-plugin#312- [MJAVADOC-784] Upgrade to Doxia 2.0.0 Milestone Stack by
@michael-oin apache/maven-javadoc-plugin#204Full Changelog: https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.8.0...maven-javadoc-plugin-3.10.0
maven-javadoc-plugin-3.8.0
What's Changed
- Bump org.springframework:spring-context from 4.3.29.RELEASE to 5.2.21.RELEASE in /src/it/projects/MJAVADOC-434_fixcompile by
@dependabotin apache/maven-javadoc-plugin#280- Fix usage documentation mentioning
nohelpdefault value by@indyteoin apache/maven-javadoc-plugin#286- [MJAVADOC-796] Do not follow links for Java 12+ by
@michael-oin apache/maven-javadoc-plugin#287- [MJAVADOC-800] Bump org.codehaus.plexus:plexus-io from 3.4.2 to 3.5.0 by
@dependabotin apache/maven-javadoc-plugin#291- Remove outdated invoker conditions by
@michael-oin apache/maven-javadoc-plugin#292- Bump org.assertj:assertj-core from 3.26.0 to 3.26.3 by
@dependabotin apache/maven-javadoc-plugin#293- Bump org.apache.maven.shared:maven-common-artifact-filters from 3.2.0 to 3.4.0 by
@dependabotin apache/maven-javadoc-plugin#288- [MJAVADOC-799] Remove inconsistent
AbstractFixJavadocMojo#defaultVersiondefault value by@Marcono1234in apache/maven-javadoc-plugin#295- [MJAVADOC-801] Upgrade to Clirr Maven Plugin 2.8 in fix goals by
@michael-oin apache/maven-javadoc-plugin#296- [MJAVADOC-803] Add default parameter to force root locale by
@michael-oin apache/maven-javadoc-plugin#298- [MJAVADOC-783] Invalid path when using TagletArtifact and TagletPath by
@michael-oin apache/maven-javadoc-plugin#300- [MJAVADOC-775] Option 'taglets/taglet/tagletpath' ignored when pointing to a JAR by
@kriegaexin apache/maven-javadoc-plugin#255- [MJAVADOC-804] Remove temporary directories created by tests by
@pzygieloin apache/maven-javadoc-plugin#301- [MJAVADOC-603] javadoc:fix failure on JDK10: java.lang.ClassNotFoundE… by
@michael-oin apache/maven-javadoc-plugin#303Full Changelog: https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.7.0...maven-javadoc-plugin-3.8.0
3.7.0
... (truncated)
619650c
[maven-release-plugin] prepare release maven-javadoc-plugin-3.11.1e314da0
[MJAVADOC-821] Align toolchain discovery code with Maven Compiler
Plugin62a6861
[MJAVADOC-820] [REGRESSION] MJAVADOC-787 was merged incompletelyd1090c5
[maven-release-plugin] prepare for next development iterationee030f7
[maven-release-plugin] prepare release maven-javadoc-plugin-3.11.06c5fdc0
[MJAVADOC-819] Align archive generation code with Maven Source
Plugin3a90de5
[MJAVADOC-787] Automatic detection of release option for JDK < 9373172d
[MJAVADOC-817] Upgrade to Doxia 2.0.0 GA Stackba266c0
Fix SCM tag5775ce1
Fix typof80596e
[maven-release-plugin] prepare release maven-source-plugin-3.3.17626998
Bump apache/maven-gh-actions-shared from 3 to 483c963c
Bump org.apache.maven.plugins:maven-plugins from 39 to 41 (#18)40ae495
Bump org.codehaus.plexus:plexus-archiver from 4.8.0 to 4.9.1 (#20)073462b
Bump org.apache.maven:maven-archiver from 3.6.0 to 3.6.1 (#21)0b1c823
Fix typos in AbstractSourceJarMojo exception099c65a
[MSOURCES-142] Bump org.codehaus.plexus:plexus-archiver from 4.7.1 to
4.8.0 (...1edeea4
[MSOURCES-139] Fix typo in AbstractSourceJarMojo exception436966e
[maven-release-plugin] prepare for next development iterationSourced from org.apache.maven.plugins:maven-release-plugin's releases.
3.1.0
🚀 New features and improvements
- [MRELEASE-1145] - Upgrade to Maven 3.6.3 (#217)
@michael-o- [MRELEASE-1139] - Improve logging of sources for used credentials (#209)
@kwin- [MRELEASE-1134] - Pass interactive flag to SCM provider (#197)
@kwin🐛 Bug Fixes
- [MRELEASE-1064] - [REGRESSION] release:branch uses
@releaseLabelinstea… (#221)@michael-o- [MRELEASE-1147] -
@junitVersion@ never replaced in UTs (make explicit) (#220)@michael-o- [MRELEASE-1148] - Release Manage pulls in transitive dependencies (#219)
@michael-o- [MRELEASE-1146] - maven-release-plugin tests do not properly check for … (#218)
@michael-o- [MRELEASE-1109] - patch JDomModel (#201)
@mkolesnikov- [MRELEASE-1109] - Support CI friendly versions (#198)
@kwin📦 Dependency updates
- Bump scmVersion from 2.0.1 to 2.1.0 (#213)
@dependabot- Bump org.apache.maven.shared:maven-invoker from 3.2.0 to 3.3.0 (#215)
@dependabot- Bump org.codehaus.plexus:plexus-interactivity-api from 1.2 to 1.3 (#210)
@dependabot- Bump org.codehaus.plexus:plexus-interpolation from 1.26 to 1.27 (#206)
@dependabot- Bump org.xmlunit:xmlunit-core from 2.9.1 to 2.10.0 (#214)
@dependabot- [MRELEASE-1144] - Upgrade to Parent 42 (#216)
@michael-o- Bump apache/maven-gh-actions-shared from 3 to 4 (#212)
@dependabot- Bump org.codehaus.plexus:plexus-interactivity-api from 1.1 to 1.2 (#207)
@dependabot- Bump org.codehaus.mojo:mrm-maven-plugin from 1.5.0 to 1.6.0 (#200)
@dependabot- Bump org.apache.maven.plugins:maven-invoker-plugin from 3.5.1 to 3.6.0 (#204)
@dependabot- Bump org.apache.commons:commons-lang3 from 3.12.0 to 3.14.0 (#205)
@dependabot- [MRELEASE-1128] - update maven-scm to 2.0.1 (#192)
@elharo👻 Maintenance
- Bump release-drafter/release-drafter from 5 to 6 (#211)
@dependabot- [MRELEASE-1136] - Upgrade parent pom to 41 (#208)
@slachiewicz- fixup hamcrest dependencies (#194)
@elharo- prefer JDK String replace methods to Plexus ones (#193)
@elharo
4f350d4
[maven-release-plugin] prepare release maven-release-3.1.106f6de4
[MRELEASE-1153] Revert parts of MRELEASE-1109
(8dfcb47996320af5e6f0b2d50eac20...985d0bc
[MRELEASE-1149] Current release of the plugin has configuration docs
missing47e94b4
[maven-release-plugin] prepare for next development iterationf2f9f4e
[maven-release-plugin] prepare release maven-release-3.1.0e109d3b
Bump scmVersion from 2.0.1 to 2.1.05f794a1
Bump org.apache.maven.shared:maven-invoker from 3.2.0 to 3.3.028201bb
Bump org.codehaus.plexus:plexus-interactivity-api from 1.2 to 1.38547606
Bump org.codehaus.plexus:plexus-interpolation from 1.26 to 1.27adf6aaf
Bump org.xmlunit:xmlunit-core from 2.9.1 to 2.10.0Sourced from org.codehaus.mojo:versions-maven-plugin's releases.
2.18.0
❗ NOTICE
Due to
Doxia 2.xstackmaven-site-plugin3.20+ is required. https://cwiki.apache.org/confluence/display/MAVEN/Towards+Doxia+2.0.0+StackChanges
🚀 New features and improvements
- Upgrade to Doxia 2.x stack (#1180)
@slawekjaranowski- Remove implementation of dynamic version goal (#1179)
@slawekjaranowski- fix: Removed non-fully functional dynamic version goal (#1172)
@jimisola- Resolves #1131: Suppress logging when allowMajorUpdates, allowMinorUp… (#1132)
@gmshake- Move
expression: {blah} no valueSystem.outto logs (#1119)@JackPGreen- Improve speed of versions:resolve-ranges in case parents contain many version properties (#1122)
@m-schutte-ohra-nl🐛 Bug Fixes
- Resolves #1060: Bugfix in UpdateParentMojo + add tests (#1181)
@andrzejj0- Resolves#1066: Fixed a possible NPE in interpolateVersion (#1166)
@andrzejj0- Resolves #1067: Bug fix: incorrect arguments of PomHelper::createProjectBuilderRequest (#1164)
@andrzejj0- Resolves #1137: using PomHelper.getGroupId if groupId of the current project root is empty (#1162)
@andrzejj0- bugix/ protect internal data in multi thread env. (#1133)
@jgraglia- Fixed #1123 - Missing link in examples to recoding changes and use dy… (#1124)
@khmarbaise📦 Dependency updates
- Upgrade to Doxia 2.x stack (#1180)
@slawekjaranowski- Bump byteBuddyVersion from 1.15.7 to 1.15.10 (#1173)
@dependabot- Bump com.fasterxml.woodstox:woodstox-core from 7.0.0 to 7.1.0 (#1171)
@dependabot- Bump org.codehaus.groovy:groovy-all from 2.0.0 to 2.4.21 in /versions-maven-plugin/src/it/it-property-updates-report-002-slow (#1161)
@dependabot- Bump byteBuddyVersion from 1.15.5 to 1.15.7 (#1163)
@dependabot- Bump byteBuddyVersion from 1.15.4 to 1.15.5 (#1160)
@dependabot- Bump byteBuddyVersion from 1.15.3 to 1.15.4 (#1156)
@dependabot- Bump org.codehaus.mojo:mojo-parent from 85 to 86 (#1139)
@dependabot- Bump byteBuddyVersion from 1.15.1 to 1.15.3 (#1151)
@dependabot- Bump org.codehaus.plexus:plexus-utils from 4.0.1 to 4.0.2 (#1148)
@dependabot- Bump commons-io:commons-io from 2.16.1 to 2.17.0 (#1143)
@dependabot- Bump byteBuddyVersion from 1.15.0 to 1.15.1 (#1135)
@dependabot- Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0 (#1136)
@dependabot- Bump byteBuddyVersion from 1.14.19 to 1.15.0 (#1134)
@dependabot- Bump byteBuddyVersion from 1.14.18 to 1.14.19 (#1129)
@dependabot- Bump org.codehaus.mojo:mojo-parent from 84 to 85 (#1128)
@dependabot- Bump org.apache.commons:commons-lang3 from 3.15.0 to 3.16.0 (#1126)
@dependabot- Bump org.hamcrest:hamcrest from 2.2 to 3.0 (#1125)
@dependabot- Bump commons-codec:commons-codec from 1.17.0 to 1.17.1 (#1117)
@dependabot- Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.15.0 (#1118)
@dependabot📝 Documentation updates
... (truncated)
814c9b1
[maven-release-plugin] prepare release 2.18.064a3814
Upgrade to Doxia 2.x stacka3ab213
Resolves #1060:
Bugfix in UpdateParentMojo + add tests (#1181)380264f
Remove implementation of dynamic version goal7e3b710
Drop Maven Wrapper from projecta9270bb
Bump project version to 2.18.0-SNAPSHOTd115f7a
Moved to modello-stax. Removed "versionDefinition" from
rule.mdo. (#1176)3841bb6
fix: Removed non-fully functional dynamic version goal (#1172)a899699
Using Stax2 (Woodstox) instead of plexus-xml (Xpp) to process XML
documents; ...8f48640
Bump byteBuddyVersion from 1.15.7 to 1.15.10Sourced from org.apache.maven.plugins:maven-gpg-plugin's releases.
3.2.7
Fixes a lingering issue affecting whole 3.2.x lineage, that resulted in "bad passphrase" on Windows OS with GPG signer (see MGPG-136 for details).
What's Changed
- [MGPG-136] Windows passphrase corruption by
@cstamasin apache/maven-gpg-plugin#120- Bump com.kohlschutter.junixsocket:junixsocket-core from 2.10.0 to 2.10.1 by
@dependabotin apache/maven-gpg-plugin#121- Bump commons-io:commons-io from 2.16.1 to 2.17.0 by
@dependabotin apache/maven-gpg-plugin#119Full Changelog: https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.2.6...maven-gpg-plugin-3.2.7
3.2.6
Release Notes - Maven GPG Plugin - Version 3.2.6
What's Changed
- [MGPG-135] Support Overriding / Enhance the signer in AbstractGpgMojo by
@laeubiin apache/maven-gpg-plugin#112- Bump org.apache.maven.plugins:maven-invoker-plugin from 3.7.0 to 3.8.0 by
@dependabotin apache/maven-gpg-plugin#114- [MGPG-140] Update Maven to 3.9.9 by
@cstamasin apache/maven-gpg-plugin#116- [MGPG-138] Drop direct use of plexus-cipher and secdispatcher by
@cstamasin apache/maven-gpg-plugin#115- [MGPG-141] Remove use of deprecated classes by
@cstamasin apache/maven-gpg-plugin#117- Add FAQ for "no pinentry" issue by
@cstamasin apache/maven-gpg-plugin#118New Contributors
@laeubimade their first contribution in apache/maven-gpg-plugin#112
... (truncated)
43af21c
[maven-release-plugin] prepare release maven-gpg-plugin-3.2.78c5a8d2
[MGPG-144] Bump commons-io:commons-io from 2.16.1 to 2.17.0 (#119)cb5422f
[MGPG-143] Bump com.kohlschutter.junixsocket:junixsocket-core from
2.10.0 to ...6b2a27f
[MGPG-136] Windows passphrase corruption (#120)31e87e0
[maven-release-plugin] prepare for next development iteration1c9a14c
[maven-release-plugin] prepare release maven-gpg-plugin-3.2.6bbe6156
Add FAQ for "no pinentry" issue (#118)5b94273
[MGPG-141] Remove use of deprecated classes (#117)afdfd28
[MGPG-138] Drop direct use of plexus-cipher and secdispatcher (#115)7516e7c
[MGPG-140] Update Maven to 3.9.9 (#116)Sourced from org.jacoco:jacoco-maven-plugin's releases.
0.8.12
New Features
- JaCoCo now officially supports Java 22 (GitHub #1596).
- Experimental support for Java 23 class files (GitHub #1553).
Fixed bugs
- Branches added by the Kotlin compiler for functions with default arguments and having more than 32 parameters are filtered out during generation of report (GitHub #1556).
- Branch added by the Kotlin compiler version 1.5.0 and above for reading from lateinit property is filtered out during generation of report (GitHub #1568).
Non-functional Changes
- JaCoCo now depends on ASM 9.7 (GitHub #1600).
dbfb6f2
Prepare release 0.8.12a50585b
Upgrade maven-plugin-plugin to 3.6.4 (#1604)fd63cc5
Configure labels that Dependabot assigns to PRs (#1603)03a5333
Add configuration for Dependabot to simplify updates of ASM (#1601)40ff9fb
Upgrade ASM to 9.7 (#1600)9077178
Happy birthday Java 22! (#1596)7edd1b5
Bump actions/setup-java from 4.1.0 to 4.2.1 (#1594)e50b547
Upgrade ECJ to 3.37.0 (#1590)a1144d0
Upgrade maven-site-plugin to 3.12.1 (#1586)04b0141
Bump actions/setup-java from 4.0.0 to 4.1.0 (#1587)9a572e2
[maven-release-plugin] prepare release maven-shade-plugin-3.6.0ade2e35
[MSHADE-428] Prevent null value in array of transformers (#229)b573b8c
[MSHADE-478] Extra JARs feature (#228)199ffae
Drop the cruft (#225)912a81d
Bump maven-gh-actions-shared to v480e4420
[maven-release-plugin] prepare for next development iteration19618cd
[maven-release-plugin] prepare release maven-shade-plugin-3.5.3faf233e
[MSHADE-472] upgrade parent POMSourced from wheel's releases.
0.45.1
- Fixed pure Python wheels converted from eggs and wininst files having the ABI tag in the file name
0.45.0
Refactored the
convertcommand to not need setuptools to be installedDon't configure setuptools logging unless running
bdist_wheelAdded a redirection from
wheel.bdist_wheel.bdist_wheeltosetuptools.command.bdist_wheel.bdist_wheelto improve compatibility withsetuptools' latest fixes.Projects are still advised to migrate away from the deprecated module and import the
setuptools' implementation explicitly. (PR by@abravalheri)0.44.0
- Canonicalized requirements in METADATA file (PR by Wim Jeantine-Glenn)
- Deprecated the
bdist_wheelmodule, as the code was migrated tosetuptoolsitself
Sourced from wheel's changelog.
Release Notes
0.45.1 (2024-11-23)
- Fixed pure Python wheels converted from eggs and wininst files having the ABI tag in the file name
0.45.0 (2024-11-08)
Refactored the
convertcommand to not need setuptools to be installedDon't configure setuptools logging unless running
bdist_wheelAdded a redirection from
wheel.bdist_wheel.bdist_wheeltosetuptools.command.bdist_wheel.bdist_wheelto improve compatibility withsetuptools' latest fixes.Projects are still advised to migrate away from the deprecated module and import the
setuptools' implementation explicitly. (PR by@abravalheri)0.44.0 (2024-08-04)
- Canonicalized requirements in METADATA file (PR by Wim Jeantine-Glenn)
- Deprecated the
bdist_wheelmodule, as the code was migrated tosetuptoolsitself0.43.0 (2024-03-11)
- Dropped support for Python 3.7
- Updated vendored
packagingto 24.00.42.0 (2023-11-26)
- Allowed removing build tag with
wheel tags --build ""- Fixed
wheel packandwheel tagswriting updatedWHEELfields after a blank line, causing other tools to ignore them- Fixed
wheel packandwheel tagswritingWHEELwith CRLF line endings or a mix of CRLF and LF- Fixed
wheel pack --build-number ""not removing build tag fromWHEEL(above changes by Benjamin Gilbert)0.41.3 (2023-10-30)
- Updated vendored
packagingto 23.2- Fixed ABI tag generation for CPython 3.13a1 on Windows (PR by Sam Gross)
0.41.2 (2023-08-22)
- Fixed platform tag detection for GraalPy and 32-bit python running on an aarch64 kernel (PR by Matthieu Darbois)
- Fixed
wheel tagsto not list directories inRECORDfiles
... (truncated)
7855525
Created a new released343391
Fixed wrong wheel file names in converted pure-Python eggs/wininstsd78f0e3
Created a new releasef064c69
Added license files for vendored packaging68387af
Only configure setuptools logging if bdist_wheel is imported (#641)c81f5c9
Refactored the wheel convert command to not require
setuptools (#640)e43464d
Adjusted target Python versions in GitHub CIe9894e7
Tweaked pytest settings to make the tracebacks easier to readbaf6bf8
Removed Cirrus CI configuration28c1ba1
Improved compatibility with future versions of setuptools
(#638)2d4414f
Updating version.json and repo version numbers to: 29.0870e599
Revert upgrade to rules_java 8.3.1. This is a partial roll-back of
fb8ee79 (#...02cffa4
Fix typo in BCR maintainer name config for acozzette@ (#19307)7537b03
Remove Bazel 6 in BCR presubmits (#19309)325aa80
Merge pull request #19305
from protocolbuffers/29.x-202411182222c13eb62
Updating version.json and repo version numbers to: 29.0-dev71c2594
Updating version.json and repo version numbers to: 29.0-rc3b69ea96
Fixed non-conformance in JSON parsing for empty strings in numeric
fields. (#...fb8ee79
Upgrade rules_cc 0.0.15 and rules_java 8.3.1 (#19215)6f310d5
Add missing line to docstring after Args (#19213)796e49f
Updating version.json and repo version numbers to: 29.1ba6da44
Rename maven to protobuf_maven in MODULE.bazel (#18641)
(#19477)5864b50
Revert "Remove deprecated service.py usages from test". For
29.x only (#19434)e0a3978
Merge pull request #19425
from protocolbuffers/29.x-2024112718379e78ac7
Updating version.json and repo version numbers to: 29.1-dev285e1cf
go.mod: update golang.org/x dependenciesd0a1049
route: remove unused sizeof* consts on freebsd6e41410
http2: fix benchmarks using common frame read/write functions4be1253
route: change from syscall to x/sys/unixbc37675
http2: limit number of PINGs bundled with RST_STREAMse9cd716
route: fix parse of zero-length sockaddrs in RIBs9a51899
http2: add SETTINGS_ENABLE_CONNECT_PROTOCOL supportdfc720d
go.mod: update golang.org/x dependencies8e66b04
html: use strings.EqualFold instead of lowering ourselvesb935f7b
html: avoid endless loop on error token9af49ef
route: remove unused sizeof* consts6705db9
quic: clean up crypto streams when dropping packet protection keys4ef7588
quic: handle ACK frame in packet which drops number space552d8ac
Revert "route: change from syscall to x/sys/unix"13a7c01
Revert "route: remove unused sizeof* consts on freebsd"Sourced from com.google.guava:guava's releases.
33.4.0
Maven
<dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>33.4.0-jre</version> <!-- or, for Android: --> <version>33.4.0-android</version> </dependency>Jar files
Guava requires one runtime dependency, which you can download here:
Javadoc
JDiff
Changelog
- Exposed additional Java 8 APIs to Android users. (6082782134, 9b0109c662, 6ace8bc8ea, b650b9fe77, c6c268006c, 984f713d76, f9f3fffb87, cdc225474e)
base: DeprecatedCharsetsconstants in favor ofStandardCharsets. We will not remove the constants, but we recommend usingStandardCharsetsfor consistency. (45e6be2688)base: AddedToStringHelper.omitEmptyValues(). (f5ec2ab85c)collect: Added an optimizedcopyOfmethod toTreeRangeMap. (a46565dd1c)collect.testing: Fixed@Requireannotations so that features implied by absent features are not also required to be absent. (81be061f85)io: ChangedByteSinkandCharSinkto no longer callflush()in some cases beforeclose(). This is a no-op for well-behaved streams, which internally flush their data as part of closing. However, we have discovered some stream implementations that have overriddenclose()to do nothing, including not to flush some buffered data. If this change causes problems, the simplest fix is usually to change theclose()override to at least callflush(). (6ace8bc8ea)net: AddedHttpHeaders.ALT_SVCandMediaType.CBOR. (503ba429f9, 7c0bf0892d)
8da7ed1
go.mod: update golang.org/x dependencies2124140
all: make function and struct comments match the namese9d95ba
http2: do not surface errors from a conn's idle timer expiringc2be992
quic: remember which remote connection IDs have been retired