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

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

[work in progress] Rework samples #1632

wants to merge 7 commits into from

Conversation

kuntzed
Copy link
Collaborator

@kuntzed kuntzed commented Oct 14, 2024

To improve the readability of the samples applications we do some small refactorings. 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?

- README rewritten based on the java-security-usage sample
- added k8s support
@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.

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