[jira] [Commented] (CAMEL-12504) Test Apache Camel on Java 9 and newer

2019-07-31 Thread Claus Ibsen (JIRA)


[ 
https://issues.apache.org/jira/browse/CAMEL-12504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16897711#comment-16897711
 ] 

Claus Ibsen commented on CAMEL-12504:
-

Yeah Jan you are welcome to create a JIRA and then remove it on master and 
deprecate it on camel-2.x

> Test Apache Camel on Java 9 and newer
> -
>
> Key: CAMEL-12504
> URL: https://issues.apache.org/jira/browse/CAMEL-12504
> Project: Camel
>  Issue Type: Test
>  Components: build system
>Reporter: Luca Burgazzoli
>Assignee: John Poth
>Priority: Major
> Fix For: 3.0.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Commented] (CAMEL-12504) Test Apache Camel on Java 9 and newer

2019-07-31 Thread Jan Bednar (JIRA)


[ 
https://issues.apache.org/jira/browse/CAMEL-12504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16897459#comment-16897459
 ] 

Jan Bednar commented on CAMEL-12504:


[~davsclaus] There is unresolved issue about boon, which we have reported in 
2017 ([https://github.com/boonproject/boon/issues/376]) and there is no single 
commit from this time. The last working JDK for boon was 1.8 and the project 
seems to be abandoned. Maybe it is the right time to remove camel-boon?

> Test Apache Camel on Java 9 and newer
> -
>
> Key: CAMEL-12504
> URL: https://issues.apache.org/jira/browse/CAMEL-12504
> Project: Camel
>  Issue Type: Test
>  Components: build system
>Reporter: Luca Burgazzoli
>Assignee: John Poth
>Priority: Major
> Fix For: 3.0.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Commented] (CAMEL-12504) Test Apache Camel on Java 9 and newer

2018-07-03 Thread Colm O hEigeartaigh (JIRA)


[ 
https://issues.apache.org/jira/browse/CAMEL-12504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16531215#comment-16531215
 ] 

Colm O hEigeartaigh commented on CAMEL-12504:
-

CustomSchemaFactoryFeatureTest is failing on Java 10. It looks like this test 
never worked as expected:

 String jdkVendor = System.getProperty("java.vm.vendor");
    if (jdkVendor != null && (jdkVendor.indexOf("Oracle") > 0 || 
jdkVendor.indexOf("Sun") > 0)) {
    fail("Expect exception here");
    }

I think the intention here is to "fail" with the Oracle JDK if an exception is 
not thrown - but jdkVendor.indexOf("Oracle") returns 0 for Java 7/8, so the 
test never actually failed (no exception is thrown). It returns "1" for Java 
10, as the Java vendor is now enclosed in quotation marks.

> Test Apache Camel on Java 9 and newer
> -
>
> Key: CAMEL-12504
> URL: https://issues.apache.org/jira/browse/CAMEL-12504
> Project: Camel
>  Issue Type: Test
>  Components: build system
>Reporter: Luca Burgazzoli
>Priority: Major
> Fix For: 2.23.0
>
>




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


[jira] [Commented] (CAMEL-12504) Test Apache Camel on Java 9 and newer

2018-07-03 Thread Colm O hEigeartaigh (JIRA)


[ 
https://issues.apache.org/jira/browse/CAMEL-12504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16531155#comment-16531155
 ] 

Colm O hEigeartaigh commented on CAMEL-12504:
-

I pushed a fix for the failing RestDslXmlGeneratorTest on Java 9.

> Test Apache Camel on Java 9 and newer
> -
>
> Key: CAMEL-12504
> URL: https://issues.apache.org/jira/browse/CAMEL-12504
> Project: Camel
>  Issue Type: Test
>  Components: build system
>Reporter: Luca Burgazzoli
>Priority: Major
> Fix For: 2.23.0
>
>




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