Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency org.ehcache:ehcache to v3.10.8 #546

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 30, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.ehcache:ehcache (source) 3.9.0 -> 3.10.8 age adoption passing confidence

Release Notes

ehcache/ehcache3 (org.ehcache:ehcache)

v3.10.8: Ehcache 3.10.8

Getting started

This is a bug fix release on the 3.10 line: ehcache/ehcache3@v3.10.7...v3.10.8

Ehcache 3.10.8 has been released to maven central under the following coordinates:

Main module
<dependency>
  <groupId>org.ehcache</groupId>
  <artifactId>ehcache</artifactId>
  <version>3.10.8</version>
  <!-- <classifier>jakarta</classifier> -->
</dependency>

or

implementation('org.ehcache:ehcache:3.10.8') {
//  capabilities {
//    requireCapability('org.ehcache:ehcache-jakarta')
//  }
}
Transactions module
<dependency>
  <groupId>org.ehcache</groupId>
  <artifactId>ehcache-transactions</artifactId>
  <version>3.10.8</version>
  <!-- <classifier>jakarta</classifier> -->
</dependency>

or

implementation('org.ehcache:ehcache-transactions:3.10.8') {
//  capabilities {
//    requireCapability('org.ehcache:ehcache-transactions-jakarta')
//  }
}
Clustering module
<dependency>
  <groupId>org.ehcache</groupId>
  <artifactId>ehcache-clustered</artifactId>
  <version>3.10.8</version>
</dependency>

Or can be downloaded below.
Note that if you download Ehcache jar you will need one additional jar in your classpath:

Clustering kit

For clustering a kit is also provided that includes the Terracotta Server component. See below.

Further reading

v3.10.7: Ehcache 3.10.7

Getting started

This is a bug fix release on the 3.10 line: ehcache/ehcache3@v3.10.6...v3.10.7

Ehcache 3.10.7 has been released to maven central under the following coordinates:

Main module
<dependency>
  <groupId>org.ehcache</groupId>
  <artifactId>ehcache</artifactId>
  <version>3.10.7</version>
  <!-- <classifier>jakarta</classifier> -->
</dependency>

or

implementation('org.ehcache:ehcache:3.10.7') {
//  capabilities {
//    requireCapability('org.ehcache:ehcache-jakarta')
//  }
}
Transactions module
<dependency>
  <groupId>org.ehcache</groupId>
  <artifactId>ehcache-transactions</artifactId>
  <version>3.10.7</version>
  <!-- <classifier>jakarta</classifier> -->
</dependency>

or

implementation('org.ehcache:ehcache-transactions:3.10.7') {
//  capabilities {
//    requireCapability('org.ehcache:ehcache-transactions-jakarta')
//  }
}
Clustering module
<dependency>
  <groupId>org.ehcache</groupId>
  <artifactId>ehcache-clustered</artifactId>
  <version>3.10.7</version>
</dependency>

Or can be downloaded below.
Note that if you download Ehcache jar you will need one additional jar in your classpath:

Clustering kit

For clustering a kit is also provided that includes the Terracotta Server component. See below.

Further reading

v3.10.6: Ehcache 3.10.6

Getting started

This is a bug fix release on the 3.10 line: ehcache/ehcache3@v3.10.5...v3.10.6

Ehcache 3.10.6 has been released to maven central under the following coordinates:

Main module
<dependency>
  <groupId>org.ehcache</groupId>
  <artifactId>ehcache</artifactId>
  <version>3.10.6</version>
  <!-- <classifier>jakarta</classifier> -->
</dependency>

or

implementation('org.ehcache:ehcache:3.10.6') {
//  capabilities {
//    requireCapability('org.ehcache:ehcache-jakarta')
//  }
}
Transactions module
<dependency>
  <groupId>org.ehcache</groupId>
  <artifactId>ehcache-transactions</artifactId>
  <version>3.10.6</version>
  <!-- <classifier>jakarta</classifier> -->
</dependency>

or

implementation('org.ehcache:ehcache-transactions:3.10.6') {
//  capabilities {
//    requireCapability('org.ehcache:ehcache-transactions-jakarta')
//  }
}
Clustering module
<dependency>
  <groupId>org.ehcache</groupId>
  <artifactId>ehcache-clustered</artifactId>
  <version>3.10.6</version>
</dependency>

Or can be downloaded below.
Note that if you download Ehcache jar you will need one additional jar in your classpath:

Clustering kit

For clustering a kit is also provided that includes the Terracotta Server component. See below.

Further reading

v3.10.5: Ehcache 3.10.5

Getting started

This is a bug fix release on the 3.10 line: ehcache/ehcache3@v3.10.4...v3.10.5

Ehcache 3.10.5 has been released to maven central under the following coordinates:

Main module
<dependency>
  <groupId>org.ehcache</groupId>
  <artifactId>ehcache</artifactId>
  <version>3.10.5</version>
  <!-- <classifier>jakarta</classifier> -->
</dependency>

or

implementation('org.ehcache:ehcache:3.10.5') {
//  capabilities {
//    requireCapability('org.ehcache:ehcache-jakarta')
//  }
}
Transactions module
<dependency>
  <groupId>org.ehcache</groupId>
  <artifactId>ehcache-transactions</artifactId>
  <version>3.10.5</version>
  <!-- <classifier>jakarta</classifier> -->
</dependency>

or

implementation('org.ehcache:ehcache-transactions:3.10.5') {
//  capabilities {
//    requireCapability('org.ehcache:ehcache-transactions-jakarta')
//  }
}
Clustering module
<dependency>
  <groupId>org.ehcache</groupId>
  <artifactId>ehcache-clustered</artifactId>
  <version>3.10.5</version>
</dependency>

Or can be downloaded below.
Note that if you download Ehcache jar you will need one additional jar in your classpath:

Clustering kit

For clustering a kit is also provided that includes the Terracotta Server component. See below.

Further reading

v3.10.4: Ehcache 3.10.4

Getting started

This is a bug fix release on the 3.10 line: ehcache/ehcache3@v3.10.3...v3.10.4

Ehcache 3.10.4 has been released to maven central under the following coordinates:

Main module
<dependency>
  <groupId>org.ehcache</groupId>
  <artifactId>ehcache</artifactId>
  <version>3.10.4</version>
  <!-- <classifier>jakarta</classifier> -->
</dependency>

or

implementation('org.ehcache:ehcache:3.10.4') {
//  capabilities {
//    requireCapability('org.ehcache:ehcache-jakarta')
//  }
}
Transactions module
<dependency>
  <groupId>org.ehcache</groupId>
  <artifactId>ehcache-transactions</artifactId>
  <version>3.10.4</version>
  <!-- <classifier>jakarta</classifier> -->
</dependency>

or

implementation('org.ehcache:ehcache-transactions:3.10.4') {
//  capabilities {
//    requireCapability('org.ehcache:ehcache-transactions-jakarta')
//  }
}
Clustering module
<dependency>
  <groupId>org.ehcache</groupId>
  <artifactId>ehcache-clustered</artifactId>
  <version>3.10.4</version>
</dependency>

Or can be downloaded below.
Note that if you download Ehcache jar you will need one additional jar in your classpath:

Clustering kit

For clustering a kit is also provided that includes the Terracotta Server component. See below.

Further reading

v3.10.3: Ehcache 3.10.3

Getting started

This is a bug fix release on the 3.10 line: ehcache/ehcache3@v3.10.2...v3.10.3

Ehcache 3.10.3 has been released to maven central under the following coordinates:

Main module
<dependency>
  <groupId>org.ehcache</groupId>
  <artifactId>ehcache</artifactId>
  <version>3.10.3</version>
  <!-- <classifier>jakarta</classifier> -->
</dependency>

or

implementation('org.ehcache:ehcache:3.10.3') {
//  capabilities {
//    requireCapability('org.ehcache:ehcache-jakarta')
//  }
}
Transactions module
<dependency>
  <groupId>org.ehcache</groupId>
  <artifactId>ehcache-transactions</artifactId>
  <version>3.10.3</version>
  <!-- <classifier>jakarta</classifier> -->
</dependency>

or

implementation('org.ehcache:ehcache-transactions:3.10.3') {
//  capabilities {
//    requireCapability('org.ehcache:ehcache-transactions-jakarta')
//  }
}
Clustering module
<dependency>
  <groupId>org.ehcache</groupId>
  <artifactId>ehcache-clustered</artifactId>
  <version>3.10.3</version>
</dependency>

Or can be downloaded below.
Note that if you download Ehcache jar you will need one additional jar in your classpath:

Clustering kit

For clustering a kit is also provided that includes the Terracotta Server component. See below.

Further reading

v3.10.2: Ehcache 3.10.2

Getting started

This is a bug fix release on the 3.10 line: ehcache/ehcache3@v3.10.1...v3.10.2

Ehcache 3.10.2 has been released to maven central under the following coordinates:

Main module
<dependency>
  <groupId>org.ehcache</groupId>
  <artifactId>ehcache</artifactId>
  <version>3.10.2</version>
  <!-- <classifier>jakarta</classifier> -->
</dependency>

or

implementation('org.ehcache:ehcache:3.10.2') {
//  capabilities {
//    requireCapability('org.ehcache:ehcache-jakarta')
//  }
}
Transactions module
<dependency>
  <groupId>org.ehcache</groupId>
  <artifactId>ehcache-transactions</artifactId>
  <version>3.10.2</version>
  <!-- <classifier>jakarta</classifier> -->
</dependency>

or

implementation('org.ehcache:ehcache-transactions:3.10.2') {
//  capabilities {
//    requireCapability('org.ehcache:ehcache-transactions-jakarta')
//  }
}
Clustering module
<dependency>
  <groupId>org.ehcache</groupId>
  <artifactId>ehcache-clustered</artifactId>
  <version>3.10.2</version>
</dependency>

Or can be downloaded below.
Note that if you download Ehcache jar you will need one additional jar in your classpath:

Clustering kit

For clustering a kit is also provided that includes the Terracotta Server component. See below.

Further reading

v3.10.1: Ehcache 3.10.1

Getting started

This is a bug fix release on the 3.10 line: ehcache/ehcache3@v3.10.0...v3.10.1

Ehcache 3.10.1 has been released to maven central under the following coordinates:

Main module
<dependency>
  <groupId>org.ehcache</groupId>
  <artifactId>ehcache</artifactId>
  <version>3.10.1</version>
  <!-- <classifier>jakarta</classifier> -->
</dependency>

or

implementation('org.ehcache:ehcache:3.10.1') {
//  capabilities {
//    requireCapability('org.ehcache:ehcache-jakarta')
//  }
}
Transactions module
<dependency>
  <groupId>org.ehcache</groupId>
  <artifactId>ehcache-transactions</artifactId>
  <version>3.10.1</version>
  <!-- <classifier>jakarta</classifier> -->
</dependency>

or

implementation('org.ehcache:ehcache-transactions:3.10.1') {
//  capabilities {
//    requireCapability('org.ehcache:ehcache-transactions-jakarta')
//  }
}
Clustering module
<dependency>
  <groupId>org.ehcache</groupId>
  <artifactId>ehcache-clustered</artifactId>
  <version>3.10.1</version>
</dependency>

Or can be downloaded below.
Note that if you download Ehcache jar you will need one additional jar in your classpath:

Clustering kit

For clustering a kit is also provided that includes the Terracotta Server component. See below.

Further reading

v3.10.0: Ehcache 3.10.0

Getting started

This new minor release of Ehcache 3 adds support for the Jakarta EE namespaced versions of the JTA (for the transactions module) and JAXB (for parsing Ehcache XML files) APIs.

As usual, it contains numerous bug fixes and enhancements.

Ehcache 3.10.0 has been released to maven central under the following coordinates:

Main module
<dependency>
  <groupId>org.ehcache</groupId>
  <artifactId>ehcache</artifactId>
  <version>3.10.0</version>
  <!-- <classifier>jakarta</classifier> -->
</dependency>

or

implementation('org.ehcache:ehcache:3.10.0') {
//  capabilities {
//    requireCapability('org.ehcache:ehcache-jakarta')
//  }
}
Transactions module
<dependency>
  <groupId>org.ehcache</groupId>
  <artifactId>ehcache-transactions</artifactId>
  <version>3.10.0</version>
  <!-- <classifier>jakarta</classifier> -->
</dependency>

or

implementation('org.ehcache:ehcache-transactions:3.10.0') {
//  capabilities {
//    requireCapability('org.ehcache:ehcache-transactions-jakarta')
//  }
}
Clustering module
<dependency>
  <groupId>org.ehcache</groupId>
  <artifactId>ehcache-clustered</artifactId>
  <version>3.10.0</version>
</dependency>

Or can be downloaded below.
Note that if you download Ehcache jar you will need one additional jar in your classpath:

Clustering kit

For clustering a kit is also provided that includes the Terracotta Server component. See below.

Further reading

v3.9.11

v3.9.10

v3.9.9

v3.9.8

v3.9.7

v3.9.6: Ehcache 3.9.6

Getting started

This is a bug fix release on the 3.9 line: (https://github.com/ehcache/ehcache3/milestone/55?closed=1).

Ehcache 3.9.6 has been released to maven central under the following coordinates:

Main module
<dependency>
  <groupId>org.ehcache</groupId>
  <artifactId>ehcache</artifactId>
  <version>3.9.6</version>
</dependency>
Transactions module
<dependency>
  <groupId>org.ehcache</groupId>
  <artifactId>ehcache-transactions</artifactId>
  <version>3.9.6</version>
</dependency>
Clustering module
<dependency>
  <groupId>org.ehcache</groupId>
  <artifactId>ehcache-clustered</artifactId>
  <version>3.9.6</version>
</dependency>

Or can be downloaded below.
Note that if you download Ehcache jar you will need one additional jar in your classpath:

Clustering kit

For clustering a kit is also provided that includes the Terracotta Server component. See below.

Further reading

v3.9.5: Ehcache 3.9.5

Getting started

This is a bug fix release on the 3.9 line: (https://github.com/ehcache/ehcache3/milestone/54?closed=1).

Ehcache 3.9.5 has been released to maven central under the following coordinates:

Main module
<dependency>
  <groupId>org.ehcache</groupId>
  <artifactId>ehcache</artifactId>
  <version>3.9.5</version>
</dependency>
Transactions module
<dependency>
  <groupId>org.ehcache</groupId>
  <artifactId>ehcache-transactions</artifactId>
  <version>3.9.5</version>
</dependency>
Clustering module
<dependency>
  <groupId>org.ehcache</groupId>
  <artifactId>ehcache-clustered</artifactId>
  <version>3.9.5</version>
</dependency>

Or can be downloaded below.
Note that if you download Ehcache jar you will need one additional jar in your classpath:

Clustering kit

For clustering a kit is also provided that includes the Terracotta Server component. See below.

Further reading

v3.9.4: Ehcache 3.9.4

Getting started

This is a bug fix release on the 3.9 line: (https://github.com/ehcache/ehcache3/milestone/53?closed=1).

Ehcache 3.9.4 has been released to maven central under the following coordinates:

Main module
<dependency>
  <groupId>org.ehcache</groupId>
  <artifactId>ehcache</artifactId>
  <version>3.9.4</version>
</dependency>
Transactions module
<dependency>
  <groupId>org.ehcache</groupId>
  <artifactId>ehcache-transactions</artifactId>
  <version>3.9.4</version>
</dependency>
Clustering module
<dependency>
  <groupId>org.ehcache</groupId>
  <artifactId>ehcache-clustered</artifactId>
  <version>3.9.4</version>
</dependency>

Or can be downloaded below.
Note that if you download Ehcache jar you will need one additional jar in your classpath:

Clustering kit

For clustering a kit is also provided that includes the Terracotta Server component. See below.

Further reading

v3.9.3: Ehcache 3.9.3

Getting started

This is a bug fix release on the 3.9 line: (https://github.com/ehcache/ehcache3/milestone/3.9.3?closed=1).

Ehcache 3.9.3 has been released to maven central under the following coordinates:

Main module
<dependency>
  <groupId>org.ehcache</groupId>
  <artifactId>ehcache</artifactId>
  <version>3.9.3</version>
</dependency>
Transactions module
<dependency>
  <groupId>org.ehcache</groupId>
  <artifactId>ehcache-transactions</artifactId>
  <version>3.9.3</version>
</dependency>
Clustering module
<dependency>
  <groupId>org.ehcache</groupId>
  <artifactId>ehcache-clustered</artifactId>
  <version>3.9.3</version>
</dependency>

Or can be downloaded below.
Note that if you download Ehcache jar you will need one additional jar in your classpath:

Clustering kit

For clustering a kit is also provided that includes the Terracotta Server component. See below.

Further reading

v3.9.2: Ehcache 3.9.2

Getting started

This is a bug fix release on the 3.9 line: (https://github.com/ehcache/ehcache3/milestone/3.9.2?closed=1).

Ehcache 3.9.2 has been released to maven central under the following coordinates:

Main module
<dependency>
  <groupId>org.ehcache</groupId>
  <artifactId>ehcache</artifactId>
  <version>3.9.2</version>
</dependency>
Transactions module
<dependency>
  <groupId>org.ehcache</groupId>
  <artifactId>ehcache-transactions</artifactId>
  <version>3.9.2</version>
</dependency>
Clustering module
<dependency>
  <groupId>org.ehcache</groupId>
  <artifactId>ehcache-clustered</artifactId>
  <version>3.9.2</version>
</dependency>

Or can be downloaded below.
Note that if you download Ehcache jar you will need one additional jar in your classpath:

Clustering kit

For clustering a kit is also provided that includes the Terracotta Server component. See below.

Further reading

v3.9.1: Ehcache 3.9.1

Getting started

This is a bug fix release on the 3.9 line: (https://github.com/ehcache/ehcache3/milestone/3.9.1?closed=1).

Ehcache 3.9.1 has been released to maven central under the following coordinates:

Main module
<dependency>
  <groupId>org.ehcache</groupId>
  <artifactId>ehcache</artifactId>
  <version>3.9.1</version>
</dependency>
Transactions module
<dependency>
  <groupId>org.ehcache</groupId>
  <artifactId>ehcache-transactions</artifactId>
  <version>3.9.1</version>
</dependency>
Clustering module
<dependency>
  <groupId>org.ehcache</groupId>
  <artifactId>ehcache-clustered</artifactId>
  <version>3.9.1</version>
</dependency>

Or can be downloaded below.
Note that if you download Ehcache jar you will need one additional jar in your classpath:

Clustering kit

For clustering a kit is also provided that includes the Terracotta Server component. See below.

Further reading

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/ehcacheversion branch 3 times, most recently from ad4e65f to 52e0ba2 Compare August 31, 2021 20:29
@renovate renovate bot force-pushed the renovate/ehcacheversion branch 2 times, most recently from 59ca5cb to a8ee3e3 Compare September 12, 2021 19:37
@renovate renovate bot force-pushed the renovate/ehcacheversion branch 4 times, most recently from eb51a85 to 9ea425f Compare September 29, 2021 16:52
@renovate renovate bot force-pushed the renovate/ehcacheversion branch 3 times, most recently from 0471bdc to eee9052 Compare October 7, 2021 03:44
@renovate renovate bot changed the title Update dependency org.ehcache:ehcache to v3.9.6 Update dependency org.ehcache:ehcache to v3.9.7 Oct 15, 2021
@renovate renovate bot changed the title Update dependency org.ehcache:ehcache to v3.9.7 Update dependency org.ehcache:ehcache to v3.9.8 Dec 15, 2021
@renovate renovate bot changed the title Update dependency org.ehcache:ehcache to v3.9.8 Update dependency org.ehcache:ehcache to v3.9.9 Dec 18, 2021
@renovate renovate bot force-pushed the renovate/ehcacheversion branch 2 times, most recently from 5828f3f to 82f335c Compare March 11, 2022 15:18
@renovate renovate bot changed the title Update dependency org.ehcache:ehcache to v3.9.9 Update dependency org.ehcache:ehcache to v3.10.0 Mar 11, 2022
@renovate renovate bot force-pushed the renovate/ehcacheversion branch 4 times, most recently from bb6fb83 to a3c303e Compare May 23, 2022 22:09
@renovate renovate bot force-pushed the renovate/ehcacheversion branch 2 times, most recently from 20ab069 to 4f756f5 Compare July 14, 2022 15:45
@renovate renovate bot changed the title Update dependency org.ehcache:ehcache to v3.10.6 Update dependency org.ehcache:ehcache to v3.10.7 Nov 21, 2022
@renovate renovate bot changed the title Update dependency org.ehcache:ehcache to v3.10.7 Update dependency org.ehcache:ehcache to v3.10.8 Nov 21, 2022
@renovate renovate bot force-pushed the renovate/ehcacheversion branch 2 times, most recently from 48bae84 to 1e99e77 Compare November 30, 2022 18:11
@renovate renovate bot force-pushed the renovate/ehcacheversion branch 4 times, most recently from 39d4da3 to 930b689 Compare January 18, 2023 17:53
@renovate renovate bot changed the title Update dependency org.ehcache:ehcache to v3.10.8 fix(deps): update dependency org.ehcache:ehcache to v3.10.8 Jan 18, 2023
@renovate renovate bot force-pushed the renovate/ehcacheversion branch 2 times, most recently from 026dffd to 2409239 Compare January 19, 2023 21:38
@renovate renovate bot changed the title fix(deps): update dependency org.ehcache:ehcache to v3.10.8 Update dependency org.ehcache:ehcache to v3.10.8 Jan 19, 2023
@renovate renovate bot force-pushed the renovate/ehcacheversion branch from 2409239 to c266156 Compare March 22, 2023 16:16
@renovate renovate bot force-pushed the renovate/ehcacheversion branch from c266156 to ba1a8fb Compare June 20, 2023 20:00
@renovate renovate bot force-pushed the renovate/ehcacheversion branch 4 times, most recently from d9543f1 to 47ad155 Compare August 3, 2023 04:20
@renovate renovate bot force-pushed the renovate/ehcacheversion branch 5 times, most recently from e9e3d9b to 25f829b Compare March 21, 2024 16:37
@renovate renovate bot changed the title Update dependency org.ehcache:ehcache to v3.10.8 fix(deps): update dependency org.ehcache:ehcache to v3.10.8 Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants