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/09/07 14:37:57 UTC

[turbine-fulcrum-intake] tag fulcrum-intake-1.2.0 updated (cfdf3c3 -> 9edfedd)

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

gk pushed a change to tag fulcrum-intake-1.2.0
in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-intake.git.


*** WARNING: tag fulcrum-intake-1.2.0 was modified! ***

    from cfdf3c3  (commit)
      to 9edfedd  (commit)
 discard cfdf3c3  [maven-release-plugin]  copy for tag fulcrum-intake-1.2.0
    omit 017f757  [maven-release-plugin] prepare release fulcrum-intake-1.2.0
    omit 0795824  Remove site reference
    omit 420f8e8  Roll back release
    omit c3c740d  Use own assemblies
    omit 6a9fccc  [maven-release-plugin] prepare for next development iteration
 discard 22ca711  [maven-release-plugin]  copy for tag fulcrum-intake-1.2.0
    omit 59327ab  [maven-release-plugin] prepare release fulcrum-intake-1.2.0
    omit 1e7ffa1  Prepare release
    omit 3307bd8  SimpleDateFormat is not threadsafe
    omit 95e18bc  Document changes
    omit 00f4c36  Add validation tests
    omit 700539e  Fix logging
    omit dad4b7a  Add serial id
    omit a7898c2  Use enum
    omit 6d4a455  Fix some warnings
    omit 1f2465f  Fix changes
    omit ed80ae0  - Fix parsing of numbers, improve test - Move to Avalon logging all over the place, remove commons-logging dependency
    omit 7a360d0  Update docs. Namespace declaration is now required.
    omit 5eb8eaf  Move to JAXB for parsing and object mapping.
    omit 7647f96  Move to JAXB for parsing and object mapping.
    omit 6104ce4  Move to JAXB for parsing and object mapping.
    omit c85e9ec  Move to JAXB for parsing and object mapping.
    omit 4f4b9fd  Move to JAXB for parsing and object mapping.
    omit f3121b9  Add license header
    omit b3d838a  Add schema definition
    omit 21ad739  Replace StringBuffer with StringBuilder
    omit 08632c1  Fix some FindBugs complaints
    omit a022a5c  Roll back release candidate
    omit 2222bff  Fix site
    omit 0f7d641  Fix JavaDoc
    omit 8d4b231  [maven-release-plugin] prepare for next development iteration
    omit 2d033ea  [maven-release-plugin] prepare release fulcrum-intake-1.1.0
    omit 7de95ff  [maven-release-plugin] rollback the release of fulcrum-intake-1.1.0
    omit 4819f71  test auth
    omit e6b2af0  Prepare release
    omit 43be37e  File will be generated
    omit b376859  - Derive from Turbine parent POM 3 - Update dependency servlet-api to 2.5 - Update dependency commons-lang to 2.6 - Update dependency commons-logging to 1.1.3 - Update dependency commons-pool to 1.6 - Update dependency fulcrum-parser to 1.0.3 - Update dependency fulcrum-upload to 1.0.5
    omit 29cc618  Introduce JDK 1.5 Generics
    omit 12ffad7  Adhere to standard maven layout
    omit 85c147d  More typos
    omit 184e144  Fix typos, add version
    omit a6f415e  Added eclipse generated files to svn:ignore for all remaining fulcrum components.
    omit 255d8a4  Groups were not initialized correctly from a parser. Added a test for this.
    omit fe2ed46  Fix POMs
    omit c92052b  [maven-release-plugin] prepare for next development iteration
    omit 515474f  [maven-release-plugin] prepare release FULCRUM_INTAKE_1_0_6
    omit 089bf4c  - Fixed dependencies - Updated documentation - Removed Maven-1-stuff - Added NOTICE - Prepare release
    omit 082adf3  - Fix some PMD and Javadoc complaints - Catch only exceptions that are actually thrown
    omit b92f4d6  Use release version of parser
    omit 43df473  Intake will now support interfaces for the mapTo() method. Added a test to prove this. Fixes TRB-11
    omit 6144117  The number validators did not set an invalid number message when initialized with the default constructor. Added a test to check the behaviour. Fixes TRB-74
    omit fbaf5b5  Use released version of fulcrum-pool
    omit 6c44cd6  Use released versions
    omit effadff  Fixed and unified dependencies (partly to make Gump happy)
    omit 920c1ad  Use released version of fulcrum-testcontainer
    omit 4bf155f  Use release version 1.0.6 of YAAFI for test environment
    omit 817ab68  Use current snapshot dependency (1.0.7) for fulcrum-yaafi
    omit 1d7532a  Fixed site id to comply with settings.xml as explained in the wiki
    omit 0bb120b  Added missing dependency
    omit 98d9151  Removed the Intake class. It was duplicating the IntakeServiceFacade. Moved the initialization code of the service implementation to initialize()
    omit 4b7e482  Add a maven-2 build
    omit 114dda2  Intake did not correctly parse the message of a rule or required-message from intake.xml. Fixes TRB-68
    omit 4297646  Updated documentation.
    omit d632fb1  Updated documentation.
    omit f4050d4  Port range validators from Turbine 2.3
    omit 0dc941e  Fixed JavaDoc
    omit c47b188  Re-introduced default constructors. They got lost with the last commit
    omit 5e2b9a6  Major code cleanup, formatting and styling
    omit c795daf  Remove unused imports
    omit 66e7fed  Fix test configuration
    omit 2df1af1  Replaced the dependency on oro with java.util.regexp
    omit 364918b  Port latest changes from Turbine 2.3.
    omit c3870c3  Removed Turbine dependency
    omit e643a5e  Removed Turbine dependency
    omit 07f50a4  Updated locale handling to use the new localized parameter parser. This removes the dependency from LocalizationService.
    omit 4989c13  Fix a bunch of URLs and a couple of typos.
    omit c4c9345  +) using fulcrum-yaafi-1.0.5 +) getting it to run with maven 1.1
     add ba1192d  +) using fulcrum-yaafi-1.0.5 +) getting it to run with maven 1.1
     add 80b3bfc  Fix a bunch of URLs and a couple of typos.
     add 0c4771e  Updated locale handling to use the new localized parameter parser. This removes the dependency from LocalizationService.
     add 5c8bd27  Removed Turbine dependency
     add 64929a7  Removed Turbine dependency
     add f4da198  Port latest changes from Turbine 2.3.
     add a0575b9  Replaced the dependency on oro with java.util.regexp
     add 7624aff  Fix test configuration
     add ca7be84  Remove unused imports
     add 60ec87c  Major code cleanup, formatting and styling
     add 788dc24  Re-introduced default constructors. They got lost with the last commit
     add 730d2a9  Fixed JavaDoc
     add 14e55cc  Port range validators from Turbine 2.3
     add b27e9ce  Updated documentation.
     add afbedce  Updated documentation.
     add 9dbec52  Intake did not correctly parse the message of a rule or required-message from intake.xml. Fixes TRB-68
     add d33aae7  Add a maven-2 build
     add bc8b5a5  Removed the Intake class. It was duplicating the IntakeServiceFacade. Moved the initialization code of the service implementation to initialize()
     add 5de64e5  Added missing dependency
     add 392c462  Fixed site id to comply with settings.xml as explained in the wiki
     add 2f66b3f  Use current snapshot dependency (1.0.7) for fulcrum-yaafi
     add 4b502a7  Use release version 1.0.6 of YAAFI for test environment
     add 033b6f4  Use released version of fulcrum-testcontainer
     add 58a30fb  Fixed and unified dependencies (partly to make Gump happy)
     add 42d6ac0  Use released versions
     add 1570c06  Use released version of fulcrum-pool
     add 8551f96  The number validators did not set an invalid number message when initialized with the default constructor. Added a test to check the behaviour. Fixes TRB-74
     add 95c7896  Intake will now support interfaces for the mapTo() method. Added a test to prove this. Fixes TRB-11
     add daa9619  Use release version of parser
     add b865641  - Fix some PMD and Javadoc complaints - Catch only exceptions that are actually thrown
     add 9ebd29f  - Fixed dependencies - Updated documentation - Removed Maven-1-stuff - Added NOTICE - Prepare release
     add a9a6c76  [maven-release-plugin] prepare release FULCRUM_INTAKE_1_0_6
     add 46d7640  [maven-release-plugin] prepare for next development iteration
     add 664d3f1  Fix POMs
     add 925d1c2  Groups were not initialized correctly from a parser. Added a test for this.
     add f8e050e  Added eclipse generated files to svn:ignore for all remaining fulcrum components.
     add 2abb1ad  Fix typos, add version
     add 30e857b  More typos
     add 9be6729  Adhere to standard maven layout
     add 2f1ed38  Introduce JDK 1.5 Generics
     add a82c122  - Derive from Turbine parent POM 3 - Update dependency servlet-api to 2.5 - Update dependency commons-lang to 2.6 - Update dependency commons-logging to 1.1.3 - Update dependency commons-pool to 1.6 - Update dependency fulcrum-parser to 1.0.3 - Update dependency fulcrum-upload to 1.0.5
     add 79990fa  File will be generated
     add 3acc6aa  Prepare release
     add 5ef3275  test auth
     add 580cc00  [maven-release-plugin] rollback the release of fulcrum-intake-1.1.0
     add 6a2d8ce  [maven-release-plugin] prepare release fulcrum-intake-1.1.0
     add 2d86420  [maven-release-plugin] prepare for next development iteration
     add 211cf4f  Fix JavaDoc
     add 9f8be60  Fix site
     add d387fe2  Roll back release candidate
     add ea1203c  Fix some FindBugs complaints
     add 8c853e4  Replace StringBuffer with StringBuilder
     add 531b2e4  Add schema definition
     add 618c754  Add license header
     add e6f9371  Move to JAXB for parsing and object mapping.
     add 54d0bff  Move to JAXB for parsing and object mapping.
     add d27f912  Move to JAXB for parsing and object mapping.
     add 4c0f196  Move to JAXB for parsing and object mapping.
     add 0aea68c  Move to JAXB for parsing and object mapping.
     add 29883d8  Update docs. Namespace declaration is now required.
     add f284930  - Fix parsing of numbers, improve test - Move to Avalon logging all over the place, remove commons-logging dependency
     add 58652e8  Fix changes
     add f5339d0  Fix some warnings
     add dd2540b  Use enum
     add 2e74600  Add serial id
     add 4f9b5dc  Fix logging
     add 297db97  Add validation tests
     add 74b9e35  Document changes
     add 8226c23  SimpleDateFormat is not threadsafe
     add d89f8aa  Prepare release
     add 6f084b7  [maven-release-plugin] prepare release fulcrum-intake-1.2.0
     new f21d6e4  [maven-release-plugin]  copy for tag fulcrum-intake-1.2.0
     add 7a3d219  [maven-release-plugin] prepare for next development iteration
     add 1e12ccf  Use own assemblies
     add 40e6852  Roll back release
     add 54a85f3  Remove site reference
     add 7789d78  [maven-release-plugin] prepare release fulcrum-intake-1.2.0
     new 9edfedd  [maven-release-plugin]  copy for tag fulcrum-intake-1.2.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
tag are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (cfdf3c3)
            \
             N -- N -- N   refs/tags/fulcrum-intake-1.2.0 (9edfedd)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 2 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:

[turbine-fulcrum-intake] 02/02: [maven-release-plugin] copy for tag fulcrum-intake-1.2.0

Posted by gk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

gk pushed a commit to tag fulcrum-intake-1.2.0
in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-intake.git

commit 9edfedd6eaf6b0afc560a65dcc1182e9c7b36bc4
Merge: f21d6e4 7789d78
Author: Thomas Vandahl <tv...@apache.org>
AuthorDate: Fri May 1 21:26:22 2015 +0000

    [maven-release-plugin]  copy for tag fulcrum-intake-1.2.0
    
    git-svn-id: https://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-intake-1.2.0@1677235 13f79535-47bb-0310-9956-ffa450edef68

 pom.xml                   |  9 ++++----
 src/assembly/binaries.xml | 52 ++++++++++++++++++++++++++++++++++++++++++++++
 src/assembly/source.xml   | 53 +++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 109 insertions(+), 5 deletions(-)

[turbine-fulcrum-intake] 01/02: [maven-release-plugin] copy for tag fulcrum-intake-1.2.0

Posted by gk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

gk pushed a commit to tag fulcrum-intake-1.2.0
in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-intake.git

commit f21d6e41bb2125f342d36a98ab5bec2baf34b31e
Author: Thomas Vandahl <tv...@apache.org>
AuthorDate: Sat Apr 18 19:32:45 2015 +0000

    [maven-release-plugin]  copy for tag fulcrum-intake-1.2.0
    
    git-svn-id: https://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-intake-1.2.0@1674572 13f79535-47bb-0310-9956-ffa450edef68