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

Consolidate logic for runtime path generation into a single class. #8

Merged
merged 2 commits into from
Oct 7, 2019

Conversation

sampottinger
Copy link
Owner

In response to @benfry feedback within benfry#1, consolidated all of the runtime path calculation into a single class while still maintaining all of the tests and caching logic. This reduces the class count but still adapts to jmod and javafx path calculation requirements for java 11. Note that I kept this pulled out from the preprocessing service still since the logic has grown somewhat complex with the requirements imposed by Jigsaw and putting it back into the service itself may violate the SRP. I can further consolidate behind the preprocessingservice if desired though.

In response to @benfry feedback within benfry#1, consolidated all of the runtime path calculation into a single class while still maintaining all of the tests and caching logic. This reduces the class count but still adapts to jmod and javafx path calculation requirements for java 11.
@sampottinger sampottinger merged commit 404835f into master Oct 7, 2019
sampottinger added a commit that referenced this pull request Nov 27, 2019
Refactored ant build chain to allow building / running without execution of tests but ensure tests are run during dist. Note that tests are still runnable under the test target itself. Resolves #8.
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 14, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
1 participant