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

github-bot pushed a change to branch 
dependabot/maven/ipojo/manipulator/manipulator-it/ch.qos.logback-logback-core-1.3.12
in repository https://gitbox.apache.org/repos/asf/felix-dev.git


    omit d7f3891062 Bump ch.qos.logback:logback-core in 
/ipojo/manipulator/manipulator-it
     add 49af558739 Add http implementation based on Jetty 12
     add 7a8159577b FELIX-6674 : Support Jakarta Servlet 6
     add 31d4bd801f FELIX-6675 : Classcast Exception when getting change count 
service property
     add 779f5850a3 Bump ch.qos.logback:logback-classic from 1.2.0 to 1.3.12 in 
/rootcause (#269)
     add d395c11885 Bump ch.qos.logback:logback-classic from 1.2.0 to 1.3.12 in 
/systemready (#271)
     add 2489233d6e Bump ch.qos.logback:logback-classic from 1.2.0 to 1.3.12 in 
/scr (#262)
     add 8290900a5e Bump ch.qos.logback:logback-core from 1.2.9 to 1.3.12 in 
/rootcause (#261)
     add eccda3b745 Bump ch.qos.logback:logback-core from 1.2.9 to 1.3.12 in 
/systemready (#260)
     add 8e69d41b33 Bump ch.qos.logback:logback-core from 1.2.9 to 1.3.12 in 
/scr (#259)
     add 8edcc12c5f Update README
     add 7177c850c0 Remove sysout
     add 032cb55d61 [FELIX-6502] Support 11+ java for ipojo (#129)
     add b43416fff8 Bump ch.qos.logback:logback-core in 
/ipojo/manipulator/manipulator-it

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   (d7f3891062)
            \
             N -- N -- N   
refs/heads/dependabot/maven/ipojo/manipulator/manipulator-it/ch.qos.logback-logback-core-1.3.12
 (b43416fff8)

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:
 .../internal/service/HttpServiceRuntimeImpl.java   |   2 +-
 http/bridge/pom.xml                                |   4 +-
 .../felix/http/itest/servletapi5/ResourceTest.java |   1 -
 http/jetty12/README                                |   4 +
 http/{jetty => jetty12}/pom.xml                    |  32 +++--
 .../main/appended-resources/META-INF/DEPENDENCIES  |   0
 .../src/main/appended-resources/META-INF/NOTICE    |   0
 .../apache/felix/http/jetty/ConnectorFactory.java  |   0
 .../http/jetty/LoadBalancerCustomizerFactory.java  |   0
 .../jetty/internal/ConfigMetaTypeProvider.java     |   2 +-
 .../jetty/internal/ConnectorFactoryTracker.java    |   0
 .../http/jetty/internal/CustomizerWrapper.java     |  19 +--
 .../felix/http/jetty/internal/FileRequestLog.java  |   0
 .../ForwardedRequestCustomizerFactory.java         |   0
 .../felix/http/jetty/internal/JettyActivator.java  |   0
 .../felix/http/jetty/internal/JettyConfig.java     |   0
 .../http/jetty/internal/JettyManagedService.java   |   0
 .../jetty/internal/JettyManagedServiceFactory.java |   0
 .../felix/http/jetty/internal/JettyService.java    |  17 ++-
 .../http/jetty/internal/JettyServiceStarter.java   |   0
 .../LoadBalancerCustomizerFactoryTracker.java      |   0
 .../http/jetty/internal/LogServiceRequestLog.java  |   0
 .../http/jetty/internal/MBeanServerTracker.java    |   0
 .../http/jetty/internal/RequestLogTracker.java     |   0
 .../org/apache/felix/http/jetty/package-info.java  |   0
 .../felix/http/jetty/internal/JettyConfigTest.java |   0
 .../LoadBalancerCustomizerFactoryTrackerTest.java  |  34 ++---
 .../http/jetty/internal/RequestLogTrackerTest.java |   0
 ipojo/manipulator/annotations/pom.xml              |  16 ++-
 ipojo/manipulator/bnd-ipojo-plugin/pom.xml         |  15 +-
 ipojo/manipulator/ipojo-ant-task/pom.xml           |  17 ++-
 ipojo/manipulator/manipulator-bom/pom.xml          |  27 ++--
 .../ipojo-manipulator-creation-test/pom.xml        |   2 +-
 .../pom.xml                                        |   2 +-
 .../ipojo-manipulator-manipulation-test/pom.xml    |   2 +-
 .../manipulator-it/online-manipulator-it/pom.xml   |   2 +-
 ipojo/manipulator/manipulator-it/pom.xml           |  36 +++--
 ipojo/manipulator/manipulator/pom.xml              |  55 ++++++--
 .../felix/ipojo/manipulation/ClassChecker.java     |  25 +++-
 .../felix/ipojo/manipulation/ClassManipulator.java |  72 ++++++----
 .../ipojo/manipulation/ConstructorCodeAdapter.java |  31 +++--
 .../ipojo/manipulation/InnerClassAdapter.java      |   2 +-
 .../ipojo/manipulation/InnerClassChecker.java      |   2 +-
 .../felix/ipojo/manipulation/Manipulator.java      |  10 ++
 .../ipojo/manipulation/MethodCodeAdapter.java      |   2 +-
 .../annotation/ClassMetadataCollector.java         |   2 +-
 .../annotation/FieldMetadataCollector.java         |   2 +-
 .../annotation/MethodMetadataCollector.java        |   2 +-
 .../model/discovery/HandlerBindingDiscovery.java   |   2 +-
 .../model/parser/AnnotationTypeVisitor.java        |   2 +-
 .../model/parser/replay/AnnotationRecorder.java    |   2 +-
 .../annotation/visitor/ComponentVisitor.java       |   2 +-
 .../annotation/visitor/ControllerVisitor.java      |   2 +-
 .../annotation/visitor/FieldPropertyVisitor.java   |   2 +-
 .../visitor/HandlerDeclarationVisitor.java         |   2 +-
 .../annotation/visitor/HandlerVisitor.java         |   2 +-
 .../annotation/visitor/InstantiateVisitor.java     |   2 +-
 .../annotation/visitor/LifecycleVisitor.java       |   2 +-
 .../annotation/visitor/MethodPropertyVisitor.java  |   2 +-
 .../visitor/PostRegistrationVisitor.java           |   2 +-
 .../visitor/PostUnregistrationVisitor.java         |   2 +-
 .../annotation/visitor/ProvidesVisitor.java        |   6 +-
 .../annotation/visitor/RequiresVisitor.java        |   2 +-
 .../visitor/ServiceControllerVisitor.java          |   2 +-
 .../annotation/visitor/UpdatedVisitor.java         |   2 +-
 .../visitor/bind/AbstractBindVisitor.java          |   2 +-
 .../annotation/visitor/generic/GenericVisitor.java |   2 +-
 .../visitor/generic/SubArrayVisitor.java           |   2 +-
 .../visitor/stereotype/FieldStereotypeVisitor.java |   2 +-
 .../stereotype/MethodStereotypeVisitor.java        |   2 +-
 .../stereotype/ParameterStereotypeVisitor.java     |   2 +-
 .../visitor/stereotype/TypeStereotypeVisitor.java  |   2 +-
 .../manipulator/util/ChainedAnnotationVisitor.java |   2 +-
 .../ipojo/manipulation/ClassCheckerTestCase.java   |   2 +-
 .../felix/ipojo/manipulation/ManipulatorTest.java  | 153 +++++++++++++--------
 ...structorCheck.java => InterfaceWithStatic.java} |  16 ++-
 ...nstructorCheck.java => PojoWithFinalArray.java} |  11 +-
 ...ctorCheck.java => PojoWithStaticInterface.java} |   9 +-
 .../java/test/frames/CryptoServiceSingleton.java   |   5 +-
 ipojo/manipulator/maven-ipojo-plugin/pom.xml       |  52 ++++++-
 .../src/main/resources/archetype-resources/pom.xml |   2 +-
 ipojo/manipulator/online-manipulator/pom.xml       |  34 +++--
 ipojo/manipulator/pom.xml                          |   6 +-
 ipojo/metadata/pom.xml                             |   6 +-
 rootcause/pom.xml                                  |   4 +-
 scr/pom.xml                                        |   4 +-
 systemready/pom.xml                                |   4 +-
 87 files changed, 502 insertions(+), 299 deletions(-)
 create mode 100644 http/jetty12/README
 copy http/{jetty => jetty12}/pom.xml (97%)
 copy http/{jetty => jetty12}/src/main/appended-resources/META-INF/DEPENDENCIES 
(100%)
 copy http/{jetty => jetty12}/src/main/appended-resources/META-INF/NOTICE (100%)
 copy http/{jetty => 
jetty12}/src/main/java/org/apache/felix/http/jetty/ConnectorFactory.java (100%)
 copy http/{jetty => 
jetty12}/src/main/java/org/apache/felix/http/jetty/LoadBalancerCustomizerFactory.java
 (100%)
 copy http/{jetty => 
jetty12}/src/main/java/org/apache/felix/http/jetty/internal/ConfigMetaTypeProvider.java
 (99%)
 copy http/{jetty => 
jetty12}/src/main/java/org/apache/felix/http/jetty/internal/ConnectorFactoryTracker.java
 (100%)
 copy http/{jetty => 
jetty12}/src/main/java/org/apache/felix/http/jetty/internal/CustomizerWrapper.java
 (74%)
 copy http/{jetty => 
jetty12}/src/main/java/org/apache/felix/http/jetty/internal/FileRequestLog.java 
(100%)
 copy http/{jetty => 
jetty12}/src/main/java/org/apache/felix/http/jetty/internal/ForwardedRequestCustomizerFactory.java
 (100%)
 copy http/{jetty => 
jetty12}/src/main/java/org/apache/felix/http/jetty/internal/JettyActivator.java 
(100%)
 copy http/{jetty => 
jetty12}/src/main/java/org/apache/felix/http/jetty/internal/JettyConfig.java 
(100%)
 copy http/{jetty => 
jetty12}/src/main/java/org/apache/felix/http/jetty/internal/JettyManagedService.java
 (100%)
 copy http/{jetty => 
jetty12}/src/main/java/org/apache/felix/http/jetty/internal/JettyManagedServiceFactory.java
 (100%)
 copy http/{jetty => 
jetty12}/src/main/java/org/apache/felix/http/jetty/internal/JettyService.java 
(98%)
 copy http/{jetty => 
jetty12}/src/main/java/org/apache/felix/http/jetty/internal/JettyServiceStarter.java
 (100%)
 copy http/{jetty => 
jetty12}/src/main/java/org/apache/felix/http/jetty/internal/LoadBalancerCustomizerFactoryTracker.java
 (100%)
 copy http/{jetty => 
jetty12}/src/main/java/org/apache/felix/http/jetty/internal/LogServiceRequestLog.java
 (100%)
 copy http/{jetty => 
jetty12}/src/main/java/org/apache/felix/http/jetty/internal/MBeanServerTracker.java
 (100%)
 copy http/{jetty => 
jetty12}/src/main/java/org/apache/felix/http/jetty/internal/RequestLogTracker.java
 (100%)
 copy http/{jetty => 
jetty12}/src/main/java/org/apache/felix/http/jetty/package-info.java (100%)
 copy http/{jetty => 
jetty12}/src/test/java/org/apache/felix/http/jetty/internal/JettyConfigTest.java
 (100%)
 copy http/{jetty => 
jetty12}/src/test/java/org/apache/felix/http/jetty/internal/LoadBalancerCustomizerFactoryTrackerTest.java
 (89%)
 copy http/{jetty => 
jetty12}/src/test/java/org/apache/felix/http/jetty/internal/RequestLogTrackerTest.java
 (100%)
 copy ipojo/manipulator/manipulator/src/test/java/test/{ConstructorCheck.java 
=> InterfaceWithStatic.java} (74%)
 copy ipojo/manipulator/manipulator/src/test/java/test/{ConstructorCheck.java 
=> PojoWithFinalArray.java} (77%)
 copy ipojo/manipulator/manipulator/src/test/java/test/{ConstructorCheck.java 
=> PojoWithStaticInterface.java} (79%)

Reply via email to