[
https://issues.apache.org/jira/browse/AMQ-7442?focusedWorklogId=728882&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-728882
]
ASF GitHub Bot logged work on AMQ-7442:
---------------------------------------
Author: ASF GitHub Bot
Created on: 17/Feb/22 11:43
Start Date: 17/Feb/22 11:43
Worklog Time Spent: 10m
Work Description: gemmellr opened a new pull request #774:
URL: https://github.com/apache/activemq/pull/774
The changes in fc80b86ac68432f71a1015ee9588a0b6fcb5fbae trigger an immediate
set of warnings upon running the build (see below) due to added second
definitions for the maven-bundle-plugin in the activemq-karaf and activemq-osgi
modules.
This change moves the second plugin definitions settings into the earlier
plugin definition. This gives the same effective-pom listing for each of the
modules when running mvn help:effective-pom as it did beforehand, and so should
act the same just without the warnings.
> $ mvn clean install -DskipTests
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model
for org.apache.activemq:activemq-karaf:bundle:5.17.0-SNAPSHOT
[WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but
found duplicate declaration of plugin org.apache.felix:maven-bundle-plugin @
line 208, column 15
[WARNING]
[WARNING] Some problems were encountered while building the effective model
for org.apache.activemq:activemq-osgi:bundle:5.17.0-SNAPSHOT
[WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but
found duplicate declaration of plugin org.apache.felix:maven-bundle-plugin @
line 289, column 15
[WARNING]
[WARNING] It is highly recommended to fix these problems because they
threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support
building such malformed projects.
[WARNING]
[INFO]
------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] ActiveMQ
[pom]
...etc..
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 728882)
Time Spent: 9.5h (was: 9h 20m)
> Add JDK 11 build support
> ------------------------
>
> Key: AMQ-7442
> URL: https://issues.apache.org/jira/browse/AMQ-7442
> Project: ActiveMQ
> Issue Type: New Feature
> Components: Broker
> Reporter: Christopher L. Shannon
> Assignee: Jean-Baptiste Onofré
> Priority: Major
> Fix For: 5.17.0
>
> Time Spent: 9.5h
> Remaining Estimate: 0h
>
> 5.16.0 has been updated to be runtime compatible with Java 8+ including Java
> 11 and this is the Jira to allow build compatibility with JDK 11 as well.
> I'm targeting 5.17.0 for this as it will make it easier if we remove Scala
> and LevelDB support.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)