afs opened a new pull request, #2526:
URL: https://github.com/apache/jena/pull/2526
This stops calls of the compiler printing
```
Note: Annotation processing is enabled because one or more processors were
found
on the class path. A future release of javac may disable annotation
processing
unless at least one processor is specified by name (-processor), or a
search
path is specified (--processor-path, --processor-module-path), or
annotation
processing is enabled explicitly (-proc:only, -proc:full).
Use -Xlint:-options to suppress this message.
Use -proc:none to disable annotation processing.
```
numerous time in the jena-cmds tests when using Java21 as the build compiler.
`Test_schemagen` invokes the java compiler to check output is correct Java
----
By submitting this pull request, I acknowledge that I am making a
contribution to the Apache Software Foundation under the terms and conditions
of the [Contributor's
Agreement](https://www.apache.org/licenses/contributor-agreements.html).
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]