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

#31 ⬆️ update to parent version 10 (JDK 17, default Python fo… #32

Merged
merged 1 commit into from
Sep 19, 2024

Conversation

d-ryan-ashcraft
Copy link
Contributor

…r building to 3.11.9)

@@ -5,16 +5,17 @@ class LogManager:
"""
Class for handling logging.
"""
Copy link
Contributor Author

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);
Copy link
Contributor Author

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>
Copy link
Contributor

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?

Copy link
Contributor Author

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.

@d-ryan-ashcraft d-ryan-ashcraft merged commit 7d3d9d0 into dev Sep 19, 2024
@d-ryan-ashcraft d-ryan-ashcraft deleted the 31-parent-update-10 branch September 19, 2024 21:38
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