net: Changed InetAddress-String conversion methods to preserve the IPv6 scope ID if present. The scope ID can be necessary for IPv6-capable devices with multiple network interfaces. However, preserving it can also lead to problems for callers that rely on the returned values not to include the scope ID:
Callers might compensate for the old behavior of the methods by appending the scope ID to a returned string themselves. If so, you can update your code to stop doing so at the same time as you upgrade Guava. Of, if your code might run against multiple versions of Guava, you can check whether Guava has included a scope ID before you add one yourself.
Callers might pass the returned string to another system that does not understand scope IDs. If so, you can strip the scope ID off, whether by truncating the string form at a % character (leaving behind any trailing ] character in the case of forUriString) or by replacing the returned InetAddress with a new instance constructed by calling InetAddress.getByAddress(addr).
java.net.InetAddress validates any provided scope ID against the interfaces available on the machine. As a result, methods in InetAddresses may now fail if the scope ID fails validation.
Notable cases in which this may happen include:
if the code runs in an Android app without networking permission
if code passes InetAddress instances or strings across devices
If this is not the behavior that you want, then you can strip off the scope ID from the input string before passing it to Guava, as discussed above. (3f61870ac6)
Bumps the dependencies group with 20 updates in the / directory:
6.1.7
6.1.10
6.1.7
6.1.10
6.0.0
6.1.0
5.10.2
5.10.3
5.10.2
5.10.3
5.10.2
5.10.3
3.4.1
3.4.2
3.6.3
3.7.0
3.2.5
3.3.0
3.2.0
3.3.0
1.6.13
1.7.0
1.2.1.Final
1.2.2.Final
1.10.2
1.10.3
3.5.3
3.6.0
33.2.0-jre
33.2.1-jre
3.9.6
3.9.8
3.9.6
3.9.8
3.13.0
3.13.1
4.0.3
4.0.4
3.13.0
3.13.1
Updates
org.springframework:spring-webmvc
from 6.1.7 to 6.1.10Release notes
Sourced from org.springframework:spring-webmvc's releases.
... (truncated)
Commits
5356a1b
Release v6.1.10f7307c9
Avoid recording RestClient observations twice098c4b1
Use Sonatype S01 token in release pipeline65dbfd0
Defensive PersistenceExceptionTranslator bean retrieval on shutdown203fa75
Support all "connection reset" phrases in DisconnectedClientHelper9a56a88
Polishinge79a9a5
Correct and consistent event class names in constructor javadoc2c3c383
Consistently ignore bridge method on generated subclass for visibility purposesc38e989
Remove use of ServletException in ModelFactory3e0849a
Fix typoUpdates
org.springframework:spring-test
from 6.1.7 to 6.1.10Release notes
Sourced from org.springframework:spring-test's releases.
... (truncated)
Commits
5356a1b
Release v6.1.10f7307c9
Avoid recording RestClient observations twice098c4b1
Use Sonatype S01 token in release pipeline65dbfd0
Defensive PersistenceExceptionTranslator bean retrieval on shutdown203fa75
Support all "connection reset" phrases in DisconnectedClientHelper9a56a88
Polishinge79a9a5
Correct and consistent event class names in constructor javadoc2c3c383
Consistently ignore bridge method on generated subclass for visibility purposesc38e989
Remove use of ServletException in ModelFactory3e0849a
Fix typoUpdates
org.springframework:spring-test
from 6.1.7 to 6.1.10Release notes
Sourced from org.springframework:spring-test's releases.
... (truncated)
Commits
5356a1b
Release v6.1.10f7307c9
Avoid recording RestClient observations twice098c4b1
Use Sonatype S01 token in release pipeline65dbfd0
Defensive PersistenceExceptionTranslator bean retrieval on shutdown203fa75
Support all "connection reset" phrases in DisconnectedClientHelper9a56a88
Polishinge79a9a5
Correct and consistent event class names in constructor javadoc2c3c383
Consistently ignore bridge method on generated subclass for visibility purposesc38e989
Remove use of ServletException in ModelFactory3e0849a
Fix typoUpdates
jakarta.servlet:jakarta.servlet-api
from 6.0.0 to 6.1.0Commits
Updates
org.junit.jupiter:junit-jupiter-api
from 5.10.2 to 5.10.3Release notes
Sourced from org.junit.jupiter:junit-jupiter-api's releases.
Commits
55d1232
Release 5.10.34455093
Remove accidental headingb86a681
Remove JDK 21 as it's no longer available via Oracle's setup-java stepbc1608c
Clean up release notes316ed31
Use Liberica for JDK 8 for compatibility with Apple Siliconad7c5dd
Update copyright headers to 20246c663b1
Use same default seed for method and class ordering (#3821)d29e3eb
Fix NPE when deserializingTestIdentifier
(#3820)f936c01
Fix class-level execution conditions on GraalVM (#3785)76b7c05
Allow GraalVmStarterTests to run remotely on Test Distribution agentsUpdates
org.junit.jupiter:junit-jupiter-params
from 5.10.2 to 5.10.3Release notes
Sourced from org.junit.jupiter:junit-jupiter-params's releases.
Commits
55d1232
Release 5.10.34455093
Remove accidental headingb86a681
Remove JDK 21 as it's no longer available via Oracle's setup-java stepbc1608c
Clean up release notes316ed31
Use Liberica for JDK 8 for compatibility with Apple Siliconad7c5dd
Update copyright headers to 20246c663b1
Use same default seed for method and class ordering (#3821)d29e3eb
Fix NPE when deserializingTestIdentifier
(#3820)f936c01
Fix class-level execution conditions on GraalVM (#3785)76b7c05
Allow GraalVmStarterTests to run remotely on Test Distribution agentsUpdates
org.junit.jupiter:junit-jupiter-engine
from 5.10.2 to 5.10.3Release notes
Sourced from org.junit.jupiter:junit-jupiter-engine's releases.
Commits
55d1232
Release 5.10.34455093
Remove accidental headingb86a681
Remove JDK 21 as it's no longer available via Oracle's setup-java stepbc1608c
Clean up release notes316ed31
Use Liberica for JDK 8 for compatibility with Apple Siliconad7c5dd
Update copyright headers to 20246c663b1
Use same default seed for method and class ordering (#3821)d29e3eb
Fix NPE when deserializingTestIdentifier
(#3820)f936c01
Fix class-level execution conditions on GraalVM (#3785)76b7c05
Allow GraalVmStarterTests to run remotely on Test Distribution agentsUpdates
org.junit.jupiter:junit-jupiter-params
from 5.10.2 to 5.10.3Release notes
Sourced from org.junit.jupiter:junit-jupiter-params's releases.
Commits
55d1232
Release 5.10.34455093
Remove accidental headingb86a681
Remove JDK 21 as it's no longer available via Oracle's setup-java stepbc1608c
Clean up release notes316ed31
Use Liberica for JDK 8 for compatibility with Apple Siliconad7c5dd
Update copyright headers to 20246c663b1
Use same default seed for method and class ordering (#3821)d29e3eb
Fix NPE when deserializingTestIdentifier
(#3820)f936c01
Fix class-level execution conditions on GraalVM (#3785)76b7c05
Allow GraalVmStarterTests to run remotely on Test Distribution agentsUpdates
org.junit.jupiter:junit-jupiter-engine
from 5.10.2 to 5.10.3Release notes
Sourced from org.junit.jupiter:junit-jupiter-engine's releases.
Commits
55d1232
Release 5.10.34455093
Remove accidental headingb86a681
Remove JDK 21 as it's no longer available via Oracle's setup-java stepbc1608c
Clean up release notes316ed31
Use Liberica for JDK 8 for compatibility with Apple Siliconad7c5dd
Update copyright headers to 20246c663b1
Use same default seed for method and class ordering (#3821)d29e3eb
Fix NPE when deserializingTestIdentifier
(#3820)f936c01
Fix class-level execution conditions on GraalVM (#3785)76b7c05
Allow GraalVmStarterTests to run remotely on Test Distribution agentsUpdates
org.apache.maven.plugins:maven-jar-plugin
from 3.4.1 to 3.4.2Release notes
Sourced from org.apache.maven.plugins:maven-jar-plugin's releases.
Commits
95007e8
[maven-release-plugin] prepare release maven-jar-plugin-3.4.299584ce
Build with Maven 4e9c98a4
[MJAR-310] fixed toolchain version detection when toolchain paths contain whi...a5554bb
[maven-release-plugin] prepare for next development iterationUpdates
org.apache.maven.plugins:maven-javadoc-plugin
from 3.6.3 to 3.7.0Release notes
Sourced from org.apache.maven.plugins:maven-javadoc-plugin's releases.
Commits
2c28b8d
[maven-release-plugin] prepare release maven-javadoc-plugin-3.7.05530d68
[MJAVADOC-793] java.lang.NullPointerException: Cannot invoke "String.length()...08cf68e
Revert "Bump org.codehaus.plexus:plexus-archiver from 4.9.1 to 4.9.2"6446822
Bump org.apache.maven.shared:maven-invoker from 3.2.0 to 3.3.049c93ad
Bump org.assertj:assertj-core from 3.25.3 to 3.26.04e72048
[MJAVADOC-795] Upgrade to Parent 42 and Maven 3.6.3b55dd96
Bump org.codehaus.plexus:plexus-archiver from 4.9.1 to 4.9.277ad410
Bump org.apache.commons:commons-text from 1.11.0 to 1.12.0c21568a
Bump commons-io:commons-io from 2.16.0 to 2.16.1ded56a9
Exclude JDK 8 - temurin, adopt-openj9 on macosUpdates
org.apache.maven.plugins:maven-surefire-plugin
from 3.2.5 to 3.3.0Release notes
Sourced from org.apache.maven.plugins:maven-surefire-plugin's releases.
... (truncated)
Commits
d0b96a4
[maven-release-plugin] prepare release surefire-3.3.071796af
Bump org.codehaus.plexus:plexus-component-annotationsafb2d4e
Bump org.codehaus.plexus:plexus-interpolation from 1.25 to 1.27e6287dd
[SUREFIRE-2232] [REGRESSION] StatelessXmlReporter fails to process failed res...57b7837
Bump org.htmlunit:htmlunit from 3.11.0 to 4.2.0fd440c4
Bump org.xmlunit:xmlunit-core from 2.9.1 to 2.10.05c34c43
Bump org.assertj:assertj-core from 3.25.3 to 3.26.0680fb00
Bump org.apache.commons:commons-compress from 1.26.1 to 1.26.2cad0931
[SUREFIRE-2248] Make "type" attribute on failures and errors in (surefire|fai...a88d786
[SUREFIRE-2047] Upgrade to maven-common-artifact-filters 3.4.0Updates
org.codehaus.mojo:exec-maven-plugin
from 3.2.0 to 3.3.0Release notes
Sourced from org.codehaus.mojo:exec-maven-plugin's releases.
Commits
366da2f
[maven-release-plugin] prepare release 3.3.0416c83a
Bump org.codehaus.mojo:mojo-parent from 80 to 82 (#429)8d3327f
Bump org.codehaus.plexus:plexus-utils from 4.0.0 to 4.0.1662ab09
Bump asm.version from 9.6 to 9.7ec97f4d
Add "provided" classpathScope (runtime+provided)d18ed80
Bump apache/maven-gh-actions-shared from 3 to 4f19bde1
[maven-release-plugin] prepare for next development iterationUpdates
org.sonatype.plugins:nexus-staging-maven-plugin
from 1.6.13 to 1.7.0Updates
org.moditect:moditect-maven-plugin
from 1.2.1.Final to 1.2.2.FinalRelease notes
Sourced from org.moditect:moditect-maven-plugin's releases.
Commits
04bb13a
Releasing version 1.2.2.Finalaf42936
Only use inner class heuristic with class namese06db30
Next version 1.3.0-SNAPSHOTe070303
Releasing version 1.2.1.FinalUpdates
org.junit.platform:junit-platform-suite
from 1.10.2 to 1.10.3Commits
Updates
org.apache.maven.plugins:maven-shade-plugin
from 3.5.3 to 3.6.0Commits
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 iterationUpdates
com.google.guava:guava
from 33.2.0-jre to 33.2.1-jreRelease notes
Sourced from com.google.guava:guava's releases.
Commits