[
https://issues.apache.org/jira/browse/AMQ-9005?focusedWorklogId=798300&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-798300
]
ASF GitHub Bot logged work on AMQ-9005:
---------------------------------------
Author: ASF GitHub Bot
Created on: 05/Aug/22 07:30
Start Date: 05/Aug/22 07:30
Worklog Time Spent: 10m
Work Description: lucastetreault commented on PR #871:
URL: https://github.com/apache/activemq/pull/871#issuecomment-1206137075
@jbonofre is there a way I can re-initiate the tests?
Everything passed for me:
```
[INFO]
------------------------------------------------------------------------
[INFO] Reactor Summary for ActiveMQ 5.18.0-SNAPSHOT:
[INFO]
[INFO] ActiveMQ ........................................... SUCCESS [ 0.481
s]
[INFO] ActiveMQ :: Openwire Generator ..................... SUCCESS [ 0.334
s]
[INFO] ActiveMQ :: Client ................................. SUCCESS [01:04
min]
[INFO] ActiveMQ :: Openwire Legacy Support ................ SUCCESS [ 0.103
s]
[INFO] ActiveMQ :: JAAS ................................... SUCCESS [ 13.006
s]
[INFO] ActiveMQ :: Broker ................................. SUCCESS [ 49.482
s]
[INFO] ActiveMQ :: KahaDB Store ........................... SUCCESS [02:45
min]
[INFO] ActiveMQ :: STOMP Protocol ......................... SUCCESS [10:06
min]
[INFO] ActiveMQ :: MQTT Protocol .......................... SUCCESS [17:06
min]
[INFO] ActiveMQ :: JDBC Store ............................. SUCCESS [ 4.500
s]
[INFO] ActiveMQ :: Generic JMS Pool ....................... SUCCESS [ 36.790
s]
[INFO] ActiveMQ :: Pool ................................... SUCCESS [ 3.421
s]
[INFO] ActiveMQ :: RA ..................................... SUCCESS [01:31
min]
[INFO] ActiveMQ :: Spring ................................. SUCCESS [ 54.835
s]
[INFO] ActiveMQ :: Console ................................ SUCCESS [ 4.809
s]
[INFO] ActiveMQ :: Partition Management ................... SUCCESS [ 16.057
s]
[INFO] ActiveMQ :: Runtime Configuration .................. SUCCESS [07:57
min]
[INFO] ActiveMQ :: Tooling ................................ SUCCESS [ 0.009
s]
[INFO] ActiveMQ :: JUnit Rule ............................. SUCCESS [ 1.965
s]
[INFO] ActiveMQ :: Unit Tests ............................. SUCCESS [ 02:06
h]
[INFO] ActiveMQ :: HTTP Protocol Support .................. SUCCESS [09:07
min]
[INFO] ActiveMQ :: AMQP ................................... SUCCESS [05:05
min]
[INFO] ActiveMQ :: All JAR bundle ......................... SUCCESS [ 0.213
s]
[INFO] ActiveMQ :: Log4j Appender ......................... SUCCESS [ 0.138
s]
[INFO] ActiveMQ :: Apache Karaf ........................... SUCCESS [ 0.901
s]
[INFO] ActiveMQ :: ConnectionFactory ...................... SUCCESS [ 0.058
s]
[INFO] ActiveMQ :: RAR .................................... SUCCESS [ 1.941
s]
[INFO] ActiveMQ :: Run Jar ................................ SUCCESS [ 0.093
s]
[INFO] ActiveMQ :: Shiro .................................. SUCCESS [ 2.049
s]
[INFO] ActiveMQ :: Memory Usage Test Plugin ............... SUCCESS [ 1.381
s]
[INFO] ActiveMQ :: Performance Test Plugin ................ SUCCESS [ 5.114
s]
[INFO] ActiveMQ :: StartUp/Stop Plugin .................... SUCCESS [ 3.505
s]
[INFO] ActiveMQ :: Web .................................... SUCCESS [ 13.664
s]
[INFO] ActiveMQ :: OSGi bundle ............................ SUCCESS [ 0.812
s]
[INFO] ActiveMQ :: Blueprint .............................. SUCCESS [ 0.042
s]
[INFO] ActiveMQ :: Web Demo ............................... SUCCESS [ 24.623
s]
[INFO] ActiveMQ :: Web Console ............................ SUCCESS [ 4.367
s]
[INFO] ActiveMQ :: Karaf Integration Tests ................ SUCCESS [ 1.081
s]
[INFO] ActiveMQ :: Assembly ............................... SUCCESS [ 24.476
s]
[INFO]
------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 03:05 h
[INFO] Finished at: 2022-08-03T09:44:54Z
[INFO]
------------------------------------------------------------------------
```
Issue Time Tracking
-------------------
Worklog Id: (was: 798300)
Time Spent: 1h 40m (was: 1.5h)
> remove xalan dependency due to it being end of life
> ---------------------------------------------------
>
> Key: AMQ-9005
> URL: https://issues.apache.org/jira/browse/AMQ-9005
> Project: ActiveMQ
> Issue Type: Improvement
> Reporter: PJ Fanning
> Priority: Major
> Fix For: 5.18.0, 5.17.2
>
> Time Spent: 1h 40m
> Remaining Estimate: 0h
>
> Xalan is no longer supported.
> https://lists.apache.org/thread/s8kjny5270ssfcp46v0fl39lk98987w7
> It is better to use JAXP TransformerFactory than using xalan directly. If you
> add xalan dependency just to ensure that you have a JAXP compliant
> transformer on the classpath, this is unnecessary - the Java runtime has a
> built-in implementation.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)