Skip to content

Commit

Permalink
Removes OSGI/Karaf support (Ericsson#725)
Browse files Browse the repository at this point in the history
* Removes OSGI/Karaf support

Closes Ericsson#657
  • Loading branch information
jwaeab authored Sep 25, 2024
1 parent 9813664 commit 63302e1
Show file tree
Hide file tree
Showing 45 changed files with 9 additions and 4,574 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ jobs:
test_suite: 'compile com.mycila:license-maven-plugin:check pmd:pmd pmd:cpd pmd:check pmd:cpd-check javadoc:jar'
python: 3.6
java: 8
- name: "OSGi integration"
test_suite: 'install -P docker-integration-test,osgi-integration-tests -Dit.cassandra.version=3.0 -DskipUTs'
python: 3.6
java: 8
- name: "Standalone integration 3.0"
test_suite: 'verify -P docker-integration-test,standalone-integration-tests -Dit.cassandra.version=3.0 -DskipUTs'
python: 3.6
Expand Down Expand Up @@ -100,9 +96,7 @@ jobs:
fail_ci_if_error: false
files: >
./rest/target/site/jacoco/jacoco.xml,
./core.osgi/target/site/jacoco/jacoco.xml,
./application/target/site/jacoco/jacoco.xml,
./osgi-integration/target/site/jacoco/jacoco.xml,
./core/target/site/jacoco/jacoco.xml,
./fm.impl/target/site/jacoco/jacoco.xml,
./connection/target/site/jacoco/jacoco.xml
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes

## Version 4.0.7

* Removes OSGI/Karaf support - Issue #657

## Version 4.0.6

* Separate serial consistency configuration from remoteRouting functionality - Issue #633
Expand Down
7 changes: 1 addition & 6 deletions connection.impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,10 @@
</dependency>

<!-- OSGi -->
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.service.component.annotations</artifactId>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.service.metatype.annotations</artifactId>
<artifactId>org.osgi.service.component.annotations</artifactId>
<scope>provided</scope>
</dependency>

Expand Down

This file was deleted.

This file was deleted.

135 changes: 0 additions & 135 deletions core.osgi/pom.xml

This file was deleted.

Loading

0 comments on commit 63302e1

Please sign in to comment.