[jira] [Commented] (ARTEMIS-1230) Create Maven Bill of Materials (BOM)

2024-02-14 Thread ASF subversion and git services (Jira)


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

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

Commit 9cd598ebf46dfdd42d8e2b06dd380c471c4c6d47 in activemq-artemis's branch 
refs/heads/main from Alexey Markevich
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=9cd598ebf4 ]

ARTEMIS-1230 Added artemis-bom

> Create Maven Bill of Materials (BOM)
> 
>
> Key: ARTEMIS-1230
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1230
> Project: ActiveMQ Artemis
>  Issue Type: Improvement
>Reporter: Daniel Siviter
>Priority: Major
>  Time Spent: 7h
>  Remaining Estimate: 0h
>
> It's frustrating having to deal with dependency versions so the creation of a 
> Bill of Materials will assist with this.
> I'm currently battling with Wildfly Swarm 2017.6.0 overriding to 
> v1.1.0.wildfly017. To override the version of Artemis I have to have an entry 
> in my POM for every single dependency which is arduous.



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


[jira] [Commented] (ARTEMIS-1230) Create Maven Bill of Materials (BOM)

2024-01-17 Thread Jira


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

Václav Haisman commented on ARTEMIS-1230:
-

Can we please revisit this? I have just hit ARTEMIS-4340 and I would like to 
update before Spring Boot does. But without Maven BOM for dependency management 
import, it requires me to list a lot of Artemis dependencies to do that.

> Create Maven Bill of Materials (BOM)
> 
>
> Key: ARTEMIS-1230
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1230
> Project: ActiveMQ Artemis
>  Issue Type: Improvement
>Reporter: Daniel Siviter
>Priority: Major
>  Time Spent: 4h
>  Remaining Estimate: 0h
>
> It's frustrating having to deal with dependency versions so the creation of a 
> Bill of Materials will assist with this.
> I'm currently battling with Wildfly Swarm 2017.6.0 overriding to 
> v1.1.0.wildfly017. To override the version of Artemis I have to have an entry 
> in my POM for every single dependency which is arduous.



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


[jira] [Commented] (ARTEMIS-1230) Create Maven Bill of Materials (BOM)

2019-04-10 Thread Jeff Maxwell (JIRA)


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

Jeff Maxwell commented on ARTEMIS-1230:
---

I have created a pull request: 

[https://github.com/apache/activemq-artemis/pull/2615]

> Create Maven Bill of Materials (BOM)
> 
>
> Key: ARTEMIS-1230
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1230
> Project: ActiveMQ Artemis
>  Issue Type: Improvement
>Reporter: Daniel Siviter
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> It's frustrating having to deal with dependency versions so the creation of a 
> Bill of Materials will assist with this.
> I'm currently battling with Wildfly Swarm 2017.6.0 overriding to 
> v1.1.0.wildfly017. To override the version of Artemis I have to have an entry 
> in my POM for every single dependency which is arduous.



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


[jira] [Commented] (ARTEMIS-1230) Create Maven Bill of Materials (BOM)

2017-12-15 Thread Timothy Bish (JIRA)

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

Timothy Bish commented on ARTEMIS-1230:
---

The project welcomes contributions, why not start working on one and create a 
PR when you are ready. 

> Create Maven Bill of Materials (BOM)
> 
>
> Key: ARTEMIS-1230
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1230
> Project: ActiveMQ Artemis
>  Issue Type: Improvement
>Reporter: Daniel Siviter
>
> It's frustrating having to deal with dependency versions so the creation of a 
> Bill of Materials will assist with this.
> I'm currently battling with Wildfly Swarm 2017.6.0 overriding to 
> v1.1.0.wildfly017. To override the version of Artemis I have to have an entry 
> in my POM for every single dependency which is arduous.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (ARTEMIS-1230) Create Maven Bill of Materials (BOM)

2017-12-15 Thread Johan (JIRA)

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

Johan commented on ARTEMIS-1230:


I too would appreciate a BOM very much. For example using Artemis 2.4 with 
Spring Boot is a PITA because in Spring's BOM older versions of artemis 
artifacts are imported, thus I have to declare all 2.4 dependencies and 
transitive dependencies manually in a  section of the 
projects where I want to use artemis as an embedded broker.

With an artifactory BOM I would first import the Artemis BOM and then the 
spring boot BOM and for Artemis all correct dependencies will be set.

> Create Maven Bill of Materials (BOM)
> 
>
> Key: ARTEMIS-1230
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1230
> Project: ActiveMQ Artemis
>  Issue Type: Improvement
>Reporter: Daniel Siviter
>
> It's frustrating having to deal with dependency versions so the creation of a 
> Bill of Materials will assist with this.
> I'm currently battling with Wildfly Swarm 2017.6.0 overriding to 
> v1.1.0.wildfly017. To override the version of Artemis I have to have an entry 
> in my POM for every single dependency which is arduous.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (ARTEMIS-1230) Create Maven Bill of Materials (BOM)

2017-06-14 Thread Daniel Siviter (JIRA)

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

Daniel Siviter commented on ARTEMIS-1230:
-

Basically, all child modules are declared within the BOM so it can be imported 
into the POM `dependencyManagement` section so individual versions, scopes, 
etc., do not need to be declared every time reducing the verbosity and 
repetitive markup. The BOM should only declare the modules with Artemis, 
nothing 3rd party.

> Create Maven Bill of Materials (BOM)
> 
>
> Key: ARTEMIS-1230
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1230
> Project: ActiveMQ Artemis
>  Issue Type: Improvement
>Reporter: Daniel Siviter
>
> It's frustrating having to deal with dependency versions so the creation of a 
> Bill of Materials will assist with this.
> I'm currently battling with Wildfly Swarm 2017.6.0 overriding to 
> v1.1.0.wildfly017. To override the version of Artemis I have to have an entry 
> in my POM for every single dependency which is arduous.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (ARTEMIS-1230) Create Maven Bill of Materials (BOM)

2017-06-14 Thread Justin Bertram (JIRA)

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

Justin Bertram commented on ARTEMIS-1230:
-

Can you elaborate a bit more about what exactly you're looking for?  I've used 
a Maven BOM, but never created one.

> Create Maven Bill of Materials (BOM)
> 
>
> Key: ARTEMIS-1230
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1230
> Project: ActiveMQ Artemis
>  Issue Type: Improvement
>Reporter: Daniel Siviter
>
> It's frustrating having to deal with dependency versions so the creation of a 
> Bill of Materials will assist with this.
> I'm currently battling with Wildfly Swarm 2017.6.0 overriding to 
> v1.1.0.wildfly017. To override the version of Artemis I have to have an entry 
> in my POM for every single dependency which is arduous.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)