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

Fix ArangoDb warnings #2575

Closed
zbendhiba opened this issue May 11, 2021 · 5 comments
Closed

Fix ArangoDb warnings #2575

zbendhiba opened this issue May 11, 2021 · 5 comments
Milestone

Comments

@zbendhiba
Copy link
Contributor

see these warnings and adapt tests

WARNING: Method com.arangodb.entity.MetaAware.<init>() not found.
WARNING: Could not resolve com.arangodb.entity.BaseDocumentTest for reflection configuration. Reason: java.lang.ClassNotFoundException: com.arangodb.entity.BaseDocumentTest.
WARNING: Method com.arangodb.entity.arangosearch.PrimarySort.<init>() not found.
WARNING: Method com.arangodb.entity.Entity.<init>() not found.
WARNING: Method com.arangodb.entity.arangosearch.FieldLink.<init>() not found.
WARNING: Method com.arangodb.entity.arangosearch.ConsolidationPolicy.<init>() not found.
WARNING: Method com.arangodb.entity.DocumentField.<init>() not found.
WARNING: Method com.arangodb.entity.arangosearch.CollectionLink.<init>() not found.
WARNING: Method com.arangodb.entity.arangosearch.StoredValue.<init>() not found.
WARNING: Method com.arangodb.entity.arangosearch.ArangoSearchPropertiesEntity.<init>() not found.
WARNING: Method com.arangodb.model.AqlQueryExplainOptions$1.<init>() not found.
WARNING: Method com.arangodb.model.AqlQueryOptions$1.<init>() not found.
@zbendhiba zbendhiba self-assigned this May 11, 2021
@ppalaga ppalaga added this to the 2.0.0 milestone May 26, 2021
@ppalaga
Copy link
Contributor

ppalaga commented May 26, 2021

Filed this one arangodb/arangodb-java-driver#392

@ppalaga
Copy link
Contributor

ppalaga commented May 26, 2021

Hm... --allow-incomplete-classpath in their config https://github.com/arangodb/arangodb-java-driver/blob/master/src/main/resources/META-INF/native-image/com.arangodb/arangodb-java-driver/native-image.properties#L2 looks scarry. I wonder whether we should prefer ignoring their config completely once Quarkus offers a programmatic way to do so quarkusio/quarkus#17482

@ppalaga ppalaga modified the milestones: 2.0.0, 2.1.0 Jun 18, 2021
@zbendhiba zbendhiba modified the milestones: 2.1.0, 2.2.0 Jul 23, 2021
@zbendhiba zbendhiba removed their assignment Aug 5, 2021
@jamesnetherton jamesnetherton modified the milestones: 2.2.0, 2.3.0 Aug 26, 2021
@zbendhiba zbendhiba modified the milestones: 2.3.0, 2.4.0 Oct 1, 2021
@ppalaga ppalaga modified the milestones: 2.4.0, 2.5.0 Oct 22, 2021
@zbendhiba zbendhiba modified the milestones: 2.5.0, 2.6.0 Nov 19, 2021
@zbendhiba zbendhiba modified the milestones: 2.6.0, 2.7.0 Dec 18, 2021
@jamesnetherton jamesnetherton modified the milestones: 2.7.0, 2.8.0 Jan 28, 2022
@aldettinger aldettinger modified the milestones: 2.8.0-M1, 2.8.0 Mar 8, 2022
@jamesnetherton jamesnetherton changed the title [camel 3.10] arangoDb - warnings Fix ArangoDb warnings Mar 25, 2022
@jamesnetherton jamesnetherton modified the milestones: 2.8.0, 2.9.0 Apr 4, 2022
@jamesnetherton jamesnetherton modified the milestones: 2.9.0, 2.10.0 May 5, 2022
@zhfeng zhfeng removed this from the 2.10.0 milestone Jun 17, 2022
@zhfeng zhfeng added this to the 2.11.0 milestone Jun 17, 2022
@jamesnetherton jamesnetherton modified the milestones: 2.11.0, 2.12.0 Jul 21, 2022
@jamesnetherton jamesnetherton modified the milestones: 2.12.0, 2.13.0 Sep 7, 2022
@zbendhiba zbendhiba modified the milestones: 2.13.0, 2.14 Sep 22, 2022
@zbendhiba zbendhiba assigned zbendhiba and unassigned zbendhiba Nov 4, 2022
@zbendhiba zbendhiba modified the milestones: 2.14, 2.15 Nov 4, 2022
@zbendhiba zbendhiba modified the milestones: 2.15.0, 2.16.0 Dec 8, 2022
@aldettinger aldettinger modified the milestones: 2.16.0, 2.17.0 Jan 19, 2023
@ppalaga
Copy link
Contributor

ppalaga commented Mar 22, 2023

arangodb/arangodb-java-driver#392 was fixed, so we should retry.

@jamesnetherton jamesnetherton removed this from the 2.17.0 milestone Jan 24, 2024
@jamesnetherton jamesnetherton added this to the 3.11.0 milestone May 9, 2024
@jamesnetherton
Copy link
Contributor

No native warnings / errors in the latest builds.

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

No branches or pull requests

5 participants