Skip to content

Commit

Permalink
Merge pull request #1 from SpeedsterF2/main
Browse files Browse the repository at this point in the history
quay.io/quarkus/ubi-quarkus-mandrel:22.1-java17 still fails
  • Loading branch information
Daniel J. Rollins authored Jun 12, 2022
2 parents b33bc42 + 7719ac6 commit 8742479
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
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

0 comments on commit 8742479

Please sign in to comment.