Skip to content

Conversation

@mkimberlin
Copy link
Member

No description provided.

rodecapd and others added 29 commits July 2, 2024 10:22
…of github.com:objectcomputing/check-ins into 2486-create-new-pipeline-for-updated-build-deployment
This fixes a couple of issues:

1. We had non-idiomatic field names in `GoogleServiceConfiguration`
2. We were building JSON via toString()

To fix this, we use standard Java naming in the config object (Micronaut handles the dash or underscore replacement from config)

And we use `@JsonProperty` and Micronaut's `JsonMapper` to perform the serialization.

Removed the test for getters/setters working and replaced with a test that verifies config can be loaded, and converted to a json string and parsed.
@mkimberlin mkimberlin closed this Mar 17, 2025
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.

4 participants