|
19 | 19 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
20 | 20 | xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.3.0 http://karaf.apache.org/xmlns/features/v1.3.0"> |
21 | 21 |
|
22 | | - <feature name="artemis" version="${pom.version}" description="Full ActiveMQ Artemis broker with default configuration"> |
| 22 | + <feature name="artemis" version="${pom.version}" description="Full Apache Artemis broker with default configuration"> |
23 | 23 | <feature>artemis-core</feature> |
24 | 24 | <feature>artemis-amqp</feature> |
25 | 25 | <feature>artemis-stomp</feature> |
|
47 | 47 | <bundle>mvn:io.netty/netty-transport-native-unix-common/${netty.version}</bundle> |
48 | 48 | </feature> |
49 | 49 |
|
50 | | - <feature name="artemis-common" version="${pom.version}" description="ActiveMQ Artemis Common libraries"> |
| 50 | + <feature name="artemis-common" version="${pom.version}" description="Apache Artemis Common libraries"> |
51 | 51 | <feature prerequisite="true">wrap</feature> |
52 | 52 | <feature>transaction</feature> |
53 | 53 | <feature>netty-core</feature> |
|
57 | 57 | <bundle dependency="true">wrap:mvn:org.jgroups/jgroups/${jgroups.version}$Import-Package=org.jboss.byteman.*;resolution:="optional"</bundle> |
58 | 58 | </feature> |
59 | 59 |
|
60 | | - <feature name="artemis-core" version="${pom.version}" description="ActiveMQ Artemis broker libraries"> |
| 60 | + <feature name="artemis-core" version="${pom.version}" description="Apache Artemis broker libraries"> |
61 | 61 | <feature>artemis-common</feature> |
62 | 62 | <feature>scr</feature> |
63 | 63 | <configfile finalname="etc/org.apache.activemq.artemis.cfg">mvn:org.apache.artemis/artemis-features/${pom.version}/cfg</configfile> |
|
85 | 85 | <bundle>mvn:org.apache.artemis/artemis-server-osgi/${pom.version}</bundle> |
86 | 86 | </feature> |
87 | 87 |
|
88 | | - <feature name="artemis-core-client" version="${pom.version}" description="ActiveMQ Artemis Core Client libraries"> |
| 88 | + <feature name="artemis-core-client" version="${pom.version}" description="Apache Artemis Core Client libraries"> |
89 | 89 | <feature>artemis-common</feature> |
90 | 90 | <bundle>mvn:org.apache.artemis/artemis-core-client-osgi/${pom.version}</bundle> |
91 | 91 | </feature> |
92 | 92 |
|
93 | | - <feature name="artemis-jms-client" version="${pom.version}" description="ActiveMQ Artemis JMS Client libraries"> |
| 93 | + <feature name="artemis-jms-client" version="${pom.version}" description="Apache Artemis JMS Client libraries"> |
94 | 94 | <feature>artemis-common</feature> |
95 | 95 | <bundle dependency="true">mvn:jakarta.jms/jakarta.jms-api/${jakarta.jms-api.version}</bundle> |
96 | 96 | <bundle>mvn:org.apache.artemis/artemis-jms-client-osgi/${pom.version}</bundle> |
97 | 97 | </feature> |
98 | 98 |
|
99 | | - <feature name="artemis-jakarta-client" version="${pom.version}" description="ActiveMQ Artemis Jakarta Messaging Client libraries"> |
| 99 | + <feature name="artemis-jakarta-client" version="${pom.version}" description="Apache Artemis Jakarta Messaging Client libraries"> |
100 | 100 | <feature>artemis-common</feature> |
101 | 101 | <bundle dependency="true">mvn:jakarta.jms/jakarta.jms-api/${jakarta.jms-api.version.alt}</bundle> |
102 | 102 | <bundle>mvn:org.apache.artemis/artemis-jakarta-client-osgi/${pom.version}</bundle> |
103 | 103 | </feature> |
104 | 104 |
|
105 | | - <feature name="artemis-amqp-client" version="${pom.version}" description="ActiveMQ Artemis AMQP Client libraries"> |
| 105 | + <feature name="artemis-amqp-client" version="${pom.version}" description="Apache Artemis AMQP Client libraries"> |
106 | 106 | <feature>transaction</feature> |
107 | 107 | <feature>netty-core</feature> |
108 | 108 | <bundle dependency="true">mvn:jakarta.jms/jakarta.jms-api/${jakarta.jms-api.version}</bundle> |
109 | 109 | <bundle>mvn:org.apache.qpid/proton-j/${proton.version}</bundle> |
110 | 110 | <bundle>mvn:org.apache.qpid/qpid-jms-client/${qpid.jms.version}</bundle> |
111 | 111 | </feature> |
112 | 112 |
|
113 | | - <feature name="artemis-amqp" version="${pom.version}" description="ActiveMQ Artemis AMQP protocol libraries"> |
| 113 | + <feature name="artemis-amqp" version="${pom.version}" description="Apache Artemis AMQP protocol libraries"> |
114 | 114 | <feature>artemis-core</feature> |
115 | 115 | <bundle>mvn:org.apache.qpid/proton-j/${proton.version}</bundle> |
116 | 116 | <bundle>mvn:org.apache.qpid/qpid-jms-client/${qpid.jms.version}</bundle> |
117 | 117 | <bundle>mvn:org.apache.artemis/artemis-amqp-protocol/${pom.version}</bundle> |
118 | 118 | </feature> |
119 | 119 |
|
120 | | - <feature name="artemis-stomp" version="${pom.version}" description="ActiveMQ Artemis Stomp protocol libraries"> |
| 120 | + <feature name="artemis-stomp" version="${pom.version}" description="Apache Artemis Stomp protocol libraries"> |
121 | 121 | <feature>artemis-core</feature> |
122 | 122 | <bundle>mvn:org.apache.artemis/artemis-stomp-protocol/${pom.version}</bundle> |
123 | 123 | </feature> |
124 | 124 |
|
125 | | - <feature name="artemis-mqtt" version="${pom.version}" description="ActiveMQ Artemis MQTT protocol libraries"> |
| 125 | + <feature name="artemis-mqtt" version="${pom.version}" description="Apache Artemis MQTT protocol libraries"> |
126 | 126 | <feature>artemis-core</feature> |
127 | 127 | <bundle dependency="true">mvn:io.netty/netty-codec-mqtt/${netty.version}</bundle> |
128 | 128 | <bundle>mvn:org.apache.artemis/artemis-mqtt-protocol/${pom.version}</bundle> |
129 | 129 | </feature> |
130 | 130 |
|
131 | | - <feature name="artemis-hornetq" version="${pom.version}" description="ActiveMQ Artemis HornetQ protocol libraries"> |
| 131 | + <feature name="artemis-hornetq" version="${pom.version}" description="Apache Artemis HornetQ protocol libraries"> |
132 | 132 | <feature>artemis-core</feature> |
133 | 133 | <bundle>mvn:org.apache.artemis/artemis-hqclient-protocol/${pom.version}</bundle> |
134 | 134 | <bundle>mvn:org.apache.artemis/artemis-hornetq-protocol/${pom.version}</bundle> |
135 | 135 | </feature> |
136 | 136 |
|
137 | | - <feature name="artemis-openwire" version="${pom.version}" description="ActiveMQ Artemis Openwire protocol libraries"> |
| 137 | + <feature name="artemis-openwire" version="${pom.version}" description="Apache Artemis Openwire protocol libraries"> |
138 | 138 | <feature>artemis-core</feature> |
139 | 139 | <bundle dependency="true">mvn:org.fusesource.hawtbuf/hawtbuf/1.11</bundle> |
140 | 140 | <bundle>mvn:jakarta.ejb/jakarta.ejb-api/${jakarta.ejb-api.version}</bundle> |
141 | 141 | <bundle>mvn:jakarta.management.j2ee/jakarta.management.j2ee-api/${jakarta.management.j2ee-api.version}</bundle> |
142 | 142 | <bundle>mvn:org.apache.artemis/artemis-openwire-protocol/${pom.version}</bundle> |
143 | 143 | </feature> |
144 | 144 |
|
145 | | - <feature name="artemis-openwire-client" version="${pom.version}" description="ActiveMQ Artemis Openwire Client libraries"> |
| 145 | + <feature name="artemis-openwire-client" version="${pom.version}" description="Apache Artemis Openwire Client libraries"> |
146 | 146 | <feature>transaction</feature> |
147 | 147 | <bundle dependency="true">mvn:jakarta.jms/jakarta.jms-api/${jakarta.jms-api.version}</bundle> |
148 | 148 | <bundle dependency="true">mvn:org.fusesource.hawtbuf/hawtbuf/${hawtbuff.version}</bundle> |
|
0 commit comments