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

Neo4jReactiveDataAutoConfiguration assumes that certain beans are available #44930

Open
snicoll opened this issue Mar 28, 2025 · 0 comments
Open
Assignees
Labels
type: bug A general bug
Milestone

Comments

@snicoll
Copy link
Member

snicoll commented Mar 28, 2025

Neo4jReactiveDataAutoConfiguration is assuming that Neo4jDataAutoConfiguration has ran. It uses Neo4jDataProperties but doesn't enable it. It also expects a Neo4jMappingContext to be available but doesn't guard the auto-configuration if it isn't.

If Neo4jDataAutoConfiguration is excluded, this has the effect of breaking the context.

@snicoll snicoll added the type: bug A general bug label Mar 28, 2025
@snicoll snicoll added this to the 3.3.x milestone Mar 28, 2025
@snicoll snicoll self-assigned this Mar 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A general bug
Projects
None yet
Development

No branches or pull requests

1 participant