This is an automated email from the ASF dual-hosted git repository.
gk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-cache.git
The following commit(s) were added to refs/heads/master by this push:
new db3b2af Prepare release: Update changes.xml, update common-jcs-core
to 3.2.1
db3b2af is described below
commit db3b2af67a6a7e9f35c52597a7d71000fb3abd14
Author: gk <[email protected]>
AuthorDate: Tue Jan 7 15:45:51 2025 +0100
Prepare release: Update changes.xml, update common-jcs-core to 3.2.1
---
pom.xml | 8 ++------
src/changes/changes.xml | 10 +++++++++-
src/site/site.xml | 8 ++++++++
3 files changed, 19 insertions(+), 7 deletions(-)
diff --git a/pom.xml b/pom.xml
index 692a56c..c756c09 100644
--- a/pom.xml
+++ b/pom.xml
@@ -87,11 +87,7 @@
<version>1.7.36</version>
<scope>test</scope>
</dependency>
- <!--dependency>
- <groupId>javax.cache</groupId>
- <artifactId>cache-api</artifactId>
- <version>1.1.1</version>
- </dependency-->
+
<!--dependency>
<groupId>org.ehcache</groupId>
<artifactId>ehcache</artifactId>
@@ -101,7 +97,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-jcs3-core</artifactId>
- <version>3.2</version>
+ <version>3.2.1</version>
</dependency>
<!-- log optional for jcs3, required log4j2.xml and system property
-Djcs.logSystem=log4j2 -->
<dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c42683e..3d397d6 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,7 +24,15 @@
</properties>
<body>
- <release version="2.0.1" date="in subversion">
+ <release version="2.0.1-SNAPSHOT" date="in GIT">
+ <action dev="gk" type="update">
+ Update site to 2.0.0, update to Turbine parent 13, update
dependencies common-jcs-core to 3.2.1, fulcrum
+ yaafi and fulcrum-testcontainer to 2.0.1.
+ </action>
+ <action dev="gk" type="update">
+ Use lamdas in EHCacheService method getCachedObjects, add check
thread isInterrupted in
+ DefaultGlobalCacheService method run
+ </action>
</release>
<release version="2.0.0" date="2021-06-08">
<action dev="gk" type="update">
diff --git a/src/site/site.xml b/src/site/site.xml
index 7f53695..f0151b5 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -41,6 +41,12 @@
<body>
+
+ <links>
+ <item name="Apache" href="https://www.apache.org/"> </item>
+ <item name="Turbine" href="https://turbine.apache.org/"> </item>
+ <item name="Fulcrum" href="/fulcrum/"> </item>
+ </links>
<menu name="Overview">
<item name="Main" href="/index.html"/>
@@ -52,6 +58,8 @@
<item name="JCS"
href="https://commons.apache.org/proper/commons-jcs/"/>
</menu>
+
+ <menu ref="reports"></menu>
</body>