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

Configuration name is exposed via getter #690

Conversation

nstrong-scw
Copy link
Contributor

When trying to integrate this plugin with an internal plugin, we ran into a limitation caused by the name field not being public. We are trying to use the JooqConfig class in a new context, and not being able to access the name means we cannot implement "map jooq config name to java config name" logic in our internal plugin.

This commit adds a getter for the field to support such a use case.

@etiennestuder etiennestuder changed the title add getter for name field Configuration name is exposed via getter Jun 9, 2024
@etiennestuder etiennestuder merged commit 6b75d96 into etiennestuder:main Jun 9, 2024
5 checks passed
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.

2 participants