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/02/21 05:21:24 UTC

[causeway] branch spring6 updated (e61b067f95 -> cbb9088283)

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 e61b067f95 Merge remote-tracking branch 'origin/master' into spring6
     add cc09c2ce94 CAUSEWAY-3361: removes superfluous @Getter/@Setter from new config settings
     new cbb9088283 Merge remote-tracking branch 'origin/master' into spring6

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:
 .../apache/causeway/core/config/CausewayConfiguration.java | 14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)


[causeway] 01/01: Merge remote-tracking branch 'origin/master' into spring6

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 cbb908828319a7b9ebc0983a39a457e5f731f173
Merge: e61b067f95 cc09c2ce94
Author: Andi Huber <ah...@apache.org>
AuthorDate: Tue Feb 21 06:21:13 2023 +0100

    Merge remote-tracking branch 'origin/master' into spring6

 .../apache/causeway/core/config/CausewayConfiguration.java | 14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

diff --cc core/config/src/main/java/org/apache/causeway/core/config/CausewayConfiguration.java
index 46981c8431,0b60c19814..9ac189432a
--- a/core/config/src/main/java/org/apache/causeway/core/config/CausewayConfiguration.java
+++ b/core/config/src/main/java/org/apache/causeway/core/config/CausewayConfiguration.java
@@@ -41,20 -41,18 +41,18 @@@ import static java.lang.annotation.Elem
  import static java.lang.annotation.ElementType.PARAMETER;
  import static java.lang.annotation.RetentionPolicy.RUNTIME;
  
 -import javax.activation.DataSource;
 -import javax.inject.Named;
 -import javax.validation.Constraint;
 -import javax.validation.ConstraintValidator;
 -import javax.validation.ConstraintValidatorContext;
 -import javax.validation.Payload;
 -import javax.validation.Valid;
 -import javax.validation.constraints.Max;
 -import javax.validation.constraints.Min;
 -import javax.validation.constraints.NotEmpty;
 -import javax.validation.constraints.NotNull;
 +import jakarta.activation.DataSource;
 +import jakarta.inject.Named;
 +import jakarta.validation.Constraint;
 +import jakarta.validation.ConstraintValidator;
 +import jakarta.validation.ConstraintValidatorContext;
 +import jakarta.validation.Payload;
 +import jakarta.validation.Valid;
 +import jakarta.validation.constraints.Max;
 +import jakarta.validation.constraints.Min;
 +import jakarta.validation.constraints.NotEmpty;
 +import jakarta.validation.constraints.NotNull;
  
- import org.apache.causeway.applib.services.publishing.spi.CommandSubscriber;
- import org.apache.causeway.applib.services.publishing.spi.ExecutionSubscriber;
  import org.springframework.beans.factory.annotation.Autowired;
  import org.springframework.boot.context.properties.ConfigurationProperties;
  import org.springframework.core.env.ConfigurableEnvironment;