From c4603ee9b2a6cf4c43639b62bdcb14fb1b647b53 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Sun, 28 Jan 2024 18:39:44 -0500 Subject: [PATCH 1/2] [pom] Fix urls --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 9bf0367..7424f3d 100644 --- a/pom.xml +++ b/pom.xml @@ -33,13 +33,13 @@ mybatis-ehcache Ehcache support for MyBatis Cache - https://github.com/mybatis/ehcache-cache/ + https://www.mybatis.org/ehcache-cache/ scm:git:ssh://git@github.com/mybatis/ehcache-cache.git scm:git:ssh://git@github.com/mybatis/ehcache-cache.git HEAD - http://github.com/mybatis/ehcache-cache + http://github.com/mybatis/ehcache-cache/ GitHub Issue Management From 43341cc427f1415a98b93ec416c58b5e25a1ad9f Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Sun, 28 Jan 2024 18:40:00 -0500 Subject: [PATCH 2/2] [site] Update ehcache to secure site and more recent version --- src/site/xdoc/index.xml.vm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/site/xdoc/index.xml.vm b/src/site/xdoc/index.xml.vm index d3c6f94..f92f348 100644 --- a/src/site/xdoc/index.xml.vm +++ b/src/site/xdoc/index.xml.vm @@ -28,7 +28,7 @@
-

Ehcache is a widely used java distributed cache for general purpose caching, +

Ehcache is a widely used java distributed cache for general purpose caching, Java EE and light-weight containers.

The Ehcache integration is built on top of the ehcache and comes without any Ehcache 3rd party applications. Please refer to official Ehcache documentation if you need plugins.

@@ -66,7 +66,7 @@ ... ]]> -

You may need to use a blocking cache. See the details here. +

You may need to use a blocking cache. See the details here. This is how it is configured:

@@ -75,7 +75,7 @@ ]]>

Users that need to configure Ehcache through XML configuration file, have to put in the classpath the /ehcache.xml resource. - Please refer to the official Ehcache documentation to know more details.

+ Please refer to the official Ehcache documentation to know more details.

If the /ehcache.xml resource is not found or something goes wrong while loading it, the default configuration will be used.