[jira] [Updated] (DERBY-6998) Make it possible to build Derby cleanly using JDK 10

2018-12-01 Thread Rick Hillegas (JIRA)


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

Rick Hillegas updated DERBY-6998:
-
Attachment: derby-6998-05-ab-use-java.specification.version.diff

> Make it possible to build Derby cleanly using JDK 10
> 
>
> Key: DERBY-6998
> URL: https://issues.apache.org/jira/browse/DERBY-6998
> Project: Derby
>  Issue Type: Bug
>  Components: Build tools
>Affects Versions: 10.15.0.0
>Reporter: Rick Hillegas
>Priority: Major
> Attachments: derby-6998-01-ab-tightenReturnType.diff, 
> derby-6998-02-aa-supportForJDK11.diff, 
> derby-6998-03-aa-reenableEncryptionTestsOnJDK11.diff, 
> derby-6998-04-aa-increaseCertificateLifetime.diff, 
> derby-6998-05-aa-use-java.specification.version.diff, 
> derby-6998-05-ab-use-java.specification.version.diff, sslHandshake.tar
>
>
> When I build Derby using JDK 10, I get the following warning:
> {noformat}
> [javac] 
> /Users/rhillegas/derby/mainline/trunk/java/engine/org/apache/derby/iapi/types/SqlXmlUtil.java:728:
>  warning: [unchecked] getPrefixes(String) in NullNamespaceContext implements 
> getPrefixes(String) in NamespaceContext
> [javac] public Iterator getPrefixes(String namespaceURI) {
> [javac] ^
> [javac]   return type requires unchecked conversion from Iterator to 
> Iterator
> [javac] 1 warning
> {noformat}
> I will clean this up.



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


[jira] [Updated] (DERBY-6998) Make it possible to build Derby cleanly using JDK 10

2018-12-01 Thread Rick Hillegas (JIRA)


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

Rick Hillegas updated DERBY-6998:
-
Attachment: derby-6998-05-aa-use-java.specification.version.diff

> Make it possible to build Derby cleanly using JDK 10
> 
>
> Key: DERBY-6998
> URL: https://issues.apache.org/jira/browse/DERBY-6998
> Project: Derby
>  Issue Type: Bug
>  Components: Build tools
>Affects Versions: 10.15.0.0
>Reporter: Rick Hillegas
>Priority: Major
> Attachments: derby-6998-01-ab-tightenReturnType.diff, 
> derby-6998-02-aa-supportForJDK11.diff, 
> derby-6998-03-aa-reenableEncryptionTestsOnJDK11.diff, 
> derby-6998-04-aa-increaseCertificateLifetime.diff, 
> derby-6998-05-aa-use-java.specification.version.diff, sslHandshake.tar
>
>
> When I build Derby using JDK 10, I get the following warning:
> {noformat}
> [javac] 
> /Users/rhillegas/derby/mainline/trunk/java/engine/org/apache/derby/iapi/types/SqlXmlUtil.java:728:
>  warning: [unchecked] getPrefixes(String) in NullNamespaceContext implements 
> getPrefixes(String) in NamespaceContext
> [javac] public Iterator getPrefixes(String namespaceURI) {
> [javac] ^
> [javac]   return type requires unchecked conversion from Iterator to 
> Iterator
> [javac] 1 warning
> {noformat}
> I will clean this up.



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


[jira] [Updated] (DERBY-6998) Make it possible to build Derby cleanly using JDK 10

2018-10-02 Thread Rick Hillegas (JIRA)


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

Rick Hillegas updated DERBY-6998:
-
Attachment: derby-6998-04-aa-increaseCertificateLifetime.diff

> Make it possible to build Derby cleanly using JDK 10
> 
>
> Key: DERBY-6998
> URL: https://issues.apache.org/jira/browse/DERBY-6998
> Project: Derby
>  Issue Type: Bug
>  Components: Build tools
>Affects Versions: 10.15.0.0
>Reporter: Rick Hillegas
>Priority: Major
> Attachments: derby-6998-01-ab-tightenReturnType.diff, 
> derby-6998-02-aa-supportForJDK11.diff, 
> derby-6998-03-aa-reenableEncryptionTestsOnJDK11.diff, 
> derby-6998-04-aa-increaseCertificateLifetime.diff, sslHandshake.tar
>
>
> When I build Derby using JDK 10, I get the following warning:
> {noformat}
> [javac] 
> /Users/rhillegas/derby/mainline/trunk/java/engine/org/apache/derby/iapi/types/SqlXmlUtil.java:728:
>  warning: [unchecked] getPrefixes(String) in NullNamespaceContext implements 
> getPrefixes(String) in NamespaceContext
> [javac] public Iterator getPrefixes(String namespaceURI) {
> [javac] ^
> [javac]   return type requires unchecked conversion from Iterator to 
> Iterator
> [javac] 1 warning
> {noformat}
> I will clean this up.



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


[jira] [Updated] (DERBY-6998) Make it possible to build Derby cleanly using JDK 10

2018-10-02 Thread Rick Hillegas (JIRA)


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

Rick Hillegas updated DERBY-6998:
-
Attachment: sslHandshake.tar

> Make it possible to build Derby cleanly using JDK 10
> 
>
> Key: DERBY-6998
> URL: https://issues.apache.org/jira/browse/DERBY-6998
> Project: Derby
>  Issue Type: Bug
>  Components: Build tools
>Affects Versions: 10.15.0.0
>Reporter: Rick Hillegas
>Priority: Major
> Attachments: derby-6998-01-ab-tightenReturnType.diff, 
> derby-6998-02-aa-supportForJDK11.diff, 
> derby-6998-03-aa-reenableEncryptionTestsOnJDK11.diff, sslHandshake.tar
>
>
> When I build Derby using JDK 10, I get the following warning:
> {noformat}
> [javac] 
> /Users/rhillegas/derby/mainline/trunk/java/engine/org/apache/derby/iapi/types/SqlXmlUtil.java:728:
>  warning: [unchecked] getPrefixes(String) in NullNamespaceContext implements 
> getPrefixes(String) in NamespaceContext
> [javac] public Iterator getPrefixes(String namespaceURI) {
> [javac] ^
> [javac]   return type requires unchecked conversion from Iterator to 
> Iterator
> [javac] 1 warning
> {noformat}
> I will clean this up.



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


[jira] [Updated] (DERBY-6998) Make it possible to build Derby cleanly using JDK 10

2018-09-26 Thread Rick Hillegas (JIRA)


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

Rick Hillegas updated DERBY-6998:
-
Attachment: derby-6998-03-aa-reenableEncryptionTestsOnJDK11.diff

> Make it possible to build Derby cleanly using JDK 10
> 
>
> Key: DERBY-6998
> URL: https://issues.apache.org/jira/browse/DERBY-6998
> Project: Derby
>  Issue Type: Bug
>  Components: Build tools
>Affects Versions: 10.15.0.0
>Reporter: Rick Hillegas
>Priority: Major
> Attachments: derby-6998-01-ab-tightenReturnType.diff, 
> derby-6998-02-aa-supportForJDK11.diff, 
> derby-6998-03-aa-reenableEncryptionTestsOnJDK11.diff
>
>
> When I build Derby using JDK 10, I get the following warning:
> {noformat}
> [javac] 
> /Users/rhillegas/derby/mainline/trunk/java/engine/org/apache/derby/iapi/types/SqlXmlUtil.java:728:
>  warning: [unchecked] getPrefixes(String) in NullNamespaceContext implements 
> getPrefixes(String) in NamespaceContext
> [javac] public Iterator getPrefixes(String namespaceURI) {
> [javac] ^
> [javac]   return type requires unchecked conversion from Iterator to 
> Iterator
> [javac] 1 warning
> {noformat}
> I will clean this up.



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


[jira] [Updated] (DERBY-6998) Make it possible to build Derby cleanly using JDK 10

2018-06-02 Thread Rick Hillegas (JIRA)


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

Rick Hillegas updated DERBY-6998:
-
Attachment: derby-6998-02-aa-supportForJDK11.diff

> Make it possible to build Derby cleanly using JDK 10
> 
>
> Key: DERBY-6998
> URL: https://issues.apache.org/jira/browse/DERBY-6998
> Project: Derby
>  Issue Type: Bug
>  Components: Build tools
>Affects Versions: 10.15.0.0
>Reporter: Rick Hillegas
>Priority: Major
> Attachments: derby-6998-01-ab-tightenReturnType.diff, 
> derby-6998-02-aa-supportForJDK11.diff
>
>
> When I build Derby using JDK 10, I get the following warning:
> {noformat}
> [javac] 
> /Users/rhillegas/derby/mainline/trunk/java/engine/org/apache/derby/iapi/types/SqlXmlUtil.java:728:
>  warning: [unchecked] getPrefixes(String) in NullNamespaceContext implements 
> getPrefixes(String) in NamespaceContext
> [javac] public Iterator getPrefixes(String namespaceURI) {
> [javac] ^
> [javac]   return type requires unchecked conversion from Iterator to 
> Iterator
> [javac] 1 warning
> {noformat}
> I will clean this up.



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


[jira] [Updated] (DERBY-6998) Make it possible to build Derby cleanly using JDK 10

2018-05-28 Thread Rick Hillegas (JIRA)


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

Rick Hillegas updated DERBY-6998:
-
Attachment: derby-6998-01-ab-tightenReturnType.diff

> Make it possible to build Derby cleanly using JDK 10
> 
>
> Key: DERBY-6998
> URL: https://issues.apache.org/jira/browse/DERBY-6998
> Project: Derby
>  Issue Type: Bug
>  Components: Build tools
>Affects Versions: 10.15.0.0
>Reporter: Rick Hillegas
>Priority: Major
> Attachments: derby-6998-01-ab-tightenReturnType.diff
>
>
> When I build Derby using JDK 10, I get the following warning:
> {noformat}
> [javac] 
> /Users/rhillegas/derby/mainline/trunk/java/engine/org/apache/derby/iapi/types/SqlXmlUtil.java:728:
>  warning: [unchecked] getPrefixes(String) in NullNamespaceContext implements 
> getPrefixes(String) in NamespaceContext
> [javac] public Iterator getPrefixes(String namespaceURI) {
> [javac] ^
> [javac]   return type requires unchecked conversion from Iterator to 
> Iterator
> [javac] 1 warning
> {noformat}
> I will clean this up.



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