Skip to content

Commit 81a4b21

Browse files
committed
Removed infinispan caching from most tutorials
1 parent 17e4f66 commit 81a4b21

File tree

9 files changed

+0
-9
lines changed
  • hibernate-orm-multi-tenancy-database-quickstart/src/main/resources/META-INF/resources
  • hibernate-orm-multi-tenancy-schema-quickstart/src/main/resources/META-INF/resources
  • hibernate-orm-panache-kotlin-quickstart
  • hibernate-orm-panache-quickstart
  • hibernate-orm-quickstart
  • hibernate-search-orm-elasticsearch-quickstart

9 files changed

+0
-9
lines changed

hibernate-orm-multi-tenancy-database-quickstart/src/main/resources/META-INF/resources/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ <h1>Multitenancy Hibernate ORM - Quarkus</h1>
141141
<li>ArC, a CDI based dependency injection framework</li>
142142
<li>the Narayana Transaction Manager coordinating all transactions</li>
143143
<li>Agroal, the high performance Datasource implementation</li>
144-
<li>Infinispan used as Hibernate 2nd level caching: enabled on both entities and queries</li>
145144
<li>The Undertow webserver</li>
146145
<li>Some magic bytecode generation plugged in the compiler...</li>
147146
</ul>

hibernate-orm-multi-tenancy-schema-quickstart/src/main/resources/META-INF/resources/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ <h1>Multitenancy Hibernate ORM - Quarkus</h1>
141141
<li>ArC, a CDI based dependency injection framework</li>
142142
<li>the Narayana Transaction Manager coordinating all transactions</li>
143143
<li>Agroal, the high performance Datasource implementation</li>
144-
<li>Infinispan used as Hibernate 2nd level caching: enabled on both entities and queries</li>
145144
<li>The Undertow webserver</li>
146145
<li>Some magic bytecode generation plugged in the compiler...</li>
147146
</ul>

hibernate-orm-panache-kotlin-quickstart/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ While the code is surprisingly simple, under the hood this is using:
99
- A PostgreSQL database; see below to run one via Docker
1010
- ArC, the CDI inspired dependency injection tool with zero overhead
1111
- The high performance Agroal connection pool
12-
- Infinispan based caching
1312
- All safely coordinated by the Narayana Transaction Manager
1413

1514
These examples show how to call methods directly on the entity (`FruitEntity`). For the repository example, see the `hibernate-orm-panache-quickstart`.

hibernate-orm-panache-kotlin-quickstart/src/main/resources/META-INF/resources/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ <h1>Hibernate ORM with Panache quickstart - Quarkus</h1>
123123
<li>ArC, a CDI based dependency injection framework</li>
124124
<li>the Narayana Transaction Manager coordinating all transactions</li>
125125
<li>Agroal, the high performance Datasource implementation</li>
126-
<li>Infinispan used as Hibernate 2nd level caching: enabled on both entities and queries</li>
127126
<li>The Undertow webserver</li>
128127
<li>Some magic bytecode generation plugged in the compiler...</li>
129128
</ul>

hibernate-orm-panache-quickstart/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ While the code is surprisingly simple, under the hood this is using:
99
- A PostgreSQL database; see below to run one via Docker
1010
- ArC, the CDI inspired dependency injection tool with zero overhead
1111
- The high performance Agroal connection pool
12-
- Infinispan based caching
1312
- All safely coordinated by the Narayana Transaction Manager
1413

1514
This shows two ways to use Panache: one by calling methods directly on the entity (`FruitEntity`), and the other by using a separate repository.

hibernate-orm-panache-quickstart/src/main/resources/META-INF/resources/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ <h1>Hibernate ORM with Panache quickstart - Quarkus</h1>
123123
<li>ArC, a CDI based dependency injection framework</li>
124124
<li>the Narayana Transaction Manager coordinating all transactions</li>
125125
<li>Agroal, the high performance Datasource implementation</li>
126-
<li>Infinispan used as Hibernate 2nd level caching: enabled on both entities and queries</li>
127126
<li>The Undertow webserver</li>
128127
<li>Some magic bytecode generation plugged in the compiler...</li>
129128
</ul>

hibernate-orm-quickstart/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ While the code is surprisingly simple, under the hood this is using:
99
- A PostgreSQL database; see below to run one via Docker
1010
- ArC, the CDI inspired dependency injection tool with zero overhead
1111
- The high performance Agroal connection pool
12-
- Infinispan based caching
1312
- All safely coordinated by the Narayana Transaction Manager
1413

1514
## Requirements

hibernate-orm-quickstart/src/main/resources/META-INF/resources/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ <h1>CRUD Mission - Quarkus</h1>
123123
<li>ArC, a CDI based dependency injection framework</li>
124124
<li>the Narayana Transaction Manager coordinating all transactions</li>
125125
<li>Agroal, the high performance Datasource implementation</li>
126-
<li>Infinispan used as Hibernate 2nd level caching: enabled on both entities and queries</li>
127126
<li>The Undertow webserver</li>
128127
<li>Some magic bytecode generation plugged in the compiler...</li>
129128
</ul>

hibernate-search-orm-elasticsearch-quickstart/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ While the code is surprisingly simple, under the hood this is using:
1010
- A PostgreSQL database; see below to run one via Docker
1111
- ArC, the CDI inspired dependency injection tool with zero overhead
1212
- The high performance Agroal connection pool
13-
- Infinispan based caching
1413
- All safely coordinated by the Narayana Transaction Manager
1514

1615
## Requirements

0 commit comments

Comments
 (0)