Skip to content

Commit

Permalink
Merge pull request #2894 from jamezp/RESTEASY-2999
Browse files Browse the repository at this point in the history
[RESTEASY-2999] Remove the resteasy-cache and move to the resteasy-ex…
  • Loading branch information
jamezp committed Sep 3, 2021
2 parents 81b186f + b613b45 commit cd4813a
Show file tree
Hide file tree
Showing 29 changed files with 24 additions and 2,268 deletions.
1 change: 0 additions & 1 deletion distribution/assembly.xml
Expand Up @@ -41,7 +41,6 @@
<include>org.jboss.resteasy:resteasy-json-p-provider</include>
<include>org.jboss.resteasy:resteasy-json-binding-provider</include>
<include>org.jboss.resteasy:resteasy-jackson2-provider</include>
<include>org.jboss.resteasy:resteasy-cache-core</include>
<include>org.jboss.resteasy:resteasy-cdi</include>
<include>org.jboss.resteasy:resteasy-jsapi</include>
<include>org.jboss.resteasy:resteasy-links</include>
Expand Down
5 changes: 0 additions & 5 deletions distribution/pom.xml
Expand Up @@ -88,11 +88,6 @@
<artifactId>resteasy-jackson2-provider</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-cache-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-cdi</artifactId>
Expand Down
Expand Up @@ -133,13 +133,13 @@ String rtn = target.resolveTemplate("id", "1").request().get(String.class);
via your Application getSingletons() or getClasses() methods. The underlying cache is Infinispan. By default,
RESTEasy will create an Infinispan cache for you. Alternatively, you can create and pass in an instance
of your cache to the ServerCacheFeature constructor. You can also configure Infinispan by specifying
various parameters. First, if you are using Maven you must depend on the resteasy-cache-core artifact:</para>
various parameters. First, if you are using Maven you must depend on the cache-core artifact:</para>
<programlisting>
<![CDATA[
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-cache-core</artifactId>
<version>5.0.0-SNAPSHOT</version>
<groupId>org.jboss.resteasy.cache</groupId>
<artifactId>cache-core</artifactId>
<version>${version.org.jboss.resteasy.cache}</version>
</dependency>
]]>
</programlisting>
Expand Down
2 changes: 1 addition & 1 deletion docbook/reference/en/en-US/modules/I18N.xml
Expand Up @@ -82,7 +82,7 @@
</row>
<row>
<entry align="left">10000-10499</entry>
<entry align="left">resteasy-cache-core</entry>
<entry align="left">cache-core</entry>
</row>
<row>
<entry align="left">10500-10999</entry>
Expand Down
1 change: 0 additions & 1 deletion pom.xml
Expand Up @@ -138,7 +138,6 @@
<module>resteasy-client-vertx</module>
<module>resteasy-client-reactor-netty</module>
<module>providers</module>
<module>resteasy-cache</module>
<module>security</module>
<module>resteasy-links</module>
<module>resteasy-jsapi</module>
Expand Down
5 changes: 0 additions & 5 deletions resteasy-bom/pom.xml
Expand Up @@ -26,11 +26,6 @@
<artifactId>resteasy-atom-provider</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-cache-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-html</artifactId>
Expand Down
19 changes: 0 additions & 19 deletions resteasy-cache/pom.xml

This file was deleted.

154 changes: 0 additions & 154 deletions resteasy-cache/resteasy-cache-core/pom.xml

This file was deleted.

This file was deleted.

0 comments on commit cd4813a

Please sign in to comment.