Skip to content

terracotta-platform 5.11.x#3259

Closed
mathieucarbou wants to merge 1 commit intoehcache:masterfrom
mathieucarbou-ibm:update
Closed

terracotta-platform 5.11.x#3259
mathieucarbou wants to merge 1 commit intoehcache:masterfrom
mathieucarbou-ibm:update

Conversation

@mathieucarbou
Copy link
Copy Markdown
Member

No description provided.

Comment on lines +16 to +17
//TODO temporary for local testing - rollback before merging
project.getRepositories().mavenLocal();
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • rollback

Comment thread gradle.properties

# Terracotta clustered
terracottaPlatformVersion = 5.10.22
terracottaPlatformVersion = 5.11-SNAPSHOT
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • update

Comment on lines +69 to +71
//TODO: fill all warnings...
// compile.getOptions().setCompilerArgs(asList("-Werror", "-Xlint:all"));
compile.getOptions().setCompilerArgs(asList("-Xlint:all"));
Copy link
Copy Markdown
Member Author

@mathieucarbou mathieucarbou Mar 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Fix all new compiler warnings and rollback

Comment thread ehcache-xml/build.gradle

xjcToolJakarta 'com.sun.xml.bind:jaxb-xjc:3.0.0-M4'
xjcToolJakarta 'com.sun.xml.bind:jaxb-impl:3.0.0-M4'
xjcToolJakarta 'javax.xml.bind:jaxb-api:[2.2,3)'
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needed to add the dependency for compilation but I am not sure this is ok (regarding scopes)

Comment on lines 103 to +104
javadoc {
onlyIf { false }
Copy link
Copy Markdown
Member Author

@mathieucarbou mathieucarbou Mar 28, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Fix all new javadoc failures

Comment thread ehcache/build.gradle
Comment on lines +121 to +127
tasks.named('jakartaJavadoc') {
onlyIf { false }
}

tasks.named('javadoc') {
onlyIf { false }
}
Copy link
Copy Markdown
Member Author

@mathieucarbou mathieucarbou Mar 28, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Java doc tasks are failing (issues with javax api and modules)

SpotBugsExtension spotbugs = project.getExtensions().getByType(SpotBugsExtension.class);

spotbugs.getIgnoreFailures().set(false);
spotbugs.getIgnoreFailures().set(true);
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Fix all new spotbugs errors triggering after the JVM change, and switch to false

@mathieucarbou
Copy link
Copy Markdown
Member Author

Adding as reference this PR also: #3263

@mathieucarbou-ibm mathieucarbou-ibm closed this by deleting the head repository Sep 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants