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

Create renderers lazily #443

Merged

Conversation

crschnick
Copy link
Contributor

This is the matching PR for dlsc-software-consulting-gmbh/FormsFX#65. The changes are straightforward and also backwards compatible. However they only compile when using the proper FormsFX commit/version.

One addition I included is also something that has been bugging me for a while and is about module dependencies. I use my own storage handler implementation and therefore don't use any of the java.prefs or gson modules, but as they are not declared static in the module-info, compilation will fail when they are not in the module path. This PR should fix that as well.

This allows users to utilize their custom storage handler while not having to include gson and java.prefs as a dependency.
@crschnick
Copy link
Contributor Author

This PR should compile now with FormsFX 11.6.0

@dlemmermann dlemmermann merged commit 1e5480c into dlsc-software-consulting-gmbh:master-11 Jan 26, 2023
@crschnick
Copy link
Contributor Author

Did my PR mess up the release pipeline?

@dlemmermann
Copy link
Collaborator

No, I think it is an issue with Maven Central. I just started the release workflow again. Let's see if it works today.

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