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

[causeway] branch spring6 updated (bbad6f2bdc -> acb47bea4a)

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

ahuber pushed a change to branch spring6
in repository https://gitbox.apache.org/repos/asf/causeway.git


    from bbad6f2bdc CAUSEWAY-3275: fixes prev. merge
     add a13c42ef48 CAUSEWAY-3304: purge the 'privileged' artifact
     new acb47bea4a CAUSEWAY-3275: [Incubating] Migrate from Spring Framework 5.x to 6.x

The 1 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:
 .../conguide/modules/eclipse/pages/about.adoc      |  9 +-
 .../conguide/modules/intellij/pages/about.adoc     |  9 +-
 bom/pom.xml                                        |  7 --
 commons/pom.xml                                    |  5 --
 core/adoc/modules/_overview/pages/about.adoc       | 22 +----
 .../src/main/java/module-info.java                 |  1 -
 core/metamodel/src/main/java/module-info.java      |  1 -
 core/pom.xml                                       |  2 -
 core/privileged/pom.xml                            | 49 -----------
 .../causeway/core/privileged/_Privileged.java      | 98 ----------------------
 10 files changed, 3 insertions(+), 200 deletions(-)
 delete mode 100644 core/privileged/pom.xml
 delete mode 100644 core/privileged/src/main/java/org/apache/causeway/core/privileged/_Privileged.java


[causeway] 01/01: CAUSEWAY-3275: [Incubating] Migrate from Spring Framework 5.x to 6.x

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

ahuber pushed a commit to branch spring6
in repository https://gitbox.apache.org/repos/asf/causeway.git

commit acb47bea4af84f8bf657f3c93312dc4c54bffcda
Merge: bbad6f2bdc a13c42ef48
Author: Andi Huber <ah...@apache.org>
AuthorDate: Wed Mar 1 18:20:15 2023 +0100

    CAUSEWAY-3275: [Incubating] Migrate from Spring Framework 5.x to 6.x

 .../conguide/modules/eclipse/pages/about.adoc      |  9 +-
 .../conguide/modules/intellij/pages/about.adoc     |  9 +-
 bom/pom.xml                                        |  7 --
 commons/pom.xml                                    |  5 --
 core/adoc/modules/_overview/pages/about.adoc       | 22 +----
 .../src/main/java/module-info.java                 |  1 -
 core/metamodel/src/main/java/module-info.java      |  1 -
 core/pom.xml                                       |  2 -
 core/privileged/pom.xml                            | 49 -----------
 .../causeway/core/privileged/_Privileged.java      | 98 ----------------------
 10 files changed, 3 insertions(+), 200 deletions(-)