Skip to content

Commit

Permalink
revert solace java api version to 1.4.0 and discard netty fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SravanThotakura05 committed Oct 23, 2024
1 parent 071ecfc commit d618412
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<quarkus.version>3.8.6</quarkus.version>

<solace.version>1.7.0</solace.version>
<solace.version>1.4.0</solace.version>

<assertj-core.version>3.24.2</assertj-core.version>
<weld.version>5.1.2.Final</weld.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,4 @@ HealthBuildItem addHealthCheck(SolaceBuildTimeConfig buildTimeConfig) {
buildTimeConfig.health().enabled());
}

/**
* `Version.identify()` in netty-common uses the resource to determine the version of netty.
*/
@BuildStep
NativeImageResourceBuildItem nettyVersions() {
return new NativeImageResourceBuildItem("META-INF/io.netty.versions.properties");
}

}

0 comments on commit d618412

Please sign in to comment.