Skip to content

Commit

Permalink
Upgrade to 1.13.2.Final
Browse files Browse the repository at this point in the history
- Due to quarkusio/quarkus#7990

- Rename undertow-websockets to websockets
- - The "smallrye-reactive-streams-operators" is not compatible with other reactive implementations: quarkusio/quarkus#9754
  • Loading branch information
Sgitario committed Apr 27, 2021
1 parent c75662b commit 0fb6f68
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<name>Quarkus StartStop TS: Parent</name>

<properties>
<quarkus.version>1.12.1.Final</quarkus.version>
<quarkus.version>1.13.2.Final</quarkus.version>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.version>3.8.1</maven.compiler.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,12 @@ public class ArtifactGeneratorTest {
"resteasy-jsonb",
"scheduler",
"spring-boot-properties",
"smallrye-reactive-messaging-amqp",
"smallrye-reactive-streams-operators",
"spring-data-jpa",
"spring-di",
"spring-security",
"spring-web",
"undertow",
"undertow-websockets",
"vertx",
"vertx-web",
"grpc",
Expand Down Expand Up @@ -150,8 +149,8 @@ public class ArtifactGeneratorTest {
"smallrye-openapi",
"smallrye-opentracing",
"smallrye-reactive-messaging",
"smallrye-reactive-messaging-amqp",
"smallrye-reactive-messaging-kafka",
"smallrye-reactive-streams-operators",
"spring-data-jpa",
"spring-data-rest",
"spring-di",
Expand All @@ -160,7 +159,7 @@ public class ArtifactGeneratorTest {
"spring-cloud-config-client",
"spring-scheduled",
"spring-cache",

"websockets",
};

public void testRuntime(TestInfo testInfo, String[] extensions, Set<TestFlags> flags) throws Exception {
Expand Down

0 comments on commit 0fb6f68

Please sign in to comment.