[BUILD-STABLE]: Job 'Karaf/karaf-runtime-jdk11/master [master] [99]'

2020-11-27 Thread Apache Jenkins Server
BUILD-STABLE: Job 'Karaf/karaf-runtime-jdk11/master [master] [99]': Is back to normal.

[BUILD-FAILURE]: Job 'Karaf/karaf-runtime-jdk11/karaf-4.2.x [karaf-4.2.x] [71]'

2020-11-27 Thread Apache Jenkins Server
BUILD-FAILURE: Job 'Karaf/karaf-runtime-jdk11/karaf-4.2.x [karaf-4.2.x] [71]': Check console output at "https://ci-builds.apache.org/job/Karaf/job/karaf-runtime-jdk11/job/karaf-4.2.x/71/";>Karaf/karaf-runtime-jdk11/karaf-4.2.x [karaf-4.2.x] [71]"

[GitHub] [karaf] jbonofre merged pull request #1256: Fix async logging comment message

2020-11-27 Thread GitBox
jbonofre merged pull request #1256: URL: https://github.com/apache/karaf/pull/1256 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to t

[karaf] branch karaf-4.2.x updated: Fix async comment message

2020-11-27 Thread jbonofre
This is an automated email from the ASF dual-hosted git repository. jbonofre pushed a commit to branch karaf-4.2.x in repository https://gitbox.apache.org/repos/asf/karaf.git The following commit(s) were added to refs/heads/karaf-4.2.x by this push: new ab97dad Fix async comment message

[karaf] branch master updated: Fix async comment message

2020-11-27 Thread jbonofre
This is an automated email from the ASF dual-hosted git repository. jbonofre pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/karaf.git The following commit(s) were added to refs/heads/master by this push: new 0b78e95 Fix async comment message 0b78e95 is d

[GitHub] [karaf] jbonofre merged pull request #1255: Revert "Update karaf-maven-plugin:dockerfile goal to use adoptopenjdk…

2020-11-27 Thread GitBox
jbonofre merged pull request #1255: URL: https://github.com/apache/karaf/pull/1255 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to t

[karaf] branch karaf-4.2.x updated: Revert "Update karaf-maven-plugin:dockerfile goal to use adoptopenjdk:11-jre-hotspot base image"

2020-11-27 Thread jbonofre
This is an automated email from the ASF dual-hosted git repository. jbonofre pushed a commit to branch karaf-4.2.x in repository https://gitbox.apache.org/repos/asf/karaf.git The following commit(s) were added to refs/heads/karaf-4.2.x by this push: new 0a67a46 Revert "Update karaf-maven-p

[GitHub] [karaf] jbonofre commented on pull request #1255: Revert "Update karaf-maven-plugin:dockerfile goal to use adoptopenjdk…

2020-11-27 Thread GitBox
jbonofre commented on pull request #1255: URL: https://github.com/apache/karaf/pull/1255#issuecomment-734836246 I guess you mean 4.2.x. I agree, it was my mistake. This is an automated message from the Apache Git Service. To

[GitHub] [karaf] jbonofre commented on pull request #1259: KARAF-6925 - Initial attempt at supporting spring-security-crypto

2020-11-27 Thread GitBox
jbonofre commented on pull request #1259: URL: https://github.com/apache/karaf/pull/1259#issuecomment-734825299 I would use a different approach embedding spring-security as private to avoid feature dependency. Let me rework this PR. ---

[GitHub] [karaf] coheigea opened a new pull request #1259: KARAF-6925 - Initial attempt at supporting spring-security-crypto

2020-11-27 Thread GitBox
coheigea opened a new pull request #1259: URL: https://github.com/apache/karaf/pull/1259 Some points to note: * In jaas/spring-security-crypto/pom.xml it just depends on a servicemix bundle, I wasn't sure whether to just depend on the normal spring jar here. * The feature I added co