You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by gk...@apache.org on 2021/12/15 14:32:18 UTC

[turbine-fulcrum-yaafi] branch master updated (fce5815 -> 213487d)

This is an automated email from the ASF dual-hosted git repository.

gk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-yaafi.git.


    from fce5815  update parent to v9, update commons-io to 2.11
     new 2fd2f47  Update changes
     new 78d0ee5  Update:  Use Java 8 streams and Method refs, update .gitignore
     new 213487d  Update pom to fix log4j2 in Log4j2Logger impl

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                          |  3 ++-
 README.md                                           |  9 +++++++++
 README.txt                                          |  3 ---
 pom.xml                                             |  5 ++---
 src/changes/changes.xml                             | 21 ++++++++++++++++++++-
 .../yaafi/framework/logger/Log4j2Logger.java        |  2 +-
 6 files changed, 34 insertions(+), 9 deletions(-)
 create mode 100644 README.md
 delete mode 100644 README.txt

[turbine-fulcrum-yaafi] 01/03: Update changes

Posted by gk...@apache.org.
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-yaafi.git

commit 2fd2f470f50be396314bf691aef2a832119be589
Author: Georg Kallidis <gk...@cedis.fu-berlin.de>
AuthorDate: Fri Dec 10 08:05:23 2021 +0100

    Update changes
---
 src/changes/changes.xml | 21 ++++++++++++++++++++-
 1 file changed, 20 insertions(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 4480791..02f6c8c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,7 +24,26 @@
   </properties>
 
   <body>
-    <release version="1.0.9-SNAPSHOT" date="as in SVN">
+    <release version="1.0.9-SNAPSHOT" date="as in GIT">
+       <action dev="gk" type="update">
+         Update scm to git and configure project
+      </action>
+      <action dev="gk" type="update">
+        Add Log4j2Logger here to use in Fulcrums more easily in upcoming releases.
+        Deprecate the same class in Turbine core and Fulcrum Testcontainer.
+      </action>
+       <action dev="gk" type="update">
+        Update Tests to Junit 5
+      </action>
+     <action dev="painter" type="fix">
+        Add missing NOTICE
+      </action>
+       <action dev="tv" type="fix">
+         Make YAAFI less chatty
+      </action>
+     <action dev="gk" type="update">
+         git patch 1 merged to svn repo (w/o maven.xml), thanks to Jimmy Casey <ca...@gmail.com>.
+      </action>
       <action dev="painter" type="update">
         Updating dependencies
       </action>

[turbine-fulcrum-yaafi] 03/03: Update pom to fix log4j2 in Log4j2Logger impl

Posted by gk...@apache.org.
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-yaafi.git

commit 213487de0ff0d16bde0f61a107cb5f0443b97d7e
Author: Georg Kallidis <gk...@apache.org>
AuthorDate: Wed Dec 15 12:37:30 2021 +0100

    Update pom to fix log4j2 in Log4j2Logger impl
---
 pom.xml                                                              | 2 +-
 src/java/org/apache/fulcrum/yaafi/framework/logger/Log4j2Logger.java | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1d4ecad..00823a3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
 	<parent>
 		<artifactId>turbine-parent</artifactId>
 		<groupId>org.apache.turbine</groupId>
-		<version>9</version>
+		<version>10-SNAPSHOT</version>
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>
diff --git a/src/java/org/apache/fulcrum/yaafi/framework/logger/Log4j2Logger.java b/src/java/org/apache/fulcrum/yaafi/framework/logger/Log4j2Logger.java
index c461a9d..110488f 100644
--- a/src/java/org/apache/fulcrum/yaafi/framework/logger/Log4j2Logger.java
+++ b/src/java/org/apache/fulcrum/yaafi/framework/logger/Log4j2Logger.java
@@ -25,7 +25,7 @@ import org.apache.logging.log4j.LogManager;
  * 
  * Replaces same class in Fulcrum Testcontainer and Turbine 
  *
- * @author <a href="mailto:tv@apache.org">Thomas Vandahl</a>
+ * @author <a href="mailto:gk@apache.org">Georg Kallidis</a>
  */
 public final class Log4j2Logger
         implements Logger

[turbine-fulcrum-yaafi] 02/03: Update: Use Java 8 streams and Method refs, update .gitignore

Posted by gk...@apache.org.
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-yaafi.git

commit 78d0ee5091e6a6386657316bb4b4944749d902ee
Author: Georg Kallidis <gk...@apache.org>
AuthorDate: Tue Dec 14 12:06:40 2021 +0100

    Update:  Use Java 8 streams and Method refs, update .gitignore
---
 .gitignore | 3 ++-
 README.md  | 9 +++++++++
 README.txt | 3 ---
 pom.xml    | 3 +--
 4 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/.gitignore b/.gitignore
index 73c259a..2b59c9d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
-target
+target/
+.settings
 *.log
 .classpath
 .project
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..5526cc1
--- /dev/null
+++ b/README.md
@@ -0,0 +1,9 @@
+#  What is Fulcrum YAAFI?
+
+-----------------------------------------------------------------------------
+
+Apache Fulcrum YAAFI is IOC container based on the Avalon framework.
+
+- [Fulcrum YAAFI](https://turbine.apache.org/fulcrum/fulcrum-yaafi/) is used by [Apache Turbine](https://turbine.apache.org/).
+
+- Find all Fulcrum components here [Fulcrum](https://turbine.apache.org/fulcrum/index.html).
\ No newline at end of file
diff --git a/README.txt b/README.txt
deleted file mode 100644
index 4180ff5..0000000
--- a/README.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-What is Fulcrum YAAFI?
------------------------------------------------------------------------------
-Fulcrum YAAFI is IOC container based on the Avalon framework.
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 334299d..1d4ecad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -141,6 +141,5 @@
 		<turbine.site.path>turbine-fulcrum-yaafi</turbine.site.path>
 		<turbine.scmPubCheckoutDirectory>${turbine.site.cache}/fulcrum/yaafi</turbine.scmPubCheckoutDirectory>
 		<turbine.site.cache>${project.build.directory}/turbine-sites</turbine.site.cache>
-		<siteContent.path>${project.build.directory}/staging</siteContent.path><!-- default stagingSiteURL -->
-			</properties>
+	</properties>
 </project>