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

Add a warning about missing -parameters flag for javac #713

Merged
merged 1 commit into from
Jul 2, 2024

Conversation

geoand
Copy link
Collaborator

@geoand geoand commented Jul 2, 2024

Without this warning, users can end up with only an
error complaining about a duplicate null key

This was prompted by https://stackoverflow.com/q/78695273/2504224, but it's
far from the first time I've seen the same issue.

@geoand geoand requested a review from a team as a code owner July 2, 2024 07:29
@geoand geoand changed the title parameters-warning Add a warning about missing -parameters flag for javac Jul 2, 2024
@geoand
Copy link
Collaborator Author

geoand commented Jul 2, 2024

@jmartisk if you don't have time to look at the Neo4j failures, let me know please so I can disable them

@jmartisk
Copy link
Collaborator

jmartisk commented Jul 2, 2024

@geoand Hmmm supercool, another problematic embedding store that just stops working? I'll look into it asap, but feel free to disable for now

@geoand
Copy link
Collaborator Author

geoand commented Jul 2, 2024

but feel free to disable for now

I'll wait a little in case you come up with an easy fix :)

@jmartisk
Copy link
Collaborator

jmartisk commented Jul 2, 2024

Ok I can't even reproduce it locally, this will be tricky

@jmartisk
Copy link
Collaborator

jmartisk commented Jul 2, 2024

I think it's something with neo4j, because with neo4j:5.20.0 image it works, with the recently released 5.21.0 it fails

Without this warning, users can end up with only an
 error complaining about a duplicate null key
@geoand geoand merged commit 5df99a3 into main Jul 2, 2024
12 checks passed
@geoand geoand deleted the parameters-warning branch July 2, 2024 13:30
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

Successfully merging this pull request may close these issues.

None yet

2 participants