Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleaning the build of unnecessary log messages #2341

Open
afs opened this issue Mar 16, 2024 · 3 comments
Open

Cleaning the build of unnecessary log messages #2341

afs opened this issue Mar 16, 2024 · 3 comments
Labels

Comments

@afs
Copy link
Member

afs commented Mar 16, 2024

It is helpful if the build has no warnings and errors as far as possible so that any new ones 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. Examples of use in the test areas.

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)'
@afs afs added build task Task labels Mar 16, 2024
@afs afs changed the title Cleaning the build of unnecessary log messages Cleaning the build of unnecessary messages Mar 16, 2024
@kinow
Copy link
Member

kinow commented Mar 16, 2024

There are some Vue.js deprecation warnings that have been annoying me too but I haven't had time to look into those yet.

@afs afs changed the title Cleaning the build of unnecessary messages Cleaning the build of unnecessary log messages Mar 16, 2024
@afs
Copy link
Member Author

afs commented Mar 16, 2024

There are some Vue.js deprecation warnings that have been annoying me too but I haven't had time to look into those yet.

Could you create a separate ticket please?

I'm splitting out the process ones and keeping just the test logging one here so they can be fixed and issues closed incrementally.

@kinow
Copy link
Member

kinow commented Mar 17, 2024

There are some Vue.js deprecation warnings that have been annoying me too but I haven't had time to look into those yet.

Could you create a separate ticket please?

I'm splitting out the process ones and keeping just the test logging one here so they can be fixed and issues closed incrementally.

Sure thing, done #2346

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants