-
Notifications
You must be signed in to change notification settings - Fork 135
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
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 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
?
870b62a
to
16304d4
Compare
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. |
ada3501
to
b76627e
Compare
- README rewritten based on the java-security-usage sample - added k8s support
- README rewritten - added k8s support
Also: fix k8s build
10b3da1
to
a21e6aa
Compare
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.