aenevala opened a new pull request, #1948:
URL: https://github.com/apache/karaf/pull/1948
Fix LogServiceLogback to find root logger correctly and add support basic
variable substitution
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on t
jbonofre commented on code in PR #1946:
URL: https://github.com/apache/karaf/pull/1946#discussion_r2079990083
##
shell/ssh/src/main/java/org/apache/karaf/shell/ssh/ShellCommand.java:
##
@@ -62,7 +62,7 @@ public class ShellCommand implements Command {
private OutputStream ou
mattrpav commented on code in PR #1946:
URL: https://github.com/apache/karaf/pull/1946#discussion_r2080024456
##
shell/ssh/src/main/java/org/apache/karaf/shell/ssh/ShellFactoryImpl.java:
##
@@ -108,6 +108,7 @@ public void start(ChannelSession channelSession,
Environment environ
mattrpav opened a new pull request, #1947:
URL: https://github.com/apache/karaf/pull/1947
- Add transitive dep excludes for dist artifacts
--
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 the spe
mattrpav commented on code in PR #1946:
URL: https://github.com/apache/karaf/pull/1946#discussion_r2080024456
##
shell/ssh/src/main/java/org/apache/karaf/shell/ssh/ShellFactoryImpl.java:
##
@@ -108,6 +108,7 @@ public void start(ChannelSession channelSession,
Environment environ
mattrpav commented on code in PR #1946:
URL: https://github.com/apache/karaf/pull/1946#discussion_r2080024456
##
shell/ssh/src/main/java/org/apache/karaf/shell/ssh/ShellFactoryImpl.java:
##
@@ -108,6 +108,7 @@ public void start(ChannelSession channelSession,
Environment environ
mattrpav commented on code in PR #1946:
URL: https://github.com/apache/karaf/pull/1946#discussion_r2080024456
##
shell/ssh/src/main/java/org/apache/karaf/shell/ssh/ShellFactoryImpl.java:
##
@@ -108,6 +108,7 @@ public void start(ChannelSession channelSession,
Environment environ
mattrpav commented on code in PR #1946:
URL: https://github.com/apache/karaf/pull/1946#discussion_r2080024456
##
shell/ssh/src/main/java/org/apache/karaf/shell/ssh/ShellFactoryImpl.java:
##
@@ -108,6 +108,7 @@ public void start(ChannelSession channelSession,
Environment environ
mattrpav commented on code in PR #1946:
URL: https://github.com/apache/karaf/pull/1946#discussion_r2080024456
##
shell/ssh/src/main/java/org/apache/karaf/shell/ssh/ShellFactoryImpl.java:
##
@@ -108,6 +108,7 @@ public void start(ChannelSession channelSession,
Environment environ
mattrpav commented on code in PR #1946:
URL: https://github.com/apache/karaf/pull/1946#discussion_r2080008761
##
shell/ssh/src/main/java/org/apache/karaf/shell/ssh/ShellCommand.java:
##
@@ -62,7 +62,7 @@ public class ShellCommand implements Command {
private OutputStream ou
mattrpav commented on code in PR #1946:
URL: https://github.com/apache/karaf/pull/1946#discussion_r2080024456
##
shell/ssh/src/main/java/org/apache/karaf/shell/ssh/ShellFactoryImpl.java:
##
@@ -108,6 +108,7 @@ public void start(ChannelSession channelSession,
Environment environ
jbonofre commented on code in PR #1946:
URL: https://github.com/apache/karaf/pull/1946#discussion_r2080012835
##
shell/ssh/src/main/java/org/apache/karaf/shell/ssh/ShellCommand.java:
##
@@ -62,7 +62,7 @@ public class ShellCommand implements Command {
private OutputStream ou
jbonofre commented on PR #1863:
URL: https://github.com/apache/karaf/pull/1863#issuecomment-2863516232
I asked the question of breaking change. For now I consider a 4.5.x thing.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
jbonofre commented on PR #1938:
URL: https://github.com/apache/karaf/pull/1938#issuecomment-2863512251
Yes definitely not for 4.4.x. Also I would like to evaluate that.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
mattrpav commented on PR #1863:
URL: https://github.com/apache/karaf/pull/1863#issuecomment-2863419053
This should be karaf 4.5.x (or higher) and clearly called out in a Release
Notes / Migration Guide.
Make a security-related change to the file and _presume_ the extra role
'group' w
mattrpav opened a new pull request, #1946:
URL: https://github.com/apache/karaf/pull/1946
(no comment)
--
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 the specific comment.
To unsubscribe, e-mai
mattrpav commented on PR #1938:
URL: https://github.com/apache/karaf/pull/1938#issuecomment-2863406864
This probably should be Karaf 4.5.x or higher. Adding to 4.4.x would break
existing users dependency management and packaging.
--
This is an automated message from the Apache Git Service
mattrpav closed pull request #1945: [KARAF-7671] Fix LDAP cache handling so it
does not reset on every login attempt
URL: https://github.com/apache/karaf/pull/1945
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL a
mattrpav opened a new pull request, #1945:
URL: https://github.com/apache/karaf/pull/1945
- Move initial cache clear to the Activator
- Add metrics to the LDAPCache object
- Fix unit test to _not_ disable cache
- Update unit test to verify metrics counts and caching are working
jbonofre commented on PR #1942:
URL: https://github.com/apache/karaf/pull/1942#issuecomment-2859935758
I think the management server needs another change. I will take a look.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
jbonofre commented on PR #1943:
URL: https://github.com/apache/karaf/pull/1943#issuecomment-2859932004
I don't think it's fully correct, and it's breaking the JMX security guard.
I will share the needed changes with you.
--
This is an automated message from the Apache Git Service.
To resp
mattrpav commented on code in PR #1944:
URL: https://github.com/apache/karaf/pull/1944#discussion_r2077903524
##
shell/ssh/src/test/java/org/apache/karaf/shell/ssh/ExtendedRolePrincipal.java:
##
@@ -0,0 +1,13 @@
+package org.apache.karaf.shell.ssh;
Review Comment:
fixed in l
jbonofre commented on code in PR #1944:
URL: https://github.com/apache/karaf/pull/1944#discussion_r2077897459
##
shell/ssh/src/test/java/org/apache/karaf/shell/ssh/ExtendedRolePrincipal.java:
##
@@ -0,0 +1,13 @@
+package org.apache.karaf.shell.ssh;
Review Comment:
ASF header
mattrpav opened a new pull request, #1944:
URL: https://github.com/apache/karaf/pull/1944
(no comment)
--
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 the specific comment.
To unsubscribe, e-mai
stataru8 commented on PR #1863:
URL: https://github.com/apache/karaf/pull/1863#issuecomment-2845301136
PR is ready for review again.
For the **PublickeyLoginModule**, I was only able to test roles and groups
in debug mode using `ssh -p 8101 -i ~/karaf.id_rsa test@localhost`. For some
re
stataru8 commented on code in PR #1863:
URL: https://github.com/apache/karaf/pull/1863#discussion_r2070210690
##
jaas/command/src/main/java/org/apache/karaf/jaas/command/ListUsersCommand.java:
##
@@ -104,6 +105,8 @@ private List displayGroupRoles(BackingEngine
engine, String us
stataru8 commented on code in PR #1863:
URL: https://github.com/apache/karaf/pull/1863#discussion_r2070201105
##
jaas/command/src/main/java/org/apache/karaf/jaas/command/ListUsersCommand.java:
##
@@ -104,6 +105,8 @@ private List displayGroupRoles(BackingEngine
engine, String us
rovarga opened a new pull request, #1943:
URL: https://github.com/apache/karaf/pull/1943
Switch to requiring Java 11 by default. Remaining overrides:
- main/pom.xml due to old PAX TinyBundles
- specs/{locator,java.xml,java.xml.ws}/pom.xml for compatibility
Signed-off-by: Robert V
jbonofre commented on PR #1939:
URL: https://github.com/apache/karaf/pull/1939#issuecomment-2832557742
It doesn't hurt 😄
--
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 the specific comment.
To
jbonofre merged PR #1939:
URL: https://github.com/apache/karaf/pull/1939
--
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 the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@karaf.apach
rovarga opened a new pull request, #1942:
URL: https://github.com/apache/karaf/pull/1942
The bump to version 32 implies that maven.compiler.release
is also set, which means stricter rules for builds with Java 9+.
We do this in piece multiple parts, cleaning up obvious cases first:
jbonofre closed pull request #1941: KARAF-7903/7905: Upgrade
pax-{exam,swissbox,tinybundles}
URL: https://github.com/apache/karaf/pull/1941
--
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 the specif
jbonofre commented on PR #1941:
URL: https://github.com/apache/karaf/pull/1941#issuecomment-2832555100
That's not correct, and I already create PRs about that. Please, take a look.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitH
rovarga opened a new pull request, #1941:
URL: https://github.com/apache/karaf/pull/1941
- **KARAF-7903 Upgrade to Pax Exam 4.14.0**
- **[KARAF-7905] Bump pax-tinybundles to 4.0.1**
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on
rovarga closed pull request #1940: [KARAF-7905] Upgrade tinybundles to 4.0.1
URL: https://github.com/apache/karaf/pull/1940
--
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 the specific comment.
To u
rovarga opened a new pull request, #1939:
URL: https://github.com/apache/karaf/pull/1939
Signed-off-by: Robert Varga
--
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 the specific comment.
To
jbonofre merged PR #1936:
URL: https://github.com/apache/karaf/pull/1936
--
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 the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@karaf.apach
jbonofre commented on code in PR #1937:
URL: https://github.com/apache/karaf/pull/1937#discussion_r2059892684
##
config/command/pom.xml:
##
@@ -53,18 +53,15 @@
org.osgi
-osgi.core
-provided
Review Comment:
@rovarga ok, the
rovarga commented on code in PR #1937:
URL: https://github.com/apache/karaf/pull/1937#discussion_r2059880223
##
config/command/pom.xml:
##
@@ -53,18 +53,15 @@
org.osgi
-osgi.core
-provided
Review Comment:
The declaration i
jbonofre commented on code in PR #1937:
URL: https://github.com/apache/karaf/pull/1937#discussion_r2059800794
##
bundle/core/pom.xml:
##
@@ -56,16 +56,22 @@
org.apache.aries.blueprint.api
provided
-
-
+
+
jbonofre commented on PR #1938:
URL: https://github.com/apache/karaf/pull/1938#issuecomment-2829706326
There's something wrong in version resolution with JDK20. I gonna try
locally.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Gi
rovarga opened a new pull request, #1938:
URL: https://github.com/apache/karaf/pull/1938
Split karaf-bom into multiple parts, so users can pick their buy-in level.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
UR
mattrpav commented on code in PR #1937:
URL: https://github.com/apache/karaf/pull/1937#discussion_r2059374742
##
config/command/pom.xml:
##
@@ -53,18 +53,15 @@
org.osgi
-osgi.core
-provided
Review Comment:
Why remove 'prov
rovarga opened a new pull request, #1937:
URL: https://github.com/apache/karaf/pull/1937
osgi-core is non-modular, i.e. it has no Automatic-Module-Name declaration.
This patches switches to using org.osgi.{dto,framework,resource,...}, which
are provide this stability.
--
This is an
rovarga opened a new pull request, #1936:
URL: https://github.com/apache/karaf/pull/1936
Some downstream do not want the entire dependencyManagement section from
our bom. This adds a minimal bom, which list only Karaf artifacts.
Signed-off-by: Robert Varga
--
This is an auto
stataru8 commented on PR #1863:
URL: https://github.com/apache/karaf/pull/1863#issuecomment-2816713897
Hello again, one more question, should the PR also include changes to the
`.adoc` files?
https://github.com/apache/karaf/blob/ad427cd12543dc78e095bbaa4608d7ca3d5ea4d8/manual/src/main/as
stataru8 commented on code in PR #1863:
URL: https://github.com/apache/karaf/pull/1863#discussion_r1778852624
##
jaas/modules/src/main/java/org/apache/karaf/jaas/modules/properties/PropertiesBackingEngine.java:
##
@@ -52,14 +52,13 @@ public void addUser(String username, String p
jbonofre merged PR #1935:
URL: https://github.com/apache/karaf/pull/1935
--
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 the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@karaf.apach
paulk-asert opened a new pull request, #1935:
URL: https://github.com/apache/karaf/pull/1935
(no comment)
--
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 the specific comment.
To unsubscribe, e-
jbonofre commented on PR #1934:
URL: https://github.com/apache/karaf/pull/1934#issuecomment-2673746941
FYI, I will verify only the standard features in the PR (by default
karaf-maven-plugin verifies all features, including the ones from Pax Web as
it's a descriptor now :)).
--
This is an
jbonofre opened a new pull request, #1934:
URL: https://github.com/apache/karaf/pull/1934
(no comment)
--
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 the specific comment.
To unsubscribe, e-mai
jbonofre merged PR #1932:
URL: https://github.com/apache/karaf/pull/1932
--
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 the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@karaf.apach
jbonofre commented on PR #1934:
URL: https://github.com/apache/karaf/pull/1934#issuecomment-2671837950
@grgrzybek as discussed earlier today 😄
--
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 the
jbonofre merged PR #1933:
URL: https://github.com/apache/karaf/pull/1933
--
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 the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@karaf.apach
jrnorth opened a new pull request, #1933:
URL: https://github.com/apache/karaf/pull/1933
Fixes a broken Cellar link the the failover docs.
--
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 the spec
jbonofre commented on PR #1932:
URL: https://github.com/apache/karaf/pull/1932#issuecomment-2607104949
@AndreVirtimo no worries at all. I just wanted to provide some details 😄
Thanks !
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
AndreVirtimo commented on PR #1932:
URL: https://github.com/apache/karaf/pull/1932#issuecomment-2606774535
That is correct. I'm sorry if I implied a security problem in Karaf.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub an
jbonofre commented on PR #1932:
URL: https://github.com/apache/karaf/pull/1932#issuecomment-2606446409
To be clear: Karaf doesn't provide CXF directly in the distribution, so no
security impact. CXF version is used in Karaf examples, the users can easily
update.
--
This is an automated m
AndreVirtimo opened a new pull request, #1932:
URL: https://github.com/apache/karaf/pull/1932
CXF Upgrade to fix security issue ->
https://cxf.apache.org/security-advisories.data/CVE-2025-23184.txt?version=2&modificationDate=1737381863000&api=v2
--
This is an automated message from the Ap
jbonofre merged PR #1931:
URL: https://github.com/apache/karaf/pull/1931
--
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 the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@karaf.apach
jbonofre opened a new pull request, #1931:
URL: https://github.com/apache/karaf/pull/1931
(no comment)
--
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 the specific comment.
To unsubscribe, e-mai
jbonofre merged PR #1930:
URL: https://github.com/apache/karaf/pull/1930
--
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 the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@karaf.apach
jbonofre merged PR #1928:
URL: https://github.com/apache/karaf/pull/1928
--
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 the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@karaf.apach
jbonofre merged PR #1929:
URL: https://github.com/apache/karaf/pull/1929
--
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 the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@karaf.apach
jbonofre commented on PR #1930:
URL: https://github.com/apache/karaf/pull/1930#issuecomment-2597412956
> @jbonofre thanks for taking this up so shortly before the planned release.
Shouldn't this go along with setting jetty.version to 9.4.57.v20241219?
@holgerfriedrich Pax Web 8.0.30 a
jbonofre commented on PR #1930:
URL: https://github.com/apache/karaf/pull/1930#issuecomment-2597392953
Yeah that makes sense. I can do a new Pax Web release if needed. Let me
check.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to G
holgerfriedrich commented on PR #1930:
URL: https://github.com/apache/karaf/pull/1930#issuecomment-2597114259
@jbonofre thanks for taking this up so shortly before the planned release.
Shouldn't this go along with setting jetty.version to 9.4.57.v20241219?
--
This is an automated message
jbonofre merged PR #1927:
URL: https://github.com/apache/karaf/pull/1927
--
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 the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@karaf.apach
jbonofre merged PR #1926:
URL: https://github.com/apache/karaf/pull/1926
--
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 the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@karaf.apach
jbonofre opened a new pull request, #1930:
URL: https://github.com/apache/karaf/pull/1930
(no comment)
--
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 the specific comment.
To unsubscribe, e-mai
jbonofre opened a new pull request, #1929:
URL: https://github.com/apache/karaf/pull/1929
(no comment)
--
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 the specific comment.
To unsubscribe, e-mai
jbonofre opened a new pull request, #1928:
URL: https://github.com/apache/karaf/pull/1928
(no comment)
--
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 the specific comment.
To unsubscribe, e-mai
jbonofre opened a new pull request, #1927:
URL: https://github.com/apache/karaf/pull/1927
(no comment)
--
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 the specific comment.
To unsubscribe, e-mai
jbonofre opened a new pull request, #1926:
URL: https://github.com/apache/karaf/pull/1926
(no comment)
--
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 the specific comment.
To unsubscribe, e-mai
jbonofre merged PR #1925:
URL: https://github.com/apache/karaf/pull/1925
--
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 the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@karaf.apach
fpapon merged PR #350:
URL: https://github.com/apache/karaf-decanter/pull/350
--
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 the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@karaf.
fpapon commented on PR #350:
URL: https://github.com/apache/karaf-decanter/pull/350#issuecomment-2586418938
Failing IT is about Oshi (invalid zip header) and not related to JMX.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
jbonofre merged PR #1923:
URL: https://github.com/apache/karaf/pull/1923
--
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 the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@karaf.apach
jbonofre merged PR #1922:
URL: https://github.com/apache/karaf/pull/1922
--
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 the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@karaf.apach
jbonofre commented on PR #1924:
URL: https://github.com/apache/karaf/pull/1924#issuecomment-2586334106
Yes I know. My proposal is more to target Karaf 4.5.x now 😄 (once 4.4.7 has
been released).
--
This is an automated message from the Apache Git Service.
To respond to the message, please
oliverlietz commented on PR #1924:
URL: https://github.com/apache/karaf/pull/1924#issuecomment-2585637328
4.14.0 works with Java 11, 17 and 21.
--
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 the
jbonofre commented on PR #1924:
URL: https://github.com/apache/karaf/pull/1924#issuecomment-2585609359
I target Pax Exam 4.14.0 and related updates to Karaf 4.5.x (especially due
to JDK requirement).
--
This is an automated message from the Apache Git Service.
To respond to the message, p
oliverlietz opened a new pull request, #1924:
URL: https://github.com/apache/karaf/pull/1924
* upgrade Pax Exam to 4.14.0
* upgrade Pax TinyBundles to 4.0.0
* update Pax Swissbox to 1.9.0
* adjust dependencies
--
This is an automated message from the Apache Git Service.
To respond
jbonofre opened a new pull request, #1923:
URL: https://github.com/apache/karaf/pull/1923
(no comment)
--
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 the specific comment.
To unsubscribe, e-mai
jbonofre opened a new pull request, #1922:
URL: https://github.com/apache/karaf/pull/1922
(no comment)
--
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 the specific comment.
To unsubscribe, e-mai
fpapon opened a new pull request, #350:
URL: https://github.com/apache/karaf-decanter/pull/350
(no comment)
--
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 the specific comment.
To unsubscribe,
jbonofre merged PR #1921:
URL: https://github.com/apache/karaf/pull/1921
--
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 the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@karaf.apach
mattrpav opened a new pull request, #1921:
URL: https://github.com/apache/karaf/pull/1921
(no comment)
--
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 the specific comment.
To unsubscribe, e-mai
jbonofre opened a new pull request, #1920:
URL: https://github.com/apache/karaf/pull/1920
(no comment)
--
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 the specific comment.
To unsubscribe, e-mai
jbonofre opened a new pull request, #1919:
URL: https://github.com/apache/karaf/pull/1919
(no comment)
--
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 the specific comment.
To unsubscribe, e-mai
jbonofre opened a new pull request, #1918:
URL: https://github.com/apache/karaf/pull/1918
(no comment)
--
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 the specific comment.
To unsubscribe, e-mai
jbonofre merged PR #1905:
URL: https://github.com/apache/karaf/pull/1905
--
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 the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@karaf.apach
jbonofre merged PR #1906:
URL: https://github.com/apache/karaf/pull/1906
--
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 the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@karaf.apach
jbonofre merged PR #1907:
URL: https://github.com/apache/karaf/pull/1907
--
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 the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@karaf.apach
jbonofre merged PR #1908:
URL: https://github.com/apache/karaf/pull/1908
--
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 the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@karaf.apach
jbonofre merged PR #1910:
URL: https://github.com/apache/karaf/pull/1910
--
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 the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@karaf.apach
jbonofre merged PR #1911:
URL: https://github.com/apache/karaf/pull/1911
--
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 the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@karaf.apach
jbonofre merged PR #1912:
URL: https://github.com/apache/karaf/pull/1912
--
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 the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@karaf.apach
jbonofre merged PR #1913:
URL: https://github.com/apache/karaf/pull/1913
--
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 the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@karaf.apach
jbonofre merged PR #1914:
URL: https://github.com/apache/karaf/pull/1914
--
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 the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@karaf.apach
1 - 100 of 706 matches
Mail list logo