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

rgoers pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/logging-flume-spring-boot.git


    from bc3ad08  Provide method to create ChannelSelector
     add 49858cc  Upgrade to Spring Boot 4
     add 186ab66  Merge branch 'main' into spring-boot-4
     new 462a85b  Merge pull request #7 from apache/spring-boot-4

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:
 checkstyle-header.txt                              | 16 ----
 flume-spring-boot-dist/pom.xml                     |  3 +-
 flume-spring-boot/pom.xml                          | 50 ++++++++++++-
 .../boot/config/AbstractFlumeConfiguration.java    | 27 +++----
 .../spring/boot/config/SpringConfiguration.java    |  7 +-
 .../flume/spring/boot/runner/SpringFlume.java      |  4 +-
 .../apache/flume/spring/app/TestSpringFlume.java   |  4 +-
 .../apache/flume/spring/app/config/AppConfig.java  | 19 +++--
 ...k.boot.autoconfigure.AutoConfiguration.imports} |  2 +-
 .../src/test/resources/log4j2-test.xml             |  2 +-
 pom.xml                                            | 87 +++++-----------------
 11 files changed, 104 insertions(+), 117 deletions(-)
 delete mode 100644 checkstyle-header.txt
 rename flume-spring-boot/src/test/resources/META-INF/{spring.factories => 
spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports} (87%)

Reply via email to