[jira] [Commented] (ARTEMIS-2813) Kerberos tests failures on Java 11

2021-06-15 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ARTEMIS-2813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17363711#comment-17363711
 ] 

ASF subversion and git services commented on ARTEMIS-2813:
--

Commit d22b9d51fb1fbae94a82ca72c5de09cba9f0de3d in activemq-artemis's branch 
refs/heads/main from Robbie Gemmell
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=d22b9d5 ]

ARTEMIS-2813: exclude old transitive test dep which isnt actually needed in 
tests


> Kerberos tests failures on Java 11
> --
>
> Key: ARTEMIS-2813
> URL: https://issues.apache.org/jira/browse/ARTEMIS-2813
> Project: ActiveMQ Artemis
>  Issue Type: Test
>  Components: AMQP
>Affects Versions: 2.14.0, 2.15.0, 2.16.0, 2.17.0
>Reporter: Robbie Gemmell
>Assignee: Timothy A. Bish
>Priority: Major
> Fix For: 2.18.0
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> The Kerberos tests in JMSSaslGssapiTest and SaslKrb5LDAPSecurityTest class 
> fail on Java 11. It isn't obvious that there is any issue here outside of the 
> Kerberos test harness bits themselves which are rather old, but not easily 
> updated as they have changed, so the tests will currently only be run on JDK8 
> until such time as they can be made to work elsewhere.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (ARTEMIS-2813) Kerberos tests failures on Java 11

2021-05-14 Thread Robbie Gemmell (Jira)


[ 
https://issues.apache.org/jira/browse/ARTEMIS-2813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17344534#comment-17344534
 ] 

Robbie Gemmell commented on ARTEMIS-2813:
-

I tried out and merged your PR changes, worked well.

 

I have additionally now removed the third test which had been excluded via this 
Jira (for its own separate reasons) since ARTEMIS-3038 discussion had already 
established it should be removed.

> Kerberos tests failures on Java 11
> --
>
> Key: ARTEMIS-2813
> URL: https://issues.apache.org/jira/browse/ARTEMIS-2813
> Project: ActiveMQ Artemis
>  Issue Type: Test
>  Components: AMQP
>Affects Versions: 2.14.0, 2.15.0, 2.16.0, 2.17.0
>Reporter: Robbie Gemmell
>Assignee: Timothy A. Bish
>Priority: Major
> Fix For: 2.18.0
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> The Kerberos tests in JMSSaslGssapiTest and SaslKrb5LDAPSecurityTest class 
> fail on Java 11. It isn't obvious that there is any issue here outside of the 
> Kerberos test harness bits themselves which are rather old, but not easily 
> updated as they have changed, so the tests will currently only be run on JDK8 
> until such time as they can be made to work elsewhere.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (ARTEMIS-2813) Kerberos tests failures on Java 11

2021-05-14 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ARTEMIS-2813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17344533#comment-17344533
 ] 

ASF subversion and git services commented on ARTEMIS-2813:
--

Commit a3de3d4c75ba1482706e8c42a5c9b0f9811901eb in activemq-artemis's branch 
refs/heads/main from Robbie Gemmell
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=a3de3d4 ]

ARTEMIS-3038, ARTEMIS-2813: remove the CoreClientOverOneWaySSLKerb5Test test 
class

- It is already entirely disabled one or more ways depending on what JVM is in 
use.
- If enabled on any modern JVM it would either fail by default or can never 
work, as
  the related ciphers it requires have been disabled (8) or entirely removed 
(11+)
  due to being considered unsuitable for use.


> Kerberos tests failures on Java 11
> --
>
> Key: ARTEMIS-2813
> URL: https://issues.apache.org/jira/browse/ARTEMIS-2813
> Project: ActiveMQ Artemis
>  Issue Type: Test
>  Components: AMQP
>Affects Versions: 2.14.0, 2.15.0, 2.16.0, 2.17.0
>Reporter: Robbie Gemmell
>Assignee: Timothy A. Bish
>Priority: Major
> Fix For: 2.18.0
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> The Kerberos tests in JMSSaslGssapiTest and SaslKrb5LDAPSecurityTest class 
> fail on Java 11. It isn't obvious that there is any issue here outside of the 
> Kerberos test harness bits themselves which are rather old, but not easily 
> updated as they have changed, so the tests will currently only be run on JDK8 
> until such time as they can be made to work elsewhere.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (ARTEMIS-2813) Kerberos tests failures on Java 11

2021-05-14 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ARTEMIS-2813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17344508#comment-17344508
 ] 

ASF subversion and git services commented on ARTEMIS-2813:
--

Commit 9e70b263686ad6f0445eecf0e98dbcbf73833302 in activemq-artemis's branch 
refs/heads/main from Timothy Bish
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=9e70b26 ]

ARTEMIS-2813 Fix SaslKrb5LDAPSecurityTest failing on JDK 11

Fixes issues with SaslKrb5LDAPSecurityTest by updating to latest Apache 
Directory
release which required some updates to the test to fix deprecation warnings and 
an
updates to commons.lang to fix issues with new namespace for StringUtils that 
will
work on JDK 8+ only.


> Kerberos tests failures on Java 11
> --
>
> Key: ARTEMIS-2813
> URL: https://issues.apache.org/jira/browse/ARTEMIS-2813
> Project: ActiveMQ Artemis
>  Issue Type: Test
>  Components: AMQP
>Affects Versions: 2.14.0, 2.15.0, 2.16.0, 2.17.0
>Reporter: Robbie Gemmell
>Assignee: Timothy A. Bish
>Priority: Major
> Fix For: 2.18.0
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> The Kerberos tests in JMSSaslGssapiTest and SaslKrb5LDAPSecurityTest class 
> fail on Java 11. It isn't obvious that there is any issue here outside of the 
> Kerberos test harness bits themselves which are rather old, but not easily 
> updated as they have changed, so the tests will currently only be run on JDK8 
> until such time as they can be made to work elsewhere.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (ARTEMIS-2813) Kerberos tests failures on Java 11

2021-05-14 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ARTEMIS-2813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17344507#comment-17344507
 ] 

ASF subversion and git services commented on ARTEMIS-2813:
--

Commit 9513405020b413cd182d8b819572bb050223984a in activemq-artemis's branch 
refs/heads/main from Timothy Bish
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=9513405 ]

ARTEMIS-2813 Update MiniKDC and fix Kerberos tests on JDK 11+

Updates the MiniKDC dependency and adds another now needed dep in order
to get the Kerberos tests working on JDK 11+ builds.


> Kerberos tests failures on Java 11
> --
>
> Key: ARTEMIS-2813
> URL: https://issues.apache.org/jira/browse/ARTEMIS-2813
> Project: ActiveMQ Artemis
>  Issue Type: Test
>  Components: AMQP
>Affects Versions: 2.14.0, 2.15.0, 2.16.0, 2.17.0
>Reporter: Robbie Gemmell
>Assignee: Timothy A. Bish
>Priority: Major
> Fix For: 2.18.0
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> The Kerberos tests in JMSSaslGssapiTest and SaslKrb5LDAPSecurityTest class 
> fail on Java 11. It isn't obvious that there is any issue here outside of the 
> Kerberos test harness bits themselves which are rather old, but not easily 
> updated as they have changed, so the tests will currently only be run on JDK8 
> until such time as they can be made to work elsewhere.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (ARTEMIS-2813) Kerberos tests failures on Java 11

2021-05-13 Thread Timothy A. Bish (Jira)


[ 
https://issues.apache.org/jira/browse/ARTEMIS-2813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17344145#comment-17344145
 ] 

Timothy A. Bish commented on ARTEMIS-2813:
--

Added an additional commit that seems to have resolved the issues in 
SaslKrb5LDAPSecurityTest by updating to the latest directory server instance 
that seems to work on newer JDK releases. 

> Kerberos tests failures on Java 11
> --
>
> Key: ARTEMIS-2813
> URL: https://issues.apache.org/jira/browse/ARTEMIS-2813
> Project: ActiveMQ Artemis
>  Issue Type: Test
>  Components: AMQP
>Affects Versions: 2.14.0
>Reporter: Robbie Gemmell
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> The Kerberos tests in JMSSaslGssapiTest and SaslKrb5LDAPSecurityTest class 
> fail on Java 11. It isn't obvious that there is any issue here outside of the 
> Kerberos test harness bits themselves which are rather old, but not easily 
> updated as they have changed, so the tests will currently only be run on JDK8 
> until such time as they can be made to work elsewhere.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (ARTEMIS-2813) Kerberos tests failures on Java 11

2021-05-13 Thread Timothy A. Bish (Jira)


[ 
https://issues.apache.org/jira/browse/ARTEMIS-2813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17344063#comment-17344063
 ] 

Timothy A. Bish commented on ARTEMIS-2813:
--

Added a PR which fixes the JMS test which uses MiniKDC that will now work on 
JDK 11+.  There is another test "SaslKrb5LDAPSecurityTest" which is rather 
complex and seems to have other issues that aren't immediately obvious.

> Kerberos tests failures on Java 11
> --
>
> Key: ARTEMIS-2813
> URL: https://issues.apache.org/jira/browse/ARTEMIS-2813
> Project: ActiveMQ Artemis
>  Issue Type: Test
>  Components: AMQP
>Affects Versions: 2.14.0
>Reporter: Robbie Gemmell
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> The Kerberos tests in JMSSaslGssapiTest and SaslKrb5LDAPSecurityTest class 
> fail on Java 11. It isn't obvious that there is any issue here outside of the 
> Kerberos test harness bits themselves which are rather old, but not easily 
> updated as they have changed, so the tests will currently only be run on JDK8 
> until such time as they can be made to work elsewhere.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (ARTEMIS-2813) Kerberos tests failures on Java 11

2020-06-22 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ARTEMIS-2813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17141981#comment-17141981
 ] 

ASF subversion and git services commented on ARTEMIS-2813:
--

Commit ccc01ac4e557cfd367e140228fc6e1a7a400bec9 in activemq-artemis's branch 
refs/heads/master from Robbie Gemmell
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=ccc01ac ]

ARTEMIS-2813: add JUnit assumption check, in case class runs within manually 
-Dtest= set


> Kerberos tests failures on Java 11
> --
>
> Key: ARTEMIS-2813
> URL: https://issues.apache.org/jira/browse/ARTEMIS-2813
> Project: ActiveMQ Artemis
>  Issue Type: Test
>  Components: AMQP
>Affects Versions: 2.14.0
>Reporter: Robbie Gemmell
>Priority: Major
>
> The Kerberos tests in JMSSaslGssapiTest and SaslKrb5LDAPSecurityTest class 
> fail on Java 11. It isn't obvious that there is any issue here outside of the 
> Kerberos test harness bits themselves which are rather old, but not easily 
> updated as they have changed, so the tests will currently only be run on JDK8 
> until such time as they can be made to work elsewhere.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (ARTEMIS-2813) Kerberos tests failures on Java 11

2020-06-19 Thread Robbie Gemmell (Jira)


[ 
https://issues.apache.org/jira/browse/ARTEMIS-2813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17140577#comment-17140577
 ] 

Robbie Gemmell commented on ARTEMIS-2813:
-

Also excluded CoreClientOverOneWaySSLKerb5Test on 11+. The behaviour under test 
depends on legacy 'Kerberos via TLS' cipher support removed from JDK11 while 
adding TLS 1.3 support and so can never work there 
http://openjdk.java.net/jeps/332.

> Kerberos tests failures on Java 11
> --
>
> Key: ARTEMIS-2813
> URL: https://issues.apache.org/jira/browse/ARTEMIS-2813
> Project: ActiveMQ Artemis
>  Issue Type: Test
>  Components: AMQP
>Affects Versions: 2.14.0
>Reporter: Robbie Gemmell
>Priority: Major
>
> The Kerberos tests in JMSSaslGssapiTest and SaslKrb5LDAPSecurityTest class 
> fail on Java 11. It isn't obvious that there is any issue here outside of the 
> Kerberos test harness bits themselves which are rather old, but not easily 
> updated as they have changed, so the tests will currently only be run on JDK8 
> until such time as they can be made to work elsewhere.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (ARTEMIS-2813) Kerberos tests failures on Java 11

2020-06-19 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ARTEMIS-2813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17140571#comment-17140571
 ] 

ASF subversion and git services commented on ARTEMIS-2813:
--

Commit 50bf1efeef028adb3eeb5106ae49e62b1d60f8e5 in activemq-artemis's branch 
refs/heads/master from Robbie Gemmell
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=50bf1ef ]

ARTEMIS-2813: also exclude Core client kerberos-via-TLS test that can never 
work on JDK11+ as the ciphers were removed


> Kerberos tests failures on Java 11
> --
>
> Key: ARTEMIS-2813
> URL: https://issues.apache.org/jira/browse/ARTEMIS-2813
> Project: ActiveMQ Artemis
>  Issue Type: Test
>  Components: AMQP
>Affects Versions: 2.14.0
>Reporter: Robbie Gemmell
>Priority: Major
>
> The Kerberos tests in JMSSaslGssapiTest and SaslKrb5LDAPSecurityTest class 
> fail on Java 11. It isn't obvious that there is any issue here outside of the 
> Kerberos test harness bits themselves which are rather old, but not easily 
> updated as they have changed, so the tests will currently only be run on JDK8 
> until such time as they can be made to work elsewhere.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (ARTEMIS-2813) Kerberos tests failures on Java 11

2020-06-19 Thread Robbie Gemmell (Jira)


[ 
https://issues.apache.org/jira/browse/ARTEMIS-2813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17140569#comment-17140569
 ] 

Robbie Gemmell commented on ARTEMIS-2813:
-

Commit made to exclude the AMQP tests in: 
[https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;a=commitdiff;h=932544f832603c0335a4ef1fb0daba6d38274d98]

(The Jira commit update bot wasn't working, which has been reported)

> Kerberos tests failures on Java 11
> --
>
> Key: ARTEMIS-2813
> URL: https://issues.apache.org/jira/browse/ARTEMIS-2813
> Project: ActiveMQ Artemis
>  Issue Type: Test
>  Components: AMQP
>Affects Versions: 2.14.0
>Reporter: Robbie Gemmell
>Priority: Major
>
> The Kerberos tests in JMSSaslGssapiTest and SaslKrb5LDAPSecurityTest class 
> fail on Java 11. It isn't obvious that there is any issue here outside of the 
> Kerberos test harness bits themselves which are rather old, but not easily 
> updated as they have changed, so the tests will currently only be run on JDK8 
> until such time as they can be made to work elsewhere.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)