Skip to content

Commit

Permalink
RSA
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>
  • Loading branch information
maho7791 committed May 21, 2023
1 parent 4e10b91 commit 863ff23
Show file tree
Hide file tree
Showing 74 changed files with 1,810 additions and 129 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.DS_Store
gradle/
.gradle/
generated/
.metadata
bin/
build/
59 changes: 0 additions & 59 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,20 +1,8 @@
// Available to customize the build
plugins {
id "org.sonarqube" version "3.3"
id 'jacoco'
id 'java'
}

sonarqube {
properties {
property "sonar.projectName", "Gecko EMF Utilities"
property "sonar.projectKey", "geckoprojects-org_org.gecko.emf.utils"
property "sonar.organization", "geckoprojects-org"
property "sonar.host.url", "https://sonarcloud.io"
property "sonar.coverage.jacoco.xmlReportPaths", "${rootDir}/build/reports/jacoco/codeCoverageReport/codeCoverageReport.xml"
property "sonar.exclusions", "org.gecko.emf.collections/**/*.java, org.gecko.emf.pushstreams/**/*.java, org.gecko.emf.util.model/**/*.java, org.gecko.emf.json.tests/**/*.java, org.gecko.emf.bson.tests/**/*.java"
}
}

repositories {
mavenCentral()
Expand All @@ -24,51 +12,4 @@ tasks.named('wrapper') {
jarFile = rootProject.file('.gradle-wrapper/gradle-wrapper.jar')
}

// Disable bnd plugin built-in task 'testOSGi' and register custom task for testing
gradle.startParameter.excludedTaskNames += "testOSGi"

tasks.register('itest'){
subprojects.each { sp ->
sp.tasks.each { t ->
if(t.name ==~ "resolve\\.(test|export)(.*)?"){
dependsOn t
}
}
}
subprojects.each { sp ->
sp.tasks.each { t ->
if(t.name ==~ "testrun\\.test(.*)?"){
dependsOn t
}
}
}
subprojects.each { sp ->
sp.tasks.each { t ->
if(t.name ==~ "export\\.export(.*)?"){
dependsOn t
}
}
}
}

task codeCoverageReport(type: JacocoReport) {
dependsOn itest
// Gather execution data from all subprojects
executionData fileTree(project.rootDir.absolutePath).include("**/**/jacoco.exec")

// Add all relevant sourcesets from the subprojects
subprojects.each {
sourceSets it.sourceSets.main
}

reports {
xml.enabled true
html.enabled true
csv.enabled false
}
}

tasks.named("sonarqube") {
dependsOn(codeCoverageReport)
}

Binary file removed build/libs/emfutils.jar
Binary file not shown.
2 changes: 0 additions & 2 deletions build/tmp/jar/MANIFEST.MF

This file was deleted.

3 changes: 3 additions & 0 deletions cnf/build.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
github-project: org.gecko.playground
base-version: 1.0.0

-fixupmessages \
"No metadata for revision";is:=ignore

# Maven Central Group-Id
-groupid: org.gecko.playground
-noimportjava: true
Expand Down
7 changes: 7 additions & 0 deletions cnf/ext/rsa.bnd
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
-plugin: \
aQute.bnd.repository.maven.provider.MavenBndRepository; \
snapshotUrl="https://oss.sonatype.org/content/repositories/snapshots/"; \
releaseUrl=https://repo.maven.apache.org/maven2/; \
index=${.}/rsa.mvn; \
readOnly=true; \
name="RSA"
141 changes: 141 additions & 0 deletions cnf/ext/rsa.mvn
Original file line number Diff line number Diff line change
@@ -0,0 +1,141 @@
biz.aQute.bnd:aQute.libg:6.4.0
biz.aQute.bnd:biz.aQute.bnd.annotation:6.4.0
biz.aQute:biz.aQute.gogo.commands.provider:1.8.0
biz.aQute:biz.aQute.wrapper.hamcrest:1.9.0

com.google.protobuf:protobuf-java:2.5.0

com.hazelcast:hazelcast-all:4.0.5

io.netty:netty-buffer:4.1.72.Final
io.netty:netty-codec:4.1.72.Final
io.netty:netty-common:4.1.72.Final
io.netty:netty-handler:4.1.72.Final
io.netty:netty-resolver:4.1.72.Final
io.netty:netty-transport:4.1.72.Final
io.netty:netty-tcnative:2.0.46.Final
io.netty:netty-tcnative-boringssl-static:2.0.46.Final
io.netty:netty-tcnative-classes:2.0.46.Final

jakarta.ws.rs:jakarta.ws.rs-api:3.0.0
jakarta.annotation:jakarta.annotation-api:2.0.0
jakarta.xml.bind:jakarta.xml.bind-api:3.0.1
jakarta.activation:jakarta.activation-api:2.0.1

javax.json:javax.json-api:1.1.4

org.apache.cxf:cxf-rt-transports-http:3.2.7
org.apache.cxf:cxf-core:3.2.7
org.apache.cxf:cxf-rt-frontend-jaxrs:3.5.0
net.bytebuddy:byte-buddy:1.12.6
net.bytebuddy:byte-buddy-agent:1.12.6
org.objenesis:objenesis:3.2

org.apache.felix:org.apache.felix.configadmin:1.9.22
org.apache.felix:org.apache.felix.configurator:1.0.14
org.apache.felix:org.apache.felix.converter:1.0.14
org.apache.felix:org.apache.felix.coordinator:1.0.2
org.apache.felix:org.apache.felix.eventadmin:1.6.2
org.apache.felix:org.apache.felix.fileinstall:3.6.8
org.apache.felix:org.apache.felix.framework.security:2.8.0
org.apache.felix:org.apache.felix.framework:7.0.1
org.apache.felix:org.apache.felix.gogo.command:1.1.2
org.apache.felix:org.apache.felix.gogo.runtime:1.1.4
org.apache.felix:org.apache.felix.gogo.shell:1.1.4
org.apache.felix:org.apache.felix.gogo.shell:1.1.4
org.apache.felix:org.apache.felix.http.jetty:4.1.14
org.apache.felix:org.apache.felix.http.servlet-api:1.1.2
org.apache.felix:org.apache.felix.http.servlet-api:1.1.2
org.apache.felix:org.apache.felix.inventory:1.0.6
org.apache.felix:org.apache.felix.cm.json:1.0.6
org.apache.felix:org.apache.felix.log.extension:1.0.0
org.apache.felix:org.apache.felix.log:1.2.4
org.apache.felix:org.apache.felix.metatype:1.2.4
org.apache.felix:org.apache.felix.scr:2.1.30
org.apache.felix:org.apache.felix.shell.remote:1.2.0
org.apache.felix:org.apache.felix.threaddump:1.0.0
org.apache.felix:org.apache.felix.useradmin:1.0.4
org.apache.felix:org.apache.felix.webconsole.plugins.ds:2.1.0
org.apache.felix:org.apache.felix.webconsole.plugins.memoryusage:1.0.10
org.apache.felix:org.apache.felix.webconsole.plugins.scriptconsole:1.0.2
org.apache.felix:org.apache.felix.webconsole.plugins.useradmin:1.0.2
org.apache.felix:org.apache.felix.webconsole:4.6.0

org.apache.servicemix.bundles:org.apache.servicemix.bundles.junit:4.13.2_1
org.apache.servicemix.specs:org.apache.servicemix.specs.jaxws-api-2.2:2.9.0
org.apache.servicemix.specs:org.apache.servicemix.specs.jsr311-api-1.1.1:2.9.0

org.apache.sling:org.apache.sling.commons.johnzon:1.2.14

org.assertj:assertj-core:3.22.0



org.junit.jupiter:junit-jupiter-api:5.6.3
org.junit.jupiter:junit-jupiter-engine:5.6.3
org.junit.jupiter:junit-jupiter-params:5.6.3
org.junit.platform:junit-platform-commons:1.8.2
org.junit.platform:junit-platform-engine:1.8.2
org.junit.vintage:junit-vintage-engine:5.8.2


org.mockito:mockito-core:4.2.0
org.mockito:mockito-junit-jupiter:4.2.0

org.opentest4j:opentest4j:1.2.0

org.osgi:org.osgi.annotation.bundle:1.1.0
org.osgi:org.osgi.annotation.versioning:1.1.2
org.osgi:org.osgi.dto:1.1.1
org.osgi:org.osgi.framework:1.8.0
org.osgi:org.osgi.jmx:1.1.0
org.osgi:org.osgi.namespace.contract:1.0.0
org.osgi:org.osgi.namespace.extender:1.0.1
org.osgi:org.osgi.namespace.implementation:1.0.0
org.osgi:org.osgi.namespace.service:1.0.0
org.osgi:org.osgi.namespace.unresolvable:1.0.0
org.osgi:org.osgi.resource:1.0.1
org.osgi:org.osgi.service.application:1.1.0
org.osgi:org.osgi.service.async:1.0.0
org.osgi:org.osgi.service.blueprint:1.0.2
org.osgi:org.osgi.service.cdi:1.0.0
org.osgi:org.osgi.service.clusterinfo:1.0.0
org.osgi:org.osgi.service.cm:1.6.0
org.osgi:org.osgi.service.component.annotations:1.4.0
org.osgi:org.osgi.service.component:1.4.0
org.osgi:org.osgi.service.condpermadmin:1.1.2
org.osgi:org.osgi.service.configurator:1.0.0
org.osgi:org.osgi.service.coordinator:1.0.2
org.osgi:org.osgi.service.event:1.4.0
org.osgi:org.osgi.service.http.whiteboard:1.1.0
org.osgi:org.osgi.service.http:1.2.1
org.osgi:org.osgi.service.jaxrs:jar:1.0.0
org.osgi:org.osgi.service.jdbc:1.0.0
org.osgi:org.osgi.service.log:1.5.0
org.osgi:org.osgi.service.metatype.annotations:1.4.0
org.osgi:org.osgi.service.metatype:1.4.0
org.osgi:org.osgi.service.packageadmin:1.2.1
org.osgi:org.osgi.service.remoteserviceadmin:1.1.0
org.osgi:org.osgi.service.repository:1.1.0
org.osgi:org.osgi.service.resolver:1.1.1
org.osgi:org.osgi.service.rest:1.0.0
org.osgi:org.osgi.service.serviceloader:1.0.0
org.osgi:org.osgi.service.url:1.0.1
org.osgi:org.osgi.service.useradmin:1.1.0
org.osgi:org.osgi.util.converter:1.0.1
org.osgi:org.osgi.util.function:1.1.0
org.osgi:org.osgi.util.measurement:1.0.2
org.osgi:org.osgi.util.position:1.0.1
org.osgi:org.osgi.util.promise:1.0.0
org.osgi:org.osgi.util.promise:1.1.1
org.osgi:org.osgi.util.pushstream:1.0.1
org.osgi:org.osgi.util.tracker:1.5.3
org.osgi:org.osgi.util.xml:1.0.1
org.osgi:osgi.annotation:8.0.0
org.osgi:osgi.core:8.0.0
org.slf4j:slf4j-api:1.7.30
org.slf4j:slf4j-simple:1.7.30
org.bouncycastle:bcpkix-jdk15on:1.70
org.bouncycastle:bcprov-jdk15on:1.70
org.bouncycastle:bctls-jdk15on:1.70
org.bouncycastle:bcutil-jdk15on:1.70
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 863ff23

Please sign in to comment.