Skip to content

Commit

Permalink
Upgrade to Quarkus 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnetherton committed Oct 27, 2020
1 parent 9b52e1f commit a176beb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ ReflectiveClassBuildItem registerForReflection(CombinedIndexBuildItem combinedIn
.collect(Collectors.toList());

dtos.add(CamelAuthorizationException.class.getName());
dtos.add(Boolean[].class.getName());
dtos.add(Float[].class.getName());
dtos.add(java.util.Date[].class.getName());
dtos.add(Calendar[].class.getName());
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<okhttp.version>3.14.6</okhttp.version><!-- keep in sync with okio -->
<okio.version>1.17.2</okio.version><!-- keep in sync with okhttp -->
<opencensus-api.version>0.26.0</opencensus-api.version><!-- Mess in pubsub transitive deps vs google cloud deps -->
<quarkus.version>1.9.0.Final</quarkus.version>
<quarkus.version>999-SNAPSHOT</quarkus.version>
<quarkus-qpid-jms.version>0.19.0</quarkus-qpid-jms.version>
<protobuf.version>3.11.1</protobuf.version>
<retrofit.version>2.5.0</retrofit.version>
Expand Down
4 changes: 4 additions & 0 deletions poms/bom-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,10 @@
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
</exclusion>
<exclusion>
<groupId>org.glassfish.web</groupId>
<artifactId>*</artifactId>
Expand Down

0 comments on commit a176beb

Please sign in to comment.