-
Notifications
You must be signed in to change notification settings - Fork 2
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
#31 ⬆️ update to parent version 10 (JDK 17, default Python fo… #32
Conversation
@@ -5,16 +5,17 @@ class LogManager: | |||
""" | |||
Class for handling logging. | |||
""" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I (Informational): this came from running the latest version of Habushu on the existing codebase
@@ -28,6 +29,13 @@ public void testEncryptedPropertyReadProvidesDecryptedValue() { | |||
krausening.loadProperties(); | |||
Properties properties = krausening.getProperties(ENCRYPTED_PROPERTIES); | |||
assertNotNull(properties); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I: the lamba breaks things with the encryptor (and arguably shouldn't be in this imperative codebase anyway)
@@ -18,6 +18,9 @@ | |||
<plugin> | |||
<groupId>org.technologybrewery.habushu</groupId> | |||
<artifactId>habushu-maven-plugin</artifactId> | |||
<configuration> | |||
<pythonVersion>${version.python.default}</pythonVersion> | |||
</configuration> | |||
</plugin> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Q: Will this change the value of the current version of the project in the pyproject.toml?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No - this is the version that we'll use to build only.
…r building to 3.11.9)