Joe DiPol
Joe DiPol
The work-around is to use the correct version: ``` mvn -U archetype:generate -DinteractiveMode=false \ -DarchetypeGroupId=io.helidon.archetypes \ -DarchetypeArtifactId=helidon-quickstart-mp \ -DarchetypeVersion=3.0.0 \ -DgroupId=io.helidon.examples \ -DartifactId=helidon-quickstart-mp \ -Dpackage=io.helidon.examples.quickstart.mp ```
Need to update `release.sh` to update version in `docs/includes/attributes.adoc`
17-Nov-2021: Saw it on pipeline today.
Saw slightly different failure on pipeline. ``` 18:21:41,509 [ERROR] Tests run: 5570, Failures: 1, Errors: 0, Skipped: 1714, Time elapsed: 255.642 s
Any status on this? Thanks!
I pulled this PR and I can build and run the helidon application in a shell. My hunch is you are not copying `target/libs` to your container image. Our default...
@whiplash we consider the uber-jar an anti-pattern as they are not Docker image friendly and they introduce complexities concerning merging of resources (like `META-INF/services/*`). Another thing to note is that...
@ljnelson I suppose this is OK (keeping in the ugly BOM workaround even though we don't need it). Can you update to latest OCI SDK and take out of draft?