Skip to content

#2486 Create a new pipeline for updated development environment#2922

Closed
mkimberlin wants to merge 217 commits into
developfrom
2486-create-new-pipeline-for-updated-build-deployment
Closed

#2486 Create a new pipeline for updated development environment#2922
mkimberlin wants to merge 217 commits into
developfrom
2486-create-new-pipeline-for-updated-build-deployment

Conversation

@mkimberlin
Copy link
Copy Markdown
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.

3 participants