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

Entities from databases: Bugfix entity generation in plain java (non webapp) projects #7163

Merged

Conversation

matthiasblaesing
Copy link
Contributor

For plain java projects there is no JPADataSourcePopulator available,
so it must not be called to populate the schema list. The schema
combobox for this case should then not be shown.

For the case when no JPADataSourcePopulator and no schema file is
present, the default selected datasource selector should not be
server datasources, but local data sources.

Closes: #7144

For plain java projects there is no JPADataSourcePopulator available,
so it must not be called to populate the schema list. The schema
combobox for this case should then not be shown.

For the case when no JPADataSourcePopulator and no schema file is
present, the default selected datasource selector should not be
server datasources, but local data sources.

Closes: apache#7144
@matthiasblaesing matthiasblaesing added Java [ci] enable extra Java tests (java.completion, java.source.base, java.hints, refactoring.java, form) Java EE/Jakarta EE [ci] enable enterprise job enterprise [ci] enable enterprise job labels Mar 15, 2024
@matthiasblaesing matthiasblaesing added this to the NB22 milestone Mar 15, 2024
@matthiasblaesing matthiasblaesing added the ci:dev-build [ci] produce a dev-build zip artifact (7 days expiration, see link on workflow summary page) label Mar 15, 2024
@apache apache locked and limited conversation to collaborators Mar 15, 2024
@apache apache unlocked this conversation Mar 15, 2024
@matthiasblaesing
Copy link
Contributor Author

Will merge next weekend if noone objects.

@matthiasblaesing matthiasblaesing merged commit 1fc4c04 into apache:master Mar 31, 2024
40 checks passed
@matthiasblaesing matthiasblaesing deleted the entities_from_database branch April 19, 2024 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci:dev-build [ci] produce a dev-build zip artifact (7 days expiration, see link on workflow summary page) enterprise [ci] enable enterprise job Java EE/Jakarta EE [ci] enable enterprise job Java [ci] enable extra Java tests (java.completion, java.source.base, java.hints, refactoring.java, form)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Entity classes from database wizard not working. NetBeans 21.
1 participant