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

New goal set-git-properties #133

Merged

Conversation

rhierlmeier
Copy link

This PR introduces the goal set-git-properties that provides information about the branch name and type to the Maven build.
In implements the feature request #131.

@bvarner
Copy link
Contributor

bvarner commented Apr 17, 2023

Thanks for the PR!

@bvarner bvarner merged commit 7ac1213 into e-gineering:development Apr 17, 2023
@rhierlmeier rhierlmeier deleted the set-properties-sets-git-info branch April 18, 2023 11:41
@glimmerveen
Copy link
Contributor

Hi @rhierlmeier & @bvarner , I noticed when building this project using JDK11 I got the following warning while running the JUnit tests:

Warning: Nashorn engine is planned to be removed from a future JDK release

When looking at https://openjdk.org/jeps/372 , it is clear that modern JDK versions no longer have this scripting capability.

In order for this new feature to be used with modern JDKs, I think an alternative for the ScriptEngine should be sought.

@rhierlmeier
Copy link
Author

It replaced with #139 Javascript with Groovy.

@glimmerveen
Copy link
Contributor

It replaced with #139 Javascript with Groovy.

Nice to see you only needed to swap the scripting language in the test! :)

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.

3 participants