Java Debug options are Pre Java 5.0. Why?

2014-12-19 Thread Paul Spencer
When debugging I noticed the debugger option are Pre Java 5.0. Since Karaf requires Java 7 or greater, why are the old debug options used? I was expecting DEFAULT_JAVA_DEBUG_OPTS = “-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005” sparrow:bin paul$ grep

Re: Java Debug options are Pre Java 5.0. Why?

2014-12-19 Thread Achim Nierbeck
Yes please, open an issue for this. Regards, Achim 2014-12-19 16:38 GMT+01:00 Paul Spencer pau...@apache.org: When debugging I noticed the debugger option are Pre Java 5.0. Since Karaf requires Java 7 or greater, why are the old debug options used? I was expecting DEFAULT_JAVA_DEBUG_OPTS =

Re: Java Debug options are Pre Java 5.0. Why?

2014-12-19 Thread Jean-Baptiste Onofré
It's historic ;) Please, create a Jira, we gonna fix that. Regards JB On 12/19/2014 04:38 PM, Paul Spencer wrote: When debugging I noticed the debugger option are Pre Java 5.0. Since Karaf requires Java 7 or greater, why are the old debug options used? I was expecting