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 05:50:02 UTC

[causeway] branch spring6 updated (3c5c8711f7 -> 743f4e43a9)

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 3c5c8711f7 Merge remote-tracking branch 'origin/master' into spring6
     add d6759abdc1 CAUSEWAY-3304: Blob/Clob: adds reading from DataSource
     new 743f4e43a9 CAUSEWAY-2445: [Ongoing] CI Maintenance

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:
 api/applib/src/main/java/module-info.java          |  2 +-
 .../org/apache/causeway/applib/value/Blob.java     | 27 ++++++++++++---------
 .../org/apache/causeway/applib/value/Clob.java     | 28 +++++++++++++---------
 3 files changed, 34 insertions(+), 23 deletions(-)


[causeway] 01/01: CAUSEWAY-2445: [Ongoing] CI Maintenance

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 743f4e43a95838fd17072441f8821e18d3936313
Merge: 3c5c8711f7 d6759abdc1
Author: Andi Huber <ah...@apache.org>
AuthorDate: Wed Mar 1 06:49:57 2023 +0100

    CAUSEWAY-2445: [Ongoing] CI Maintenance

 api/applib/src/main/java/module-info.java          |  2 +-
 .../org/apache/causeway/applib/value/Blob.java     | 27 ++++++++++++---------
 .../org/apache/causeway/applib/value/Clob.java     | 28 +++++++++++++---------
 3 files changed, 34 insertions(+), 23 deletions(-)

diff --cc api/applib/src/main/java/module-info.java
index 3c71005697,216d3cdcfc..bf3f07e045
--- a/api/applib/src/main/java/module-info.java
+++ b/api/applib/src/main/java/module-info.java
@@@ -123,17 -123,20 +123,17 @@@ module org.apache.causeway.applib 
  
      requires com.fasterxml.jackson.core;
      requires com.fasterxml.jackson.databind;
 -    requires transitive jakarta.activation;
 -    requires transitive java.annotation;
 -    requires transitive java.desktop;
 -    requires transitive java.instrument;
 -    requires transitive java.persistence;
 -    requires transitive java.sql;
 -    requires transitive java.ws.rs;
 -    requires transitive java.xml.bind;
 -    requires transitive java.xml;
 -    requires transitive java.inject;
      requires lombok;
-     requires org.apache.causeway.commons;
+     requires transitive org.apache.causeway.commons;
 -    requires transitive org.apache.causeway.schema;
      requires org.apache.logging.log4j;
 +    requires spring.tx;
 +    requires transitive jakarta.activation;
 +    requires transitive jakarta.annotation;
 +    requires transitive jakarta.inject;
 +    requires transitive jakarta.persistence;
 +    requires transitive jakarta.ws.rs;
 +    requires transitive jakarta.xml.bind;
 +    requires transitive org.apache.causeway.schema;
      requires transitive org.joda.time;
      requires transitive spring.beans;
      requires transitive spring.context;