-
Notifications
You must be signed in to change notification settings - Fork 8
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
[ACL-264] CI, dependencies, example project and changelog updates #338
Conversation
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 havent' been able to try this yet, but I'm fairly confident
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've generated this with the help of scripts + gen AI. Looks fine!
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.
These changes are coming from the Quarkus upgrade
// Reference to the library version that's local to this project! | ||
// Check out the main README for instructions on how to install | ||
// the library in your project! | ||
// https://github.com/TrueLayer/truelayer-java?tab=readme-ov-file#stable-releases | ||
implementation 'com.truelayer:truelayer-java' |
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.
We reference the local project, not via Maven. This should help us verifying builds at CI time on the latest library version
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.
Usual wrapper updates
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've added linting to the sample project as well. I've not changed anything otherwise
quarkus.otel.trace.enabled=true | ||
quarkus.otel.metrics.enabled=true | ||
quarkus.otel.logs.enabled=true | ||
quarkus.application.name=quarkus-mvc | ||
quarkus.otel.exporter.otlp.endpoint=http://localhost:4317 |
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've been doing some experiments in preparation for #336
Description
This PR includes a bunch of setup-related updates, and a minimal bump for our test and lint tooling:
Type of change
Please select multiple options if required.
Checklist:
gradle.properties
file with the new versionCHANGELOG.md
file with the details of the new version