You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Error: Failed to execute goal com.spotify.fmt:fmt-maven-plugin:2.25:check (default-cli) on project gapic-showcase: Execution default-cli of goal com.spotify.fmt:fmt-maven-plugin:2.25:check failed: An API incompatibility was encountered while executing com.spotify.fmt:fmt-maven-plugin:2.25:check: java.lang.NoSuchMethodError: null
Updating fmt-maven-plugin also results in: Execution default-cli of goal com.spotify.fmt:fmt-maven-plugin:2.29:check failed: An API incompatibility was encountered while executing com.spotify.fmt:fmt-maven-plugin:2.29:check: java.lang.NoSuchMethodError: null There still apear to be open issues regarding JDK 25 support for the fmt-maven-plugin: spotify/fmt-maven-plugin#210
Error: Errors:
Error: BaseServiceExceptionTest.testTranslateAndThrow:128 » IllegalArgument Could not create type
Error: BaseEmulatorHelperTest.testEmulatorHelper:94 » IllegalArgument Could not create type
Error: BaseEmulatorHelperTest.testEmulatorHelperDownloadWithRetries:142 » IllegalArgument Could not create type
Error: BaseEmulatorHelperTest.testEmulatorHelperMultipleRunners:178 » IllegalArgument Could not create type
Error: BaseEmulatorHelperTest.testEmulatorHelperThreeten:114 » IllegalArgument Could not create type
[INFO]
Error: Tests run: 218, Failures: 0, Errors: 5, Skipped: 0
easymock/easymock#760 indicates easymock 5.6.0 solved JDK 25 compatibility. Additionally, easymock stopped shading byte-buddy in easymock/easymock#547, so we need to also use the newer version they try to bring.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Skipping the format check (there still appear to be some JDK 25 issues spotify/fmt-maven-plugin#210).