You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2022/03/14 23:15:43 UTC

[isis] branch ISIS-2974 updated (2916df4 -> e3ee0db)

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

danhaywood pushed a change to branch ISIS-2974
in repository https://gitbox.apache.org/repos/asf/isis.git.


 discard 2916df4  ISIS-2974: adds overload for PojoTester
 discard 97330de  ISIS-2974: updates to junit v5
     add cf522ba  ISIS-2975: experiments
     add 0d8988d  ISIS-2975: experiments (2)
     add 261e838  ISIS-2975: experiments (3)
     add be17fcd  ISIS-2975: experiments (4)
     add 4b4063d  ISIS-2975: experiments (5)
     add 61b826f  ISIS-2975: experiments (6)
     add 3a401a3  ISIS-2975: experiments (7)
     add 05cb084  ISIS-2975: experiments (8)
     add 11960af  ISIS-2975: experiments (9)
     add e74ac32  ISIS-2975: experiments (10)
     add 8341194  ISIS-2975: experiments (11)
     add ba716c0  ISIS-2975: experiments (12)
     add 09e0bdc  ISIS-2975: experiments (13)
     add 11e13c8  ISIS-2975: experiments (14)
     add 9ebdca3  ISIS-2975: experiments (15)
     add 6c4d54e  ISIS-2975: experiments (16)
     add 5275e62  ISIS-2975: experiments (17)
     add 3e196bb  ISIS-2975: experiments (18)
     add 5b15764  ISIS-2975: experiments (19)
     add 1ee56b0  ISIS-2975: experiments (20)
     add 7bd602d  ISIS-2975: experiments (21)
     add c2b0421  ISIS-2975: experiments (22)
     add 832236a  ISIS-2975: experiments (23)
     add cecc226  ISIS-2975: experiments (24)
     add a14c383  ISIS-2975: experiments (25)
     add 509a0ef  ISIS-2975: experiments (26)
     add 39e4780  ISIS-2975: experiments (27)
     add 3b81e59  ISIS-2975: experiments (28)
     add abc37c4  ISIS-2975: experiments (29)
     add 6376b27  ISIS-2975: experiments (30)
     add 351328f  ISIS-2975: experiments (31)
     add 23cc005  ISIS-2975: experiments (32)
     add c38931d  ISIS-2975: experiments (33)
     add 1167053  ISIS-2975: experiments (34)
     add f9d7b5b  ISIS-2975: updates CI to build each night
     add f0aca89  Merge pull request #875 from apache/ISIS-2975
     add 8cf266e  ISIS-2974: updates to junit v5
     add e3ee0db  ISIS-2974: adds overload for PojoTester

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch 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   (2916df4)
            \
             N -- N -- N   refs/heads/ISIS-2974 (e3ee0db)

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.

No new revisions were added by this update.

Summary of changes:
 .../workflows/ci-build-artifacts-no-push-maven.yml |  35 +++---
 ...maven.yml => ci-build-artifacts-push-maven.yml} | 117 +++++++++++----------
 .m2/settings.xml                                   |   4 +-
 isis-parent/pom.xml                                |  18 +++-
 scripts/ci/build-artifacts.sh                      |   1 +
 scripts/ci/calc-baseline.sh                        |   9 ++
 scripts/ci/calc-revision.sh                        |  20 ++++
 starters/pom.xml                                   |  20 +++-
 8 files changed, 144 insertions(+), 80 deletions(-)
 copy .github/workflows/{ci-build-artifacts-no-push-maven.yml => ci-build-artifacts-push-maven.yml} (51%)
 create mode 100644 scripts/ci/calc-baseline.sh
 create mode 100644 scripts/ci/calc-revision.sh