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

quay.io/quarkus/ubi-quarkus-mandrel:22.1-java17 still fails #1

Merged
merged 1 commit into from
Jun 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ To replicate issue:
```
mvn package -Pnative
```
Uses image `quay.io/quarkus/ubi-quarkus-mandrel:22.1-java17` for building, see [application.properties](src/main/resources/application.properties)

NOTE: test pass when running under the JVM.

Expand All @@ -21,10 +22,10 @@ __ ____ __ _____ ___ __ ____ ______
--/ __ \/ / / / _ | / _ \/ //_/ / / / __/
-/ /_/ / /_/ / __ |/ , _/ ,< / /_/ /\ \
--\___\_\____/_/ |_/_/|_/_/|_|\____/___/
2022-06-07 10:48:55,970 INFO [io.quarkus] (main) jacksonrecords 0.0.1-SNAPSHOT native (powered by Quarkus 2.9.2.Final) started in 0.003s.
2022-06-07 10:48:55,972 INFO [io.quarkus] (main) Profile prod activated.
2022-06-07 10:48:55,972 INFO [io.quarkus] (main) Installed features: [cdi]
2022-06-07 10:48:55,972 ERROR [io.qua.run.Application] (main) Failed to start application (with profile prod): com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Failed to access RecordComponents of type `io.acme.jacksonrecords.SomeRecord`
2022-06-09 17:52:05,323 INFO [io.quarkus] (main) jacksonrecords 0.0.1-SNAPSHOT native (powered by Quarkus 2.9.2.Final) started in 0.017s.
2022-06-09 17:52:05,325 INFO [io.quarkus] (main) Profile prod activated.
2022-06-09 17:52:05,325 INFO [io.quarkus] (main) Installed features: [cdi]
2022-06-09 17:52:05,326 ERROR [io.qua.run.Application] (main) Failed to start application (with profile prod): com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Failed to access RecordComponents of type `io.acme.jacksonrecords.SomeRecord`
at [Source: (String)"{
"name": "John",
"surname": "Smith"
Expand All @@ -46,5 +47,6 @@ __ ____ __ _____ ___ __ ____ ______
at io.quarkus.runtime.Quarkus.run(Quarkus.java:41)
at io.quarkus.runner.GeneratedMain.main(Unknown Source)

2022-06-07 10:48:55,973 INFO [io.quarkus] (main) jacksonrecords stopped in 0.000s
2022-06-09 17:52:05,326 INFO [io.quarkus] (main) jacksonrecords stopped in 0.000s

```
1 change: 1 addition & 0 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
quarkus.log.level=INFO
quarkus.native.builder-image=quay.io/quarkus/ubi-quarkus-mandrel:22.1-java17