[jira] [Updated] (KARAF-5724) Add support of JDK 10

2018-04-29 Thread Lijun Liao (JIRA)

 [ 
https://issues.apache.org/jira/browse/KARAF-5724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lijun Liao updated KARAF-5724:
--
Affects Version/s: 4.2.0
Fix Version/s: 4.2.1

> Add support of JDK 10
> -
>
> Key: KARAF-5724
> URL: https://issues.apache.org/jira/browse/KARAF-5724
> Project: Karaf
>  Issue Type: New Feature
>Affects Versions: 4.2.0
>Reporter: Lijun Liao
>Assignee: Jean-Baptiste Onofré
>Priority: Major
> Fix For: 4.2.1
>
>
> Due to the missing module corba in JDK 10 (tested with the 
> serverjre-10.0.1_linux-x64), karaf cannot be started.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (KARAF-5725) Add support of JDK 11

2018-04-29 Thread Lijun Liao (JIRA)

 [ 
https://issues.apache.org/jira/browse/KARAF-5725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lijun Liao updated KARAF-5725:
--
Affects Version/s: 4.2.0
Fix Version/s: 4.2.1

> Add support of JDK 11
> -
>
> Key: KARAF-5725
> URL: https://issues.apache.org/jira/browse/KARAF-5725
> Project: Karaf
>  Issue Type: New Feature
>Affects Versions: 4.2.0
>Reporter: Lijun Liao
>Priority: Major
> Fix For: 4.2.1
>
>
> JDK 11 is the first JDK with LTS (at least 5 years) since version 9. It will 
> be released in September 2018. Currently the EA for JDK 11 is available under 
> http://jdk.java.net/11/. So, if possible, please consider it.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (KARAF-5724) Add support of JDK 10

2018-04-29 Thread JIRA

[ 
https://issues.apache.org/jira/browse/KARAF-5724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16458324#comment-16458324
 ] 

Jean-Baptiste Onofré commented on KARAF-5724:
-

Can you describe a little bit ? The error message, etc ?

I will test anyway. Thanks for the report.

> Add support of JDK 10
> -
>
> Key: KARAF-5724
> URL: https://issues.apache.org/jira/browse/KARAF-5724
> Project: Karaf
>  Issue Type: New Feature
>Reporter: Lijun Liao
>Priority: Major
>
> Due to the missing module corba in JDK 10 (tested with the 
> serverjre-10.0.1_linux-x64), karaf cannot be started.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (KARAF-5724) Add support of JDK 10

2018-04-29 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/KARAF-5724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jean-Baptiste Onofré reassigned KARAF-5724:
---

Assignee: Jean-Baptiste Onofré

> Add support of JDK 10
> -
>
> Key: KARAF-5724
> URL: https://issues.apache.org/jira/browse/KARAF-5724
> Project: Karaf
>  Issue Type: New Feature
>Reporter: Lijun Liao
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>
> Due to the missing module corba in JDK 10 (tested with the 
> serverjre-10.0.1_linux-x64), karaf cannot be started.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (KARAF-5710) Upgrade to Felix Resolver 1.16.0

2018-04-29 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/KARAF-5710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16458320#comment-16458320
 ] 

ASF GitHub Bot commented on KARAF-5710:
---

jbonofre opened a new pull request #492: [KARAF-5710] Upgrade to Felix Resolver 
1.16.0
URL: https://github.com/apache/karaf/pull/492
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Upgrade to Felix Resolver 1.16.0
> 
>
> Key: KARAF-5710
> URL: https://issues.apache.org/jira/browse/KARAF-5710
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf-core, karaf-feature
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
> Fix For: 4.1.6, 4.2.1
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Comment Edited] (KARAF-5722) Upgrade to ASM 6.1.1

2018-04-29 Thread Lijun Liao (JIRA)

[ 
https://issues.apache.org/jira/browse/KARAF-5722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16458155#comment-16458155
 ] 

Lijun Liao edited comment on KARAF-5722 at 4/29/18 8:34 PM:


Please also adapt the file 
proxy/proxy-impl/src/main/java/org/apache/aries/proxy/impl/ProxyUtils.java in 
the aries project to support Java 10, 11, and so on. Since release 9, JDK has 
different release cycle. Every 6 months a new JDK with incremented main version 
(JDK 10, 11, ...) will be released. Please also consider it.


was (Author: lliao):
Please also adapt the file 
proxy/proxy-impl/src/main/java/org/apache/aries/proxy/impl/ProxyUtils.java to 
support Java 10, 11, and so on. Since release 9, JDK has different release 
cycle. Every 6 months a new JDK with incremented main version (JDK 10, 11, ...) 
will be released. Please also consider it.

> Upgrade to ASM 6.1.1
> 
>
> Key: KARAF-5722
> URL: https://issues.apache.org/jira/browse/KARAF-5722
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf-core
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
> Fix For: 4.1.6, 4.2.1
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (KARAF-5724) Add support of JDK 10

2018-04-29 Thread Lijun Liao (JIRA)

 [ 
https://issues.apache.org/jira/browse/KARAF-5724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lijun Liao updated KARAF-5724:
--
Issue Type: New Feature  (was: Bug)

> Add support of JDK 10
> -
>
> Key: KARAF-5724
> URL: https://issues.apache.org/jira/browse/KARAF-5724
> Project: Karaf
>  Issue Type: New Feature
>Reporter: Lijun Liao
>Priority: Major
>
> Due to the missing module corba in JDK 10 (tested with the 
> serverjre-10.0.1_linux-x64), karaf cannot be started.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (KARAF-5725) Add support of JDK 11

2018-04-29 Thread Lijun Liao (JIRA)
Lijun Liao created KARAF-5725:
-

 Summary: Add support of JDK 11
 Key: KARAF-5725
 URL: https://issues.apache.org/jira/browse/KARAF-5725
 Project: Karaf
  Issue Type: New Feature
Reporter: Lijun Liao


JDK 11 is the first JDK with LTS (at least 5 years) since version 9. It will be 
released in September 2018. Currently the EA for JDK 11 is available under 
http://jdk.java.net/11/. So, if possible, please consider it.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (KARAF-5724) Add support of JDK 10

2018-04-29 Thread Lijun Liao (JIRA)
Lijun Liao created KARAF-5724:
-

 Summary: Add support of JDK 10
 Key: KARAF-5724
 URL: https://issues.apache.org/jira/browse/KARAF-5724
 Project: Karaf
  Issue Type: Bug
Reporter: Lijun Liao


Due to the missing module corba in JDK 10 (tested with the 
serverjre-10.0.1_linux-x64), karaf cannot be started.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (KARAF-5722) Upgrade to ASM 6.1.1

2018-04-29 Thread Lijun Liao (JIRA)

[ 
https://issues.apache.org/jira/browse/KARAF-5722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16458155#comment-16458155
 ] 

Lijun Liao commented on KARAF-5722:
---

Please also adapt the file 
proxy/proxy-impl/src/main/java/org/apache/aries/proxy/impl/ProxyUtils.java to 
support Java 10, 11, and so on. Since release 9, JDK has different release 
cycle. Every 6 months a new JDK with incremented main version (JDK 10, 11, ...) 
will be released. Please also consider it.

> Upgrade to ASM 6.1.1
> 
>
> Key: KARAF-5722
> URL: https://issues.apache.org/jira/browse/KARAF-5722
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf-core
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
> Fix For: 4.1.6, 4.2.1
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (KARAF-5723) Upgrade to Pax JDBC 1.3.0

2018-04-29 Thread JIRA
Jean-Baptiste Onofré created KARAF-5723:
---

 Summary: Upgrade to Pax JDBC 1.3.0
 Key: KARAF-5723
 URL: https://issues.apache.org/jira/browse/KARAF-5723
 Project: Karaf
  Issue Type: Dependency upgrade
  Components: karaf-feature
Reporter: Jean-Baptiste Onofré
Assignee: Jean-Baptiste Onofré
 Fix For: 4.1.6, 4.2.1






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (KARAF-5722) Upgrade to ASM 6.1.1

2018-04-29 Thread JIRA
Jean-Baptiste Onofré created KARAF-5722:
---

 Summary: Upgrade to ASM 6.1.1
 Key: KARAF-5722
 URL: https://issues.apache.org/jira/browse/KARAF-5722
 Project: Karaf
  Issue Type: Dependency upgrade
  Components: karaf-core
Reporter: Jean-Baptiste Onofré
Assignee: Jean-Baptiste Onofré
 Fix For: 4.1.6, 4.2.1






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (KARAF-5721) Upgrade to Pax JMS 1.0.1

2018-04-29 Thread JIRA
Jean-Baptiste Onofré created KARAF-5721:
---

 Summary: Upgrade to Pax JMS 1.0.1
 Key: KARAF-5721
 URL: https://issues.apache.org/jira/browse/KARAF-5721
 Project: Karaf
  Issue Type: Dependency upgrade
  Components: karaf-core
Reporter: Jean-Baptiste Onofré
Assignee: Jean-Baptiste Onofré
 Fix For: 4.2.1






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (KARAF-5720) Upgrade to JLine 3.7.0

2018-04-29 Thread JIRA
Jean-Baptiste Onofré created KARAF-5720:
---

 Summary: Upgrade to JLine 3.7.0
 Key: KARAF-5720
 URL: https://issues.apache.org/jira/browse/KARAF-5720
 Project: Karaf
  Issue Type: Dependency upgrade
  Components: karaf-shell
Reporter: Jean-Baptiste Onofré
Assignee: Jean-Baptiste Onofré
 Fix For: 4.1.6, 4.2.1






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (KARAF-5719) Upgrade to Jansi 1.17.1

2018-04-29 Thread JIRA
Jean-Baptiste Onofré created KARAF-5719:
---

 Summary: Upgrade to Jansi 1.17.1
 Key: KARAF-5719
 URL: https://issues.apache.org/jira/browse/KARAF-5719
 Project: Karaf
  Issue Type: Dependency upgrade
  Components: karaf-shell
Reporter: Jean-Baptiste Onofré
Assignee: Jean-Baptiste Onofré
 Fix For: 4.1.6, 4.2.1






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (KARAF-5718) Upgrade to Equinox 3.12.100

2018-04-29 Thread JIRA
Jean-Baptiste Onofré created KARAF-5718:
---

 Summary: Upgrade to Equinox 3.12.100
 Key: KARAF-5718
 URL: https://issues.apache.org/jira/browse/KARAF-5718
 Project: Karaf
  Issue Type: Dependency upgrade
  Components: karaf-core
Reporter: Jean-Baptiste Onofré
Assignee: Jean-Baptiste Onofré
 Fix For: 4.1.6, 4.2.1






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (KARAF-5717) Upgrade to easymock 3.6

2018-04-29 Thread JIRA
Jean-Baptiste Onofré created KARAF-5717:
---

 Summary: Upgrade to easymock 3.6
 Key: KARAF-5717
 URL: https://issues.apache.org/jira/browse/KARAF-5717
 Project: Karaf
  Issue Type: Dependency upgrade
  Components: karaf-test
Reporter: Jean-Baptiste Onofré
Assignee: Jean-Baptiste Onofré
 Fix For: 4.1.6, 4.2.1






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (KARAF-5716) Upgrade to awaitability 3.1.0

2018-04-29 Thread JIRA
Jean-Baptiste Onofré created KARAF-5716:
---

 Summary: Upgrade to awaitability 3.1.0
 Key: KARAF-5716
 URL: https://issues.apache.org/jira/browse/KARAF-5716
 Project: Karaf
  Issue Type: Dependency upgrade
  Components: karaf-core
Reporter: Jean-Baptiste Onofré
Assignee: Jean-Baptiste Onofré
 Fix For: 4.1.6, 4.2.1






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (KARAF-5715) Upgrade to XBean 4.8

2018-04-29 Thread JIRA
Jean-Baptiste Onofré created KARAF-5715:
---

 Summary: Upgrade to XBean 4.8
 Key: KARAF-5715
 URL: https://issues.apache.org/jira/browse/KARAF-5715
 Project: Karaf
  Issue Type: Dependency upgrade
  Components: karaf-core
Reporter: Jean-Baptiste Onofré
Assignee: Jean-Baptiste Onofré
 Fix For: 4.1.6, 4.2.1






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (KARAF-5714) Upgrade to ServiceMix Spec Locator 2.10

2018-04-29 Thread JIRA
Jean-Baptiste Onofré created KARAF-5714:
---

 Summary: Upgrade to ServiceMix Spec Locator 2.10
 Key: KARAF-5714
 URL: https://issues.apache.org/jira/browse/KARAF-5714
 Project: Karaf
  Issue Type: Dependency upgrade
  Components: karaf-core
Reporter: Jean-Baptiste Onofré
Assignee: Jean-Baptiste Onofré
 Fix For: 4.1.6, 4.2.1






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (KARAF-5713) Upgrade to Maven API 3.5.3

2018-04-29 Thread JIRA
Jean-Baptiste Onofré created KARAF-5713:
---

 Summary: Upgrade to Maven API 3.5.3
 Key: KARAF-5713
 URL: https://issues.apache.org/jira/browse/KARAF-5713
 Project: Karaf
  Issue Type: Dependency upgrade
  Components: karaf-tooling
Reporter: Jean-Baptiste Onofré
Assignee: Jean-Baptiste Onofré
 Fix For: 4.1.6, 4.2.1






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (KARAF-5712) Upgrade website style to bootstrap 4

2018-04-29 Thread Francois Papon (JIRA)
Francois Papon created KARAF-5712:
-

 Summary: Upgrade website style to bootstrap 4
 Key: KARAF-5712
 URL: https://issues.apache.org/jira/browse/KARAF-5712
 Project: Karaf
  Issue Type: Improvement
  Components: website
Reporter: Francois Papon


It would be great to upgrade the website style with Bootstrap 4 for responsive 
design compatibility and to be more easy to upgrade content and style.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (KARAF-5711) Add example section in documentation

2018-04-29 Thread Francois Papon (JIRA)
Francois Papon created KARAF-5711:
-

 Summary: Add example section in documentation
 Key: KARAF-5711
 URL: https://issues.apache.org/jira/browse/KARAF-5711
 Project: Karaf
  Issue Type: Improvement
  Components: website
Reporter: Francois Papon


The examples for Karaf will be included soon in the next release (4.2.1) and it 
would be interesting to add a section related to them in the documentation page.

We could add related link to the README.md source of each example on the github 
project.
 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (KARAF-5710) Upgrade to Felix Resolver 1.16.0

2018-04-29 Thread JIRA
Jean-Baptiste Onofré created KARAF-5710:
---

 Summary: Upgrade to Felix Resolver 1.16.0
 Key: KARAF-5710
 URL: https://issues.apache.org/jira/browse/KARAF-5710
 Project: Karaf
  Issue Type: Dependency upgrade
  Components: karaf-core, karaf-feature
Reporter: Jean-Baptiste Onofré
Assignee: Jean-Baptiste Onofré
 Fix For: 4.1.6, 4.2.1






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)