afs opened a new issue, #2341: URL: https://github.com/apache/jena/issues/2341
### Change It is helpful if the build has no warnings and errors as far as possible so that any that appear are more likely to be noticed. Some probably can't be addressed - e.g. shading warnings of overlaps. The build currently (5.0.0) has some warnings and logging in tests - `LogCtl.withLevel` runs a `Runnable` at difefrent logging level for just the `Runnable`. ``` jena-arq: [INFO] [INFO] Running org.apache.jena.query.TestQueryCloningEssentials [ERROR] 16:14:05 WARN NodeValue :: Datatype format exception: "2"^^xsd:negativeInteger [ERROR] 16:14:05 WARN NodeValue :: Datatype format exception: "2"^^xsd:negativeInteger ``` ``` jena-text: [INFO] [INFO] Running org.apache.jena.query.text.TestTextMultipleProplistNotWorking [ERROR] 16:15:41 WARN TextIndexLuceneAssembler :: Multilingual support implicitly enabled by text:defineAnalyzers [ERROR] 16:15:41 WARN TextIndexLuceneAssembler :: Multilingual support implicitly enabled by text:defineAnalyzers ``` ``` jena-geosparql: [INFO] [INFO] Running org.apache.jena.geosparql.geo.topological.GenericPropertyFunctionTest [ERROR] 16:16:57 WARN SpatialIndex :: Lat/Lon Geo predicates also found but will not be added to index. [INFO] [INFO] Running org.apache.jena.geosparql.configuration.GeoSPARQLOperationsTest [ERROR] 16:16:57 WARN GeoSPARQLOperations :: Output datatype null is not a recognised for Geometry Literal. Defaulting to http://www.opengis.net/ont/geosparql#wktLiteral. [ERROR] 16:16:57 WARN GeoSPARQLOperations :: Output datatype null is not a recognised for Geometry Literal. Defaulting to http://www.opengis.net/ont/geosparql#wktLiteral. [ERROR] 16:16:57 WARN GeoSPARQLOperations :: Output datatype null is not a recognised for Geometry Literal. Defaulting to http://www.opengis.net/ont/geosparql#wktLiteral. [ERROR] 16:16:57 WARN GeoSPARQLOperations :: Output datatype null is not a recognised for Geometry Literal. Defaulting to http://www.opengis.net/ont/geosparql#wktLiteral. ``` ``` jena-integration-tests: [INFO] [INFO] Running org.apache.jena.http.TestHttpOp [ERROR] 16:17:08 WARN org.apache.jena.fuseki.main.sys.FusekiAutoModules :: Ignored: "LegacyModule" : legacy use of interface FusekiModule which has changed to FusekiAutoModule ``` ``` jena-shex: [INFO] [WARNING] Parameter 'includePackageNames' is unknown for plugin 'maven-javadoc-plugin:3.6.3:jar (attach-javadocs)' ``` ``` apache-jena: [INFO] [WARNING] Parameter 'tarLongFileFormat' is unknown for plugin 'maven-assembly-plugin:3.7.0:single (create-jena-download)' ``` and some other messages that might be addressible: ``` [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- release:3.0.1:perform (default-cli) @ jena --- [WARNING] Parameter 'useReleaseProfile' (user property 'useReleaseProfile') is deprecated: The release-profile profile will be removed from future versions of the super POM ``` ``` CycloneX: [INFO] [INFO] CycloneDX: Creating BOM version 1.4 with 182 component(s) [INFO] [INFO] CycloneDX: Writing and validating BOM (XML): /home/afs/ASF/Release/jena/target/checkout/target/jena-5.0.0-bom.xml [INFO] [INFO] attaching as jena-5.0.0-cyclonedx.xml [INFO] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/afs/ASF/Release/jena/target/checkout/target/jena-5.0.0-bom.json [INFO] [WARNING] Unknown keyword additionalItems - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword ``` ### Are you interested in contributing a pull request for this task? None -- 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]
