[ 
https://issues.apache.org/jira/browse/ARTEMIS-5202?focusedWorklogId=947324&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-947324
 ]

ASF GitHub Bot logged work on ARTEMIS-5202:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 09/Dec/24 14:38
            Start Date: 09/Dec/24 14:38
    Worklog Time Spent: 10m 
      Work Description: jbertram commented on code in PR #5386:
URL: https://github.com/apache/activemq-artemis/pull/5386#discussion_r1876090180


##########
tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/JMSClientTestSupport.java:
##########
@@ -174,13 +174,7 @@ protected String getBrokerCoreJMSConnectionString() {
       try {
          int port = AMQP_PORT;
 
-         String uri = null;
-
-         if (isUseSSL()) {
-            uri = "tcp://127.0.0.1:" + port;
-         } else {
-            uri = "tcp://127.0.0.1:" + port;
-         }

Review Comment:
   Fixed.





Issue Time Tracking
-------------------

    Worklog Id:     (was: 947324)
    Time Spent: 1h  (was: 50m)

> Drop support for Java 11
> ------------------------
>
>                 Key: ARTEMIS-5202
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-5202
>             Project: ActiveMQ Artemis
>          Issue Type: Task
>            Reporter: Justin Bertram
>            Assignee: Justin Bertram
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> Update relevant {{pom.xml}} files to use Java 17 instead of 11 for building & 
> running the code-base.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to