apache / jena

Apache Jena
https://jena.apache.org/
Apache License 2.0
1.08k stars 643 forks source link

Add -proc:none to call of Java compiler (Test_schemagen) #2526

Closed afs closed 4 weeks ago

afs commented 4 weeks ago

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.