Closed kuntzed closed 2 weeks ago
I think the E2E tests might be failing in the Github actions workflow because the
maven.compiler.target
ormaven.compiler.source
option has been replaced bymaven.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.
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.