Issues with Attachments: week of 2014-07-21

2014-07-21 Thread jb
KARAF - Monday, July 21, 2014 6 Issues with Attachments (sorted oldest to newest) [KARAF-222] Provide karaf:run, karaf:deploy, karaf:client Maven goals - Created: 2010-09-25 - Updated: 2014-07-16 - Type: New Feature - Fix Versions: [2.4.0, 4.0.0, 3.0.2,

Re: Assembly and Branding

2014-07-21 Thread nseb
I tried ASCII-art tools to make a beautiful branding but when I copy the properties file, you lose the indentation, which makes the text unreadable how do you? Regards, - CTO , JeetConsulting. Analyze now your Maven Java projects' dependencies , here -- View this message in context:

Re: Assembly and Branding

2014-07-21 Thread Andreas Kuhtz
Did you escape the special characters like '\' with a '\' ? Cheers 2014-07-21 17:32 GMT+02:00 nseb seb_nicoul...@hotmail.com: I tried ASCII-art tools to make a beautiful branding but when I copy the properties file, you lose the indentation, which makes the text unreadable how do you?

Re: Assembly and Branding

2014-07-21 Thread nseb
Thanks, pfff, I'm tired, I have a lot of \ to escape in my branding Regards, - CTO , JeetConsulting. Analyze now your Maven Java projects' dependencies , here -- View this message in context: http://karaf.922171.n3.nabble.com/Assembly-and-Branding-tp4034318p4034341.html Sent from the

Re: Any news on the Log4j 2 upgrade?

2014-07-21 Thread Gareth
Hello Jean-Baptiste, I am curious - for the 1.8.0 release are you planning to do anything different with Markers? I understand that Pax Logging currently converts any Markers into an MDC parameter (slf4j.marker) because log4j doesn't support them. However both log4j2 and logback do support

Re: Any news on the Log4j 2 upgrade?

2014-07-21 Thread Jean-Baptiste Onofré
Hi Gareth, I refactored the Markers to use slf4j marker in the case of usage of slf4j pax-logging-service usage, or natively log4j2 native when using log4j pax-logging-service. I will add a couple of unit test about that. Regards JB On 07/21/2014 07:36 PM, Gareth wrote: Hello

Re: Any news on the Log4j 2 upgrade?

2014-07-21 Thread Matt Sicker
Log4j2 has slf4j versions of log4j2 markers, so it would work fine to use the SLF4J ones. In fact, if it helps, you can use the log4j-slf4j-impl bundle to bridge log4j-api and log4j-core into slf4j-api. On 21 July 2014 14:28, Jean-Baptiste Onofré j...@nanthrax.net wrote: Hi Gareth, I

Re: Any news on the Log4j 2 upgrade?

2014-07-21 Thread Jean-Baptiste Onofré
Hi Matt, I didn't use log4j-slf4j-impl as I did a pax-logging-service native log4j service. However, it could be interesting as a transition to support log4jv2 directly in Karaf without a new version of pax-logging. Let me try it. Thanks for the update Regards JB On 07/21/2014 11:41 PM,

Re: Any news on the Log4j 2 upgrade?

2014-07-21 Thread Matt Sicker
I have a fork of pax-logging here: https://github.com/jvz/org.ops4j.pax.logging where I started working on porting some parts for log4j2. On 21 July 2014 23:56, Jean-Baptiste Onofré j...@nanthrax.net wrote: Hi Matt, I didn't use log4j-slf4j-impl as I did a pax-logging-service native log4j

Re: Any news on the Log4j 2 upgrade?

2014-07-21 Thread Jean-Baptiste Onofré
It sounds good, we can compare our two forks ;) Regards JB On 07/22/2014 07:03 AM, Matt Sicker wrote: I have a fork of pax-logging here: https://github.com/jvz/org.ops4j.pax.logging where I started working on porting some parts for log4j2. On 21 July 2014 23:56, Jean-Baptiste Onofré