From 4293939b84e8e48da9dc817c2eb41a4689e9bf20 Mon Sep 17 00:00:00 2001
From: Mike Hummel <>
Date: Mon, 16 Sep 2019 22:55:14 +0200
Subject: [PATCH] 1.6.3
---
mhu-karaf-commands/pom.xml | 2 +-
.../commands/mhus/ConsoleInterceptor.java | 15 ++++
.../karaf/commands/mhus/LogInterceptor.java | 15 ++++
.../mhus/karaf/commands/testit/KarafShit.java | 15 ++++
mhu-karaf-feature/pom.xml | 2 +-
mhu-karaf-xdb/pom.xml | 2 +-
.../mhus/karaf/xdb/adb/XdbKarafApiImpl.java | 15 ++++
mhu-osgi-api/pom.xml | 2 +-
mhu-osgi-api/pom.xml.versionsBackup | 86 +++++++++++++++++++
.../de/mhus/osgi/api/karaf/AbstractCmd.java | 15 ++++
.../mhus/osgi/api/karaf/CmdInterceptor.java | 15 ++++
.../osgi/api/karaf/CmdInterceptorUtil.java | 15 ++++
.../mhus/osgi/api/services/BundleStarter.java | 15 ++++
.../api/services/HeartbeatServiceIfc.java | 15 ++++
.../de/mhus/osgi/api/xdb/XdbKarafApi.java | 15 ++++
mhu-osgi-jms/pom.xml | 2 +-
mhu-osgi-services/pom.xml | 2 +-
pom.xml | 4 +-
18 files changed, 244 insertions(+), 8 deletions(-)
create mode 100644 mhu-osgi-api/pom.xml.versionsBackup
diff --git a/mhu-karaf-commands/pom.xml b/mhu-karaf-commands/pom.xml
index af2904c9..e8e01b36 100644
--- a/mhu-karaf-commands/pom.xml
+++ b/mhu-karaf-commands/pom.xml
@@ -25,7 +25,7 @@
mhus-osgi-tools
de.mhus.osgi
- 1.6.3-SNAPSHOT
+ 1.6.3
diff --git a/mhu-karaf-commands/src/main/java/de/mhus/karaf/commands/mhus/ConsoleInterceptor.java b/mhu-karaf-commands/src/main/java/de/mhus/karaf/commands/mhus/ConsoleInterceptor.java
index 409fddea..f25c3048 100644
--- a/mhu-karaf-commands/src/main/java/de/mhus/karaf/commands/mhus/ConsoleInterceptor.java
+++ b/mhu-karaf-commands/src/main/java/de/mhus/karaf/commands/mhus/ConsoleInterceptor.java
@@ -1,3 +1,18 @@
+/**
+ * Copyright 2018 Mike Hummel
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
package de.mhus.karaf.commands.mhus;
import org.apache.karaf.shell.api.console.Session;
diff --git a/mhu-karaf-commands/src/main/java/de/mhus/karaf/commands/mhus/LogInterceptor.java b/mhu-karaf-commands/src/main/java/de/mhus/karaf/commands/mhus/LogInterceptor.java
index 9cc06542..02008ff4 100644
--- a/mhu-karaf-commands/src/main/java/de/mhus/karaf/commands/mhus/LogInterceptor.java
+++ b/mhu-karaf-commands/src/main/java/de/mhus/karaf/commands/mhus/LogInterceptor.java
@@ -1,3 +1,18 @@
+/**
+ * Copyright 2018 Mike Hummel
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
package de.mhus.karaf.commands.mhus;
import org.apache.karaf.shell.api.console.Session;
diff --git a/mhu-karaf-commands/src/main/java/de/mhus/karaf/commands/testit/KarafShit.java b/mhu-karaf-commands/src/main/java/de/mhus/karaf/commands/testit/KarafShit.java
index f4e73fb1..edec8f4b 100644
--- a/mhu-karaf-commands/src/main/java/de/mhus/karaf/commands/testit/KarafShit.java
+++ b/mhu-karaf-commands/src/main/java/de/mhus/karaf/commands/testit/KarafShit.java
@@ -1,3 +1,18 @@
+/**
+ * Copyright 2018 Mike Hummel
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
package de.mhus.karaf.commands.testit;
import de.mhus.lib.core.MSystem;
diff --git a/mhu-karaf-feature/pom.xml b/mhu-karaf-feature/pom.xml
index 7b78c1be..ea3560ca 100644
--- a/mhu-karaf-feature/pom.xml
+++ b/mhu-karaf-feature/pom.xml
@@ -24,7 +24,7 @@
mhus-osgi-tools
de.mhus.osgi
- 1.6.3-SNAPSHOT
+ 1.6.3
diff --git a/mhu-karaf-xdb/pom.xml b/mhu-karaf-xdb/pom.xml
index 3b783eac..be5860d4 100644
--- a/mhu-karaf-xdb/pom.xml
+++ b/mhu-karaf-xdb/pom.xml
@@ -25,7 +25,7 @@
mhus-osgi-tools
de.mhus.osgi
- 1.6.3-SNAPSHOT
+ 1.6.3
diff --git a/mhu-karaf-xdb/src/main/java/de/mhus/karaf/xdb/adb/XdbKarafApiImpl.java b/mhu-karaf-xdb/src/main/java/de/mhus/karaf/xdb/adb/XdbKarafApiImpl.java
index 84051904..ef5abd85 100644
--- a/mhu-karaf-xdb/src/main/java/de/mhus/karaf/xdb/adb/XdbKarafApiImpl.java
+++ b/mhu-karaf-xdb/src/main/java/de/mhus/karaf/xdb/adb/XdbKarafApiImpl.java
@@ -1,3 +1,18 @@
+/**
+ * Copyright 2018 Mike Hummel
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
package de.mhus.karaf.xdb.adb;
import java.io.File;
diff --git a/mhu-osgi-api/pom.xml b/mhu-osgi-api/pom.xml
index 3f63ece5..50d99eb8 100644
--- a/mhu-osgi-api/pom.xml
+++ b/mhu-osgi-api/pom.xml
@@ -25,7 +25,7 @@
mhus-osgi-tools
de.mhus.osgi
- 1.6.3-SNAPSHOT
+ 1.6.3
diff --git a/mhu-osgi-api/pom.xml.versionsBackup b/mhu-osgi-api/pom.xml.versionsBackup
new file mode 100644
index 00000000..3f63ece5
--- /dev/null
+++ b/mhu-osgi-api/pom.xml.versionsBackup
@@ -0,0 +1,86 @@
+
+
+
+ 4.0.0
+ mhu-osgi-api
+ bundle
+ commands OSGi blueprint bundle project.
+
+ mhus-osgi-tools
+ de.mhus.osgi
+ 1.6.3-SNAPSHOT
+
+
+
+
+
+ org.apache.felix
+ maven-bundle-plugin
+ true
+
+
+ ${project.artifactId}
+ ${project.version}
+
+ de.mhus.osgi.api.*;version=${project.version}
+
+
+ *;resolution:=optional
+
+ *
+ *
+
+
+
+
+
+
+
+
+ org.osgi
+ org.osgi.core
+
+
+ org.osgi
+ org.osgi.compendium
+
+
+ biz.aQute.bnd
+ bndlib
+
+
+ org.apache.karaf.shell
+ org.apache.karaf.shell.console
+
+
+ de.mhus.lib
+ mhu-lib-core
+
+
+ de.mhus.lib
+ mhu-lib-persistence
+
+
+ de.mhus.lib
+ mhu-lib-jms
+
+
+
+
diff --git a/mhu-osgi-api/src/main/java/de/mhus/osgi/api/karaf/AbstractCmd.java b/mhu-osgi-api/src/main/java/de/mhus/osgi/api/karaf/AbstractCmd.java
index 210abc80..38262a9c 100644
--- a/mhu-osgi-api/src/main/java/de/mhus/osgi/api/karaf/AbstractCmd.java
+++ b/mhu-osgi-api/src/main/java/de/mhus/osgi/api/karaf/AbstractCmd.java
@@ -1,3 +1,18 @@
+/**
+ * Copyright 2018 Mike Hummel
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
package de.mhus.osgi.api.karaf;
import java.util.List;
diff --git a/mhu-osgi-api/src/main/java/de/mhus/osgi/api/karaf/CmdInterceptor.java b/mhu-osgi-api/src/main/java/de/mhus/osgi/api/karaf/CmdInterceptor.java
index 2b72c3f1..1d5741b8 100644
--- a/mhu-osgi-api/src/main/java/de/mhus/osgi/api/karaf/CmdInterceptor.java
+++ b/mhu-osgi-api/src/main/java/de/mhus/osgi/api/karaf/CmdInterceptor.java
@@ -1,3 +1,18 @@
+/**
+ * Copyright 2018 Mike Hummel
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
package de.mhus.osgi.api.karaf;
import org.apache.karaf.shell.api.console.Session;
diff --git a/mhu-osgi-api/src/main/java/de/mhus/osgi/api/karaf/CmdInterceptorUtil.java b/mhu-osgi-api/src/main/java/de/mhus/osgi/api/karaf/CmdInterceptorUtil.java
index ef4a48ed..0bb4e284 100644
--- a/mhu-osgi-api/src/main/java/de/mhus/osgi/api/karaf/CmdInterceptorUtil.java
+++ b/mhu-osgi-api/src/main/java/de/mhus/osgi/api/karaf/CmdInterceptorUtil.java
@@ -1,3 +1,18 @@
+/**
+ * Copyright 2018 Mike Hummel
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
package de.mhus.osgi.api.karaf;
import java.util.LinkedList;
diff --git a/mhu-osgi-api/src/main/java/de/mhus/osgi/api/services/BundleStarter.java b/mhu-osgi-api/src/main/java/de/mhus/osgi/api/services/BundleStarter.java
index e84cf813..2cf1ad1d 100644
--- a/mhu-osgi-api/src/main/java/de/mhus/osgi/api/services/BundleStarter.java
+++ b/mhu-osgi-api/src/main/java/de/mhus/osgi/api/services/BundleStarter.java
@@ -1,3 +1,18 @@
+/**
+ * Copyright 2018 Mike Hummel
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
package de.mhus.osgi.api.services;
import de.mhus.lib.core.MLog;
diff --git a/mhu-osgi-api/src/main/java/de/mhus/osgi/api/services/HeartbeatServiceIfc.java b/mhu-osgi-api/src/main/java/de/mhus/osgi/api/services/HeartbeatServiceIfc.java
index 3679aaf6..a078ebe9 100644
--- a/mhu-osgi-api/src/main/java/de/mhus/osgi/api/services/HeartbeatServiceIfc.java
+++ b/mhu-osgi-api/src/main/java/de/mhus/osgi/api/services/HeartbeatServiceIfc.java
@@ -1,3 +1,18 @@
+/**
+ * Copyright 2018 Mike Hummel
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
package de.mhus.osgi.api.services;
public interface HeartbeatServiceIfc {
diff --git a/mhu-osgi-api/src/main/java/de/mhus/osgi/api/xdb/XdbKarafApi.java b/mhu-osgi-api/src/main/java/de/mhus/osgi/api/xdb/XdbKarafApi.java
index 47a8f573..6766b82f 100644
--- a/mhu-osgi-api/src/main/java/de/mhus/osgi/api/xdb/XdbKarafApi.java
+++ b/mhu-osgi-api/src/main/java/de/mhus/osgi/api/xdb/XdbKarafApi.java
@@ -1,3 +1,18 @@
+/**
+ * Copyright 2018 Mike Hummel
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
package de.mhus.osgi.api.xdb;
public interface XdbKarafApi {
diff --git a/mhu-osgi-jms/pom.xml b/mhu-osgi-jms/pom.xml
index e2acc23b..7c6c9bf3 100644
--- a/mhu-osgi-jms/pom.xml
+++ b/mhu-osgi-jms/pom.xml
@@ -24,7 +24,7 @@
jms-commands
de.mhus.osgi
- 1.6.3-SNAPSHOT
+ 1.6.3
mhus-osgi-tools
diff --git a/mhu-osgi-services/pom.xml b/mhu-osgi-services/pom.xml
index 3cf8cfc2..5dce8b60 100644
--- a/mhu-osgi-services/pom.xml
+++ b/mhu-osgi-services/pom.xml
@@ -25,7 +25,7 @@
mhus-osgi-tools
de.mhus.osgi
- 1.6.3-SNAPSHOT
+ 1.6.3
diff --git a/pom.xml b/pom.xml
index 3731257c..a014a07f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,12 +21,12 @@
4.0.0
de.mhus.lib
- 3.6.3-SNAPSHOT
+ 3.6.3
mhus-karaf
de.mhus.osgi
mhus-osgi-tools
- 1.6.3-SNAPSHOT
+ 1.6.3
pom
MHUS OSGi Tools
A set of tools to improve OSGi frameworks and karaf