Skip to content

Commit

Permalink
Remove relocations for the Big Reactive Rename
Browse files Browse the repository at this point in the history
We did the change in 3.9 and the deprecations will be in 3.15 LTS so we
can get rid of them.
  • Loading branch information
gsmet committed Sep 4, 2024
1 parent 116c8a3 commit 1d73b94
Show file tree
Hide file tree
Showing 77 changed files with 0 additions and 2,178 deletions.
362 changes: 0 additions & 362 deletions bom/application/pom.xml

Large diffs are not rendered by default.

114 changes: 0 additions & 114 deletions relocations/generaterelocations.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,120 +31,6 @@ public class generaterelocations implements Runnable {
private static final Map<String, Function<String, Relocation>> RELOCATIONS = new TreeMap<>();

static {
Function<String, Relocation> resteasyReactiveRelocationFunction = a -> Relocation.ofArtifactId(a, a.replace("resteasy-reactive", "rest"),
"3.9");
RELOCATIONS.put("quarkus-resteasy-reactive", resteasyReactiveRelocationFunction);
RELOCATIONS.put("quarkus-resteasy-reactive-deployment", resteasyReactiveRelocationFunction);
RELOCATIONS.put("quarkus-resteasy-reactive-common", resteasyReactiveRelocationFunction);
RELOCATIONS.put("quarkus-resteasy-reactive-common-deployment", resteasyReactiveRelocationFunction);
RELOCATIONS.put("quarkus-resteasy-reactive-server-common", resteasyReactiveRelocationFunction);
RELOCATIONS.put("quarkus-resteasy-reactive-server-spi-deployment", resteasyReactiveRelocationFunction);
RELOCATIONS.put("quarkus-resteasy-reactive-jackson", resteasyReactiveRelocationFunction);
RELOCATIONS.put("quarkus-resteasy-reactive-jackson-deployment", resteasyReactiveRelocationFunction);
RELOCATIONS.put("quarkus-resteasy-reactive-jackson-common", resteasyReactiveRelocationFunction);
RELOCATIONS.put("quarkus-resteasy-reactive-jackson-common-deployment", resteasyReactiveRelocationFunction);
RELOCATIONS.put("quarkus-resteasy-reactive-jsonb", resteasyReactiveRelocationFunction);
RELOCATIONS.put("quarkus-resteasy-reactive-jsonb-deployment", resteasyReactiveRelocationFunction);
RELOCATIONS.put("quarkus-resteasy-reactive-jsonb-common", resteasyReactiveRelocationFunction);
RELOCATIONS.put("quarkus-resteasy-reactive-jsonb-common-deployment", resteasyReactiveRelocationFunction);
RELOCATIONS.put("quarkus-resteasy-reactive-jaxb", resteasyReactiveRelocationFunction);
RELOCATIONS.put("quarkus-resteasy-reactive-jaxb-deployment", resteasyReactiveRelocationFunction);
RELOCATIONS.put("quarkus-resteasy-reactive-jaxb-common", resteasyReactiveRelocationFunction);
RELOCATIONS.put("quarkus-resteasy-reactive-jaxb-common-deployment", resteasyReactiveRelocationFunction);
RELOCATIONS.put("quarkus-resteasy-reactive-kotlin", resteasyReactiveRelocationFunction);
RELOCATIONS.put("quarkus-resteasy-reactive-kotlin-deployment", resteasyReactiveRelocationFunction);
RELOCATIONS.put("quarkus-resteasy-reactive-kotlin-serialization", resteasyReactiveRelocationFunction);
RELOCATIONS.put("quarkus-resteasy-reactive-kotlin-serialization-deployment", resteasyReactiveRelocationFunction);
RELOCATIONS.put("quarkus-resteasy-reactive-kotlin-serialization-common", resteasyReactiveRelocationFunction);
RELOCATIONS.put("quarkus-resteasy-reactive-kotlin-serialization-common-deployment", resteasyReactiveRelocationFunction);
RELOCATIONS.put("quarkus-resteasy-reactive-links", resteasyReactiveRelocationFunction);
RELOCATIONS.put("quarkus-resteasy-reactive-links-deployment", resteasyReactiveRelocationFunction);
RELOCATIONS.put("quarkus-resteasy-reactive-servlet", resteasyReactiveRelocationFunction);
RELOCATIONS.put("quarkus-resteasy-reactive-servlet-deployment", resteasyReactiveRelocationFunction);
RELOCATIONS.put("quarkus-resteasy-reactive-qute", resteasyReactiveRelocationFunction);
RELOCATIONS.put("quarkus-resteasy-reactive-qute-deployment", resteasyReactiveRelocationFunction);

Function<String, Relocation> restClientReactiveRelocation = a -> Relocation.ofArtifactId(a, a.replace("rest-client-reactive", "rest-client"),
"3.9");
RELOCATIONS.put("quarkus-rest-client-reactive", restClientReactiveRelocation);
RELOCATIONS.put("quarkus-rest-client-reactive-deployment", restClientReactiveRelocation);
RELOCATIONS.put("quarkus-rest-client-reactive-jackson", restClientReactiveRelocation);
RELOCATIONS.put("quarkus-rest-client-reactive-jackson-deployment", restClientReactiveRelocation);
RELOCATIONS.put("quarkus-rest-client-reactive-jsonb", restClientReactiveRelocation);
RELOCATIONS.put("quarkus-rest-client-reactive-jsonb-deployment", restClientReactiveRelocation);
RELOCATIONS.put("quarkus-rest-client-reactive-jaxb", restClientReactiveRelocation);
RELOCATIONS.put("quarkus-rest-client-reactive-jaxb-deployment", restClientReactiveRelocation);
RELOCATIONS.put("quarkus-rest-client-reactive-spi-deployment", restClientReactiveRelocation);
RELOCATIONS.put("quarkus-rest-client-reactive-kotlin-serialization", restClientReactiveRelocation);
RELOCATIONS.put("quarkus-rest-client-reactive-kotlin-serialization-deployment", restClientReactiveRelocation);

Function<String, Relocation> jaxrsClientReactiveRelocation = a -> Relocation.ofArtifactId(a, a.replace("jaxrs-client-reactive", "rest-client-jaxrs"),
"3.9");
RELOCATIONS.put("quarkus-jaxrs-client-reactive", jaxrsClientReactiveRelocation);
RELOCATIONS.put("quarkus-jaxrs-client-reactive-deployment", jaxrsClientReactiveRelocation);

Function<String, Relocation> csrfReactiveRelocation = a -> Relocation.ofArtifactId(a, a.replace("csrf-reactive", "rest-csrf"),
"3.9");
RELOCATIONS.put("quarkus-csrf-reactive", csrfReactiveRelocation);
RELOCATIONS.put("quarkus-csrf-reactive-deployment", csrfReactiveRelocation);

Function<String, Relocation> oidcTokenPropagationReactiveRelocation = a -> Relocation.ofArtifactId(a, a.replace("oidc-token-propagation-reactive", "rest-client-oidc-token-propagation"),
"3.9");
RELOCATIONS.put("quarkus-oidc-token-propagation-reactive", oidcTokenPropagationReactiveRelocation);
RELOCATIONS.put("quarkus-oidc-token-propagation-reactive-deployment", oidcTokenPropagationReactiveRelocation);

Function<String, Relocation> oidcTokenPropagationRelocation = a -> Relocation.ofArtifactId(a, a.replace("oidc-token-propagation", "resteasy-client-oidc-token-propagation"),
"3.9");
RELOCATIONS.put("quarkus-oidc-token-propagation", oidcTokenPropagationRelocation);
RELOCATIONS.put("quarkus-oidc-token-propagation-deployment", oidcTokenPropagationRelocation);

Function<String, Relocation> oidcClientFilterRelocation = a -> Relocation.ofArtifactId(a, a.replace("oidc-client-filter", "resteasy-client-oidc-filter"),
"3.9");
RELOCATIONS.put("quarkus-oidc-client-filter", oidcClientFilterRelocation);
RELOCATIONS.put("quarkus-oidc-client-filter-deployment", oidcClientFilterRelocation);


Function<String, Relocation> oidcClientReactiveFilterRelocation = a -> Relocation.ofArtifactId(a, a.replace("oidc-client-reactive-filter", "rest-client-oidc-filter"),
"3.9");
RELOCATIONS.put("quarkus-oidc-client-reactive-filter", oidcClientReactiveFilterRelocation);
RELOCATIONS.put("quarkus-oidc-client-reactive-filter-deployment", oidcClientReactiveFilterRelocation);

Function<String, Relocation> keycloakAdminClientRelocation = a -> Relocation.ofArtifactId(a, a.replace("keycloak-admin-client", "keycloak-admin-resteasy-client"),
"3.9");
RELOCATIONS.put("quarkus-keycloak-admin-client", keycloakAdminClientRelocation);
RELOCATIONS.put("quarkus-keycloak-admin-client-deployment", keycloakAdminClientRelocation);

Function<String, Relocation> keycloakAdminClientReactiveRelocation = a -> Relocation.ofArtifactId(a, a.replace("keycloak-admin-client-reactive", "keycloak-admin-rest-client"),
"3.9");
RELOCATIONS.put("quarkus-keycloak-admin-client-reactive", keycloakAdminClientReactiveRelocation);
RELOCATIONS.put("quarkus-keycloak-admin-client-reactive-deployment", keycloakAdminClientReactiveRelocation);

Function<String, Relocation> springWebRESTEasyReactiveRelocation = a -> Relocation.ofArtifactId(a, a.replace("spring-web-resteasy-reactive", "spring-web-rest"),
"3.9");
RELOCATIONS.put("quarkus-spring-web-resteasy-reactive", springWebRESTEasyReactiveRelocation);
RELOCATIONS.put("quarkus-spring-web-resteasy-reactive-deployment", springWebRESTEasyReactiveRelocation);

Function<String, Relocation> springWebRESTEasyClassicRelocation = a -> Relocation.ofArtifactId(a, a.replace("spring-web-resteasy-classic", "spring-web-resteasy"),
"3.9");
RELOCATIONS.put("quarkus-spring-web-resteasy-classic", springWebRESTEasyClassicRelocation);
RELOCATIONS.put("quarkus-spring-web-resteasy-classic-deployment", springWebRESTEasyClassicRelocation);

Function<String, Relocation> smallryeReactiveMessagingRelocation = a -> Relocation.ofArtifactId(a, a.replace("smallrye-reactive-messaging", "messaging"),
"3.9");
RELOCATIONS.put("quarkus-smallrye-reactive-messaging", smallryeReactiveMessagingRelocation);
RELOCATIONS.put("quarkus-smallrye-reactive-messaging-kotlin", smallryeReactiveMessagingRelocation);
RELOCATIONS.put("quarkus-smallrye-reactive-messaging-deployment", smallryeReactiveMessagingRelocation);
RELOCATIONS.put("quarkus-smallrye-reactive-messaging-kafka", smallryeReactiveMessagingRelocation);
RELOCATIONS.put("quarkus-smallrye-reactive-messaging-kafka-deployment", smallryeReactiveMessagingRelocation);
RELOCATIONS.put("quarkus-smallrye-reactive-messaging-pulsar", smallryeReactiveMessagingRelocation);
RELOCATIONS.put("quarkus-smallrye-reactive-messaging-pulsar-deployment", smallryeReactiveMessagingRelocation);
RELOCATIONS.put("quarkus-smallrye-reactive-messaging-amqp", smallryeReactiveMessagingRelocation);
RELOCATIONS.put("quarkus-smallrye-reactive-messaging-amqp-deployment", smallryeReactiveMessagingRelocation);
RELOCATIONS.put("quarkus-smallrye-reactive-messaging-mqtt", smallryeReactiveMessagingRelocation);
RELOCATIONS.put("quarkus-smallrye-reactive-messaging-mqtt-deployment", smallryeReactiveMessagingRelocation);
RELOCATIONS.put("quarkus-smallrye-reactive-messaging-rabbitmq", smallryeReactiveMessagingRelocation);
RELOCATIONS.put("quarkus-smallrye-reactive-messaging-rabbitmq-deployment", smallryeReactiveMessagingRelocation);

Function<String, Relocation> webjarsLocatorRelocation = a -> Relocation.ofArtifactId(a, a.replace("webjars-locator", "web-dependency-locator"),
"3.11");
RELOCATIONS.put("quarkus-webjars-locator", webjarsLocatorRelocation);
Expand Down
74 changes: 0 additions & 74 deletions relocations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,80 +18,6 @@
<modules>
<module>quarkus-hibernate-search-orm-coordination-outbox-polling</module>
<module>quarkus-hibernate-search-orm-coordination-outbox-polling-deployment</module>
<module>quarkus-resteasy-reactive</module>
<module>quarkus-resteasy-reactive-common</module>
<module>quarkus-resteasy-reactive-common-deployment</module>
<module>quarkus-resteasy-reactive-deployment</module>
<module>quarkus-resteasy-reactive-jackson</module>
<module>quarkus-resteasy-reactive-jackson-common</module>
<module>quarkus-resteasy-reactive-jackson-common-deployment</module>
<module>quarkus-resteasy-reactive-jackson-deployment</module>
<module>quarkus-resteasy-reactive-jaxb</module>
<module>quarkus-resteasy-reactive-jaxb-common</module>
<module>quarkus-resteasy-reactive-jaxb-common-deployment</module>
<module>quarkus-resteasy-reactive-jaxb-deployment</module>
<module>quarkus-resteasy-reactive-jsonb</module>
<module>quarkus-resteasy-reactive-jsonb-common</module>
<module>quarkus-resteasy-reactive-jsonb-common-deployment</module>
<module>quarkus-resteasy-reactive-jsonb-deployment</module>
<module>quarkus-resteasy-reactive-kotlin</module>
<module>quarkus-resteasy-reactive-kotlin-deployment</module>
<module>quarkus-resteasy-reactive-kotlin-serialization</module>
<module>quarkus-resteasy-reactive-kotlin-serialization-common</module>
<module>quarkus-resteasy-reactive-kotlin-serialization-common-deployment</module>
<module>quarkus-resteasy-reactive-kotlin-serialization-deployment</module>
<module>quarkus-resteasy-reactive-links</module>
<module>quarkus-resteasy-reactive-links-deployment</module>
<module>quarkus-resteasy-reactive-qute</module>
<module>quarkus-resteasy-reactive-qute-deployment</module>
<module>quarkus-resteasy-reactive-server-common</module>
<module>quarkus-resteasy-reactive-server-spi-deployment</module>
<module>quarkus-resteasy-reactive-servlet</module>
<module>quarkus-resteasy-reactive-servlet-deployment</module>
<module>quarkus-rest-client-reactive</module>
<module>quarkus-rest-client-reactive-deployment</module>
<module>quarkus-rest-client-reactive-jackson</module>
<module>quarkus-rest-client-reactive-jackson-deployment</module>
<module>quarkus-rest-client-reactive-jaxb</module>
<module>quarkus-rest-client-reactive-jaxb-deployment</module>
<module>quarkus-rest-client-reactive-jsonb</module>
<module>quarkus-rest-client-reactive-jsonb-deployment</module>
<module>quarkus-rest-client-reactive-kotlin-serialization</module>
<module>quarkus-rest-client-reactive-kotlin-serialization-deployment</module>
<module>quarkus-rest-client-reactive-spi-deployment</module>
<module>quarkus-jaxrs-client-reactive</module>
<module>quarkus-jaxrs-client-reactive-deployment</module>
<module>quarkus-csrf-reactive</module>
<module>quarkus-csrf-reactive-deployment</module>
<module>quarkus-oidc-token-propagation-reactive</module>
<module>quarkus-oidc-token-propagation-reactive-deployment</module>
<module>quarkus-oidc-token-propagation</module>
<module>quarkus-oidc-token-propagation-deployment</module>
<module>quarkus-oidc-client-filter</module>
<module>quarkus-oidc-client-filter-deployment</module>
<module>quarkus-oidc-client-reactive-filter</module>
<module>quarkus-oidc-client-reactive-filter-deployment</module>
<module>quarkus-keycloak-admin-client</module>
<module>quarkus-keycloak-admin-client-deployment</module>
<module>quarkus-keycloak-admin-client-reactive</module>
<module>quarkus-keycloak-admin-client-reactive-deployment</module>
<module>quarkus-spring-web-resteasy-reactive</module>
<module>quarkus-spring-web-resteasy-reactive-deployment</module>
<module>quarkus-spring-web-resteasy-classic</module>
<module>quarkus-spring-web-resteasy-classic-deployment</module>
<module>quarkus-smallrye-reactive-messaging</module>
<module>quarkus-smallrye-reactive-messaging-amqp</module>
<module>quarkus-smallrye-reactive-messaging-amqp-deployment</module>
<module>quarkus-smallrye-reactive-messaging-deployment</module>
<module>quarkus-smallrye-reactive-messaging-kafka</module>
<module>quarkus-smallrye-reactive-messaging-kafka-deployment</module>
<module>quarkus-smallrye-reactive-messaging-kotlin</module>
<module>quarkus-smallrye-reactive-messaging-mqtt</module>
<module>quarkus-smallrye-reactive-messaging-mqtt-deployment</module>
<module>quarkus-smallrye-reactive-messaging-pulsar</module>
<module>quarkus-smallrye-reactive-messaging-pulsar-deployment</module>
<module>quarkus-smallrye-reactive-messaging-rabbitmq</module>
<module>quarkus-smallrye-reactive-messaging-rabbitmq-deployment</module>
<module>quarkus-webjars-locator</module>
<module>quarkus-webjars-locator-deployment</module>
</modules>
Expand Down
22 changes: 0 additions & 22 deletions relocations/quarkus-csrf-reactive-deployment/pom.xml

This file was deleted.

22 changes: 0 additions & 22 deletions relocations/quarkus-csrf-reactive/pom.xml

This file was deleted.

22 changes: 0 additions & 22 deletions relocations/quarkus-jaxrs-client-reactive-deployment/pom.xml

This file was deleted.

22 changes: 0 additions & 22 deletions relocations/quarkus-jaxrs-client-reactive/pom.xml

This file was deleted.

Loading

0 comments on commit 1d73b94

Please sign in to comment.