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

alien11689 pushed a change to branch 
dependabot/maven/org.osgi-org.osgi.compendium-5.0.0
in repository https://gitbox.apache.org/repos/asf/aries.git


    omit 264ec528c Bump org.osgi:org.osgi.compendium from 4.1.0 to 5.0.0
     add dd18b71e2 [MAINTENANCE] Update bnd-indexer-maven-plugin to 6.x
     add 63504cf64 Bump org.mockito:mockito-core from 3.7.7 to 4.11.0
     add edc19f79e Bump biz.aQute.bnd:bnd-maven-plugin from 3.2.0 to 6.4.0
     add d5353b6b2 [MAINTENANCE] Upgrade pax tinybundles to 3.x
     add 7140d8b03 [MAINTENANCE] Downgrade pax tinybundles to 2.1.1
     add 9fb29eddf [MAINTENANCE] Downgrade pax tinybundles to 2.0.0 in subsystem
     add 6ff5ab32f Merge pull request #569 from apache/upgrade-pax-tinybundles
     add 1183a0578 [MAINTENANCE] Fix tinybundles entry in dependabot
     add 74469e3d7 Bump junit-platform.version from 1.12.0 to 1.12.1
     add 7bb09f877 Bump org.apache.maven.plugins:maven-shade-plugin from 1.1 to 
3.6.0
     add b47168f15 ARIES-2171: Use blueprint-maven-plugin in tutorials
     add 24831e6a6 ARIES-2171: Use blueprint-maven-plugin in samples 
(idverifier untouched)
     add cf2fbfaf8 [MAINTENANCE] Upgrade to javax.persistence-api in Blueprint 
Maven Plugin
     add 132da8ced [MAINTENANCE] Upgrade to plexus-build-api in Blueprint Maven 
Plugin
     add bb4809e7a ARIES-2170: Exclude sprint and pax-cdi annotation from 
Blueprint Maven Plugin
     add e45e28da4 Bump 
org.apache.servicemix.bundles:org.apache.servicemix.bundles.cglib
     add 6d29d6644 Bump org.apache.xbean:maven-xbean-plugin from 3.18 to 4.26
     add 27a5c782f Bump junit-jupiter.version from 5.12.0 to 5.12.1
     add b2373063a [MAINTENANCE] Use the newest parent pom in samples
     add f2825208d [MAINTENANCE] Bump apache parent pom to 34
     add fe170d081 Bump 
org.apache.aries.jpa:org.apache.aries.jpa.blueprint.aries
     add c8c4aed75 [MAINTENANCE] Remove CI build profile in samples
     add 41de2bc61 Bump org.osgi:org.osgi.compendium from 4.1.0 to 5.0.0
     add 2ee7762f6 [MAINTENANCE] Upgrade osgi core in blueprint spring extender

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   (264ec528c)
            \
             N -- N -- N   
refs/heads/dependabot/maven/org.osgi-org.osgi.compendium-5.0.0 (2ee7762f6)

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:
 .github/dependabot.yaml                            |   8 +
 .../pom.xml                                        |   2 +-
 async/async-all-index/pom.xml                      |   2 +-
 async/async-index/pom.xml                          |   2 +-
 .../blueprint-maven-plugin-itest/pom.xml           |  12 +
 .../src/it/pax-cdi/pom.xml                         |   7 +
 .../src/it/spring/pom.xml                          |   7 +
 .../blueprint-maven-plugin/pom.xml                 |  63 +++---
 .../aries/blueprint/plugin/GenerateMojo.java       |   2 +-
 .../aries/blueprint/plugin/model/Introspector.java |   7 +-
 .../ReferenceListenerBeanWithName.java             |   2 +-
 blueprint/blueprint-repository/pom.xml             |   2 +-
 blueprint/blueprint-spring-extender/pom.xml        |   2 +
 blueprint/itests/blueprint-itests/pom.xml          |   2 +-
 jmx/jmx-itests/pom.xml                             |   2 +-
 jmx/jmx-whiteboard/pom.xml                         |   2 +-
 jndi/jndi-url-itest/pom.xml                        |   2 +-
 parent/pom.xml                                     |  20 +-
 pom.xml                                            |   2 +-
 proxy/proxy-impl/pom.xml                           |   2 +-
 proxy/proxy-itests/pom.xml                         |   2 +-
 pushstream/pom.xml                                 |  15 +-
 .../ariestrader/modules/ariestrader-core/pom.xml   |  13 ++
 .../ariestrader/core/TradeDBManagerImpl.java       |   4 +
 .../ariestrader/core/TradeServicesManagerImpl.java | 136 +++++------
 .../resources/OSGI-INF/blueprint/blueprint.xml     |  41 ----
 .../resources/OSGI-INF/blueprint/blueprint.xml     |  17 +-
 .../modules/ariestrader-entities/pom.xml           |   4 +-
 .../modules/ariestrader-persist-jdbc/pom.xml       |  13 ++
 .../ariestrader/persist/jdbc/TradeJdbc.java        |  30 ++-
 .../resources/OSGI-INF/blueprint/blueprint.xml     |  35 ---
 .../modules/ariestrader-persist-jpa-am/pom.xml     |  20 ++
 .../ariestrader/persist/jpa/am/TradeJpaAm.java     |  21 +-
 .../resources/OSGI-INF/blueprint/blueprint.xml     |  36 ---
 .../modules/ariestrader-persist-jpa-cm/pom.xml     |  28 +++
 .../ariestrader/persist/jpa/cm/TradeJpaCm.java     | 248 ++++++++++-----------
 .../resources/OSGI-INF/blueprint/blueprint.xml     |  38 ----
 samples/blog/blog-biz/pom.xml                      |  19 ++
 .../samples/blog/biz/BlogAuthorManagerImpl.java    |  36 +--
 .../samples/blog/biz/BlogCommentManagerImpl.java   |  10 +-
 .../samples/blog/biz/BlogEntryManagerImpl.java     |   5 +-
 .../samples/blog/biz/BloggingServiceImpl.java      |  23 +-
 .../resources/OSGI-INF/blueprint/blueprint.xml     |  47 ----
 samples/blog/blog-itests/pom.xml                   |  27 ---
 samples/blog/blog-persistence-jdbc/pom.xml         |  24 +-
 .../jdbc/BlogPersistenceServiceImpl.java           | 104 +++++----
 .../blog/persistence/jdbc/DatasourceProducer.java  |  32 +--
 .../resources/OSGI-INF/blueprint/blueprint.xml     |  34 ---
 samples/blog/blog-persistence-jpa/pom.xml          |  29 ++-
 .../jpa/BlogPersistenceServiceImpl.java            |  78 ++++---
 .../resources/OSGI-INF/blueprint/blueprint.xml     |  34 ---
 .../helloworld/api/HelloWorldService.java          |  10 +-
 .../blueprint/helloworld/helloworld-client/pom.xml |  15 ++
 .../helloworld/client/HelloWorldClient.java        |  37 +--
 .../main/resources/OSGI-INF/blueprint/config.xml   |  27 ---
 .../blueprint/helloworld/helloworld-itests/pom.xml |  34 +--
 .../blueprint/helloworld/helloworld-server/pom.xml |  15 ++
 .../helloworld/server/HelloWorldServiceImpl.java   |  25 ++-
 .../main/resources/OSGI-INF/blueprint/config.xml   |  27 ---
 .../blueprint-sample-idverifier-client.xml         |  68 ------
 samples/pom.xml                                    |  62 +++++-
 samples/twitter/twitter-itests/pom.xml             |  45 +---
 .../src/test/java/org/apache/aries/itest           |   1 -
 .../aries/sample/twitter/itest/TwitterTest.java    |   4 +-
 spi-fly/pom.xml                                    |   8 +-
 spi-fly/spi-fly-itests/test.bndrun                 |  12 +-
 subsystem/subsystem-itests/pom.xml                 |   1 +
 transaction/transaction-itests/pom.xml             |   2 +-
 transaction/transaction-jdbc/pom.xml               |   2 +-
 transaction/transaction-jms/pom.xml                |   2 +-
 transaction/transaction-manager/pom.xml            |   2 +-
 .../src/main/scripts/start_platform.bat            |   2 +-
 .../src/main/scripts/start_platform.sh             |   2 +-
 .../blueprint/tutorial-modules/greeter-api/pom.xml |  82 +++----
 .../greeter/api/GreeterMessageService.java         |   8 +-
 .../greeter-client-blueprint/pom.xml               | 111 +++++----
 .../greeter/client/GreeterBlueprintClient.java     |  38 ++--
 .../resources/OSGI-INF/blueprint/blueprint.xml     |  31 ---
 .../tutorial-modules/greeter-client-osgi/pom.xml   | 100 ++++-----
 .../greeter/client/osgi/ClientBundleActivator.java |  12 +-
 .../greeter/client/osgi/GreeterTestClient.java     | 132 +++++------
 .../greeter-server-blueprint/pom.xml               | 106 ++++-----
 .../blueprint/GreeterMessageServiceImpl.java       |  30 +--
 .../resources/OSGI-INF/blueprint/blueprint.xml     |  27 ---
 .../tutorial-modules/greeter-server-osgi/pom.xml   |  96 ++++----
 .../server/osgi/GreeterMessageServiceImpl.java     |  23 +-
 .../server/osgi/ServiceRegisteringActivator.java   |  27 +--
 tutorials/pom.xml                                  |  43 ++++
 88 files changed, 1224 insertions(+), 1398 deletions(-)
 delete mode 100644 
samples/ariestrader/modules/ariestrader-core/src/main/resources/OSGI-INF/blueprint/blueprint.xml
 delete mode 100644 
samples/ariestrader/modules/ariestrader-persist-jdbc/src/main/resources/OSGI-INF/blueprint/blueprint.xml
 delete mode 100644 
samples/ariestrader/modules/ariestrader-persist-jpa-am/src/main/resources/OSGI-INF/blueprint/blueprint.xml
 delete mode 100644 
samples/ariestrader/modules/ariestrader-persist-jpa-cm/src/main/resources/OSGI-INF/blueprint/blueprint.xml
 delete mode 100644 
samples/blog/blog-biz/src/main/resources/OSGI-INF/blueprint/blueprint.xml
 copy 
blueprint-maven-plugin/blueprint-maven-plugin/src/test/java/org/apache/aries/blueprint/plugin/test/qualifiers/MyFactory.java
 => 
samples/blog/blog-persistence-jdbc/src/main/java/org/apache/aries/samples/blog/persistence/jdbc/DatasourceProducer.java
 (61%)
 delete mode 100644 
samples/blog/blog-persistence-jdbc/src/main/resources/OSGI-INF/blueprint/blueprint.xml
 delete mode 100644 
samples/blog/blog-persistence-jpa/src/main/resources/OSGI-INF/blueprint/blueprint.xml
 delete mode 100644 
samples/blueprint/helloworld/helloworld-client/src/main/resources/OSGI-INF/blueprint/config.xml
 delete mode 100644 
samples/blueprint/helloworld/helloworld-server/src/main/resources/OSGI-INF/blueprint/config.xml
 delete mode 120000 
samples/twitter/twitter-itests/src/test/java/org/apache/aries/itest
 delete mode 100644 
tutorials/blueprint/tutorial-modules/greeter-client-blueprint/src/main/resources/OSGI-INF/blueprint/blueprint.xml
 delete mode 100644 
tutorials/blueprint/tutorial-modules/greeter-server-blueprint/src/main/resources/OSGI-INF/blueprint/blueprint.xml

Reply via email to