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

[work in progress] Rework samples #1632

Merged
merged 11 commits into from
Oct 30, 2024
Merged

[work in progress] Rework samples #1632

merged 11 commits into from
Oct 30, 2024

Conversation

kuntzed
Copy link
Collaborator

@kuntzed kuntzed commented Oct 14, 2024

To improve the readability of the samples applications we do some small refactorings and bugfixes. This includes implementation and configuration harmonisations. Furthermore, additional examples for k8b are added and the instructions (README files) for the samples are rewritten.

docs/HowToFetchToken.md Outdated Show resolved Hide resolved
samples/java-security-usage/README.md Outdated Show resolved Hide resolved
samples/java-security-usage/README.md Show resolved Hide resolved
samples/java-security-usage/README.md Show resolved Hide resolved
samples/java-security-usage/README.md Show resolved Hide resolved
Copy link
Contributor

@finkmanAtSap finkmanAtSap left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the E2E tests might be failing in the Github actions workflow because the maven.compiler.target or maven.compiler.source option has been replaced by maven.compiler.release?

@kuntzed kuntzed force-pushed the rework_samples branch 2 times, most recently from 870b62a to 16304d4 Compare October 16, 2024 13:50
@kuntzed
Copy link
Collaborator Author

kuntzed commented Oct 16, 2024

I think the E2E tests might be failing in the Github actions workflow because the maven.compiler.target or maven.compiler.source option has been replaced by maven.compiler.release?

yep, the github action runners are obviously using an old version of the maven-compiler-plugin by default. this is probably a consequence of using an old maven version. maybe we should try to control the maven version, but for now I have simply increased the required plugin version in the samples' pom files.

@kuntzed kuntzed force-pushed the rework_samples branch 2 times, most recently from ada3501 to b76627e Compare October 29, 2024 11:22
@kuntzed kuntzed merged commit 9aac902 into main Oct 30, 2024
5 checks passed
@kuntzed kuntzed deleted the rework_samples branch October 30, 2024 13: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.

2 participants