Skip to content

Commit

Permalink
Remove Hibernate Reactive from the build
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Apr 12, 2021
1 parent f4b84a9 commit d455e9d
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 82 deletions.
6 changes: 3 additions & 3 deletions .github/native-tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
{
"category": "Data2",
"timeout": 65,
"test-modules": "jpa jpa-mysql jpa-db2 reactive-mysql-client reactive-db2-client hibernate-reactive-db2 hibernate-reactive-mysql"
"test-modules": "jpa jpa-mysql jpa-db2 reactive-mysql-client reactive-db2-client"
},
{
"category": "Data3",
Expand All @@ -50,12 +50,12 @@
{
"category": "Data5",
"timeout": 65,
"test-modules": "jpa-postgresql narayana-stm narayana-jta reactive-pg-client hibernate-reactive-postgresql"
"test-modules": "jpa-postgresql narayana-stm narayana-jta reactive-pg-client"
},
{
"category": "Data6",
"timeout": 50,
"test-modules": "elasticsearch-rest-client elasticsearch-rest-high-level-client hibernate-search-orm-elasticsearch hibernate-reactive-panache"
"test-modules": "elasticsearch-rest-client elasticsearch-rest-high-level-client hibernate-search-orm-elasticsearch"
},
{
"category": "Amazon",
Expand Down
39 changes: 0 additions & 39 deletions devtools/bom-descriptor-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -839,45 +839,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-hibernate-reactive</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-hibernate-reactive-panache</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-hibernate-reactive-panache-common</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-hibernate-search-orm-elasticsearch</artifactId>
Expand Down
39 changes: 0 additions & 39 deletions docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -799,45 +799,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-hibernate-reactive-deployment</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-hibernate-reactive-panache-deployment</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-hibernate-reactive-panache-common-deployment</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-hibernate-search-orm-elasticsearch-deployment</artifactId>
Expand Down
2 changes: 2 additions & 0 deletions extensions/panache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@
<module>hibernate-orm-panache</module>
<module>hibernate-orm-panache-kotlin</module>
<module>mongodb-panache-common</module>
<!--
<module>hibernate-reactive-panache-common</module>
<module>hibernate-reactive-panache</module>
-->
<module>mongodb-panache</module>
<module>mongodb-panache-kotlin</module>
<module>panacheql</module>
Expand Down
2 changes: 1 addition & 1 deletion extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<module>jdbc</module>
<module>hibernate-orm</module>
<module>hibernate-envers</module>
<module>hibernate-reactive</module>
<!--<module>hibernate-reactive</module>-->
<module>hibernate-validator</module>
<module>panache</module>
<module>hibernate-search-orm-elasticsearch</module>
Expand Down
2 changes: 2 additions & 0 deletions integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,12 @@
<module>hibernate-orm-panache</module>
<module>hibernate-orm-rest-data-panache</module>
<module>hibernate-orm-panache-kotlin</module>
<!--
<module>hibernate-reactive-db2</module>
<module>hibernate-reactive-mysql</module>
<module>hibernate-reactive-postgresql</module>
<module>hibernate-reactive-panache</module>
-->
<module>hibernate-search-orm-elasticsearch</module>
<module>hibernate-tenancy</module>
<module>hibernate-orm-envers</module>
Expand Down

0 comments on commit d455e9d

Please sign in to comment.