You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@causeway.apache.org by da...@apache.org on 2023/03/16 16:49:01 UTC

[causeway] branch CAUSEWAY-3381 updated (91920eefbe -> 3ad20fbb0e)

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

danhaywood pushed a change to branch CAUSEWAY-3381
in repository https://gitbox.apache.org/repos/asf/causeway.git


 discard 91920eefbe CAUSEWAY-3381: changes @Scope to 'causeway-domain-object' for @DomainObject
     add 33be93e597 CAUSEWAY-3253: updates .yml for nightly build before re-enable
     add b006fd13a6 CAUSEWAY-3253: changes from nightly to weekly build
     add d6af817fb9 CAUSEWAY-3345: updates release procedures; maintain BASELINE
     add b4aa6eb88f updates links to nightly etc
     add 866d39af8c Merge pull request #1488 from apache/CAUSEWAY-3345
     add d9d6cd81eb CAUSEWAY-3382: extends rename script
     add 38e2439c58 CAUSEWAY-3382: a further iteration
     add 4c4e17005c CAUSEWAY-3381 : spikes changing @Scope for @DomainObject
     add bc586311cb CAUSEWAY-3381 : updates javadoc, is all
     add 3ad20fbb0e CAUSEWAY-3381 implements a custom Scope

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   (91920eefbe)
            \
             N -- N -- N   refs/heads/CAUSEWAY-3381 (3ad20fbb0e)

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-push-maven.yml    |  6 +-
 .github/workflows/ci-build-site-no-push.yml        |  2 +-
 README.adoc                                        | 46 -----------
 antora/components/comguide/modules/ROOT/nav.adoc   |  1 +
 .../modules/ROOT/pages/nightly-builds.adoc         | 13 +++-
 .../ROOT/pages/post-release-successful.adoc        | 47 ++++++++++++
 .../comguide/modules/ROOT/pages/starter-apps.adoc  | 18 ++---
 .../comguide/modules/ROOT/pages/weekly-builds.adoc | 69 +++++++++++++++++
 .../components/docs/modules/ROOT/pages/about.adoc  | 13 +++-
 .../docs/modules/ROOT/pages/downloads/how-to.adoc  |  8 +-
 .../modules/ROOT/pages/landing-page/releases.adoc  | 17 ++---
 .../ROOT/partials/module-nav/framework.adoc        |  6 ++
 .../docs/modules/support/partials/module-nav.adoc  |  5 --
 antora/supplemental-ui/index.html                  | 10 +--
 .../causeway/applib/annotation/DomainObject.java   |  3 +-
 .../CausewayBeanFactoryPostProcessorForSpring.java |  8 ++
 .../config/beans/CausewayDomainObjectScope.java    | 89 ++++++++++++++++++++++
 scripts/ci/rename-all-published-sources.jsh        | 50 ++++++++----
 starters/adoc/modules/starters/pages/about.adoc    | 16 ++--
 .../applib/fixturescripts/FixtureScripts.java      | 11 ++-
 20 files changed, 324 insertions(+), 114 deletions(-)
 create mode 100644 antora/components/comguide/modules/ROOT/pages/weekly-builds.adoc
 create mode 100644 core/config/src/main/java/org/apache/causeway/core/config/beans/CausewayDomainObjectScope.java