slachiewicz opened a new pull request, #423: URL: https://github.com/apache/maven-shared-utils/pull/423
Deprecates `org.apache.maven.shared.utils.logging`. Maven 3.10.0 introduces `org.apache.maven.message.MessageBuilderFactory` and Maven 4 `org.apache.maven.api.services.MessageBuilderFactory`, both of which supersede it. This is the outcome of the review on [#377](https://github.com/apache/maven-shared-utils/pull/377), which proposed swapping Jansi for `org.jline:jansi` here: > It is no so easy, this class is used by Maven until 3.9.x and many plugins .... Maven also exports such packages. In Maven 3.10.x we will MessageBuilderFactory class. So I will not touch it, we can make it deprecated. Marking the package-private implementations as well keeps the build free of warnings for implementing a deprecated interface. No behaviour changes and no signature changes, so this is source and binary compatible. Closes [#373](https://github.com/apache/maven-shared-utils/issues/373). Verified: `mvn -B verify` on JDK 17 -> Tests run: 787, Failures: 0, Errors: 0. Spotless clean. *This change was created with AI assistance.* -- 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]
