tisonkun opened a new pull request, #504: URL: https://github.com/apache/curator/pull/504
@clayburn We're facing this version bump requirement due to JDK 22 complains with: ``` [ERROR] Error executing a GradleEnterpriseListener callback org.codehaus.groovy.GroovyBugError: BUG! exception in phase 'semantic analysis' in source unit '/Users/tison/Brittani/curator/.mvn/gradle-enterprise-custom-user-data.groovy' Unsupported class file major version 66 ``` After this patch it looks good with a few warnings: ``` [WARNING] Accessing deprecated gradle-enterprise-maven-extension, please migrate to develocity-maven-extension. [WARNING] The following functionality has been deprecated and will be removed in the next major release of the Develocity Maven extension. Run with '-Ddevelocity.deprecation.captureOrigin=true' to see where the deprecated functionality is being used. For assistance with migration, see https://gradle.com/help/maven-extension-develocity-migration. [WARNING] - The deprecated "buildScan.publish" XML element has been replaced by "buildScan.publishing" [WARNING] - The deprecated "buildScan.capture.goalInputFiles" XML element has been replaced by "buildScan.capture.fileFingerprints" [WARNING] - The project Maven extension configuration has been loaded from a deprecated location '/Users/tison/Brittani/curator/.mvn/gradle-enterprise.xml'. Please rename the configuration file to develocity.xml ``` I suppose you may have some suggestions on improve the settings? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
