Skip to content

Commit 61cd955

Browse files
committed
update pom version and remove unused dependencies
Signed-off-by: Stefan Bischof <stbischof@bipolis.org>
1 parent 3c8d244 commit 61cd955

File tree

6 files changed

+13
-35
lines changed

6 files changed

+13
-35
lines changed

pom.xml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,8 @@
158158
<dependency>
159159
<groupId>org.apache.felix</groupId>
160160
<artifactId>org.apache.felix.http.jetty12</artifactId>
161-
<version>1.0.2</version>
161+
<version>1.1.6</version>
162162
<scope>runtime</scope>
163-
<classifier>light</classifier>
164163
</dependency>
165164
<dependency>
166165
<groupId>org.osgi</groupId>
@@ -192,14 +191,6 @@
192191
<version>1.2.4</version>
193192
<scope>runtime</scope>
194193
</dependency>
195-
<dependency>
196-
<groupId>org.apache.aries.spifly</groupId>
197-
<artifactId>
198-
org.apache.aries.spifly.dynamic.framework.extension
199-
</artifactId>
200-
<version>${aries.spifly.version}</version>
201-
<scope>runtime</scope>
202-
</dependency>
203194
<dependency>
204195
<groupId>biz.aQute</groupId>
205196
<artifactId>biz.aQute.api.scheduler</artifactId>

server/adapter.soapmessage/src/main/java/org/eclipse/daanse/xmla/server/adapter/soapmessage/discover/DiscoverConstants.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -478,9 +478,9 @@ interface ROW {
478478
String BOOKMARK_TYPE = "BOOKMARK_TYPE";
479479
QName QN_BOOKMARK_TYPE = new QName(NS_URN, BOOKMARK_TYPE, PREFIX);
480480

481-
String BOOKMARK_DATATYPE = "BOOKMARK_DATATYPE";
482-
QName QN_BOOKMARK_DATATYPE = new QName(NS_URN, BOOKMARK_DATATYPE, PREFIX);
483-
QName QN_BOOKMARK_DATA_TYPE = QN_BOOKMARK_DATATYPE; // Alias for compatibility
481+
String BOOKMARK_DATA_TYPE = "BOOKMARK_DATA_TYPE";
482+
QName QN_BOOKMARK_DATA_TYPE = new QName(NS_URN, BOOKMARK_DATA_TYPE, PREFIX);
483+
QName QN_BOOKMARK_DATATYPE = QN_BOOKMARK_DATA_TYPE;
484484

485485
String BOOKMARK_MAXIMUM_LENGTH = "BOOKMARK_MAXIMUM_LENGTH";
486486
QName QN_BOOKMARK_MAXIMUM_LENGTH = new QName(NS_URN, BOOKMARK_MAXIMUM_LENGTH, PREFIX);

server/adapter.soapmessage/src/main/java/org/eclipse/daanse/xmla/server/adapter/soapmessage/discover/MdSchemaMembersHandler.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ private void addResponseRow(SOAPElement root, MdSchemaMembersResponseRow r) thro
129129
r.parentUniqueName().ifPresent(v -> SoapUtil.addChildElement(row, ROW.QN_PARENT_UNIQUE_NAME, v));
130130
r.parentCount().ifPresent(v -> SoapUtil.addChildElement(row, ROW.QN_PARENT_COUNT, String.valueOf(v)));
131131
r.description().ifPresent(v -> SoapUtil.addChildElement(row, ROW.QN_DESCRIPTION, v));
132+
r.expression().ifPresent(v -> SoapUtil.addChildElement(row, ROW.QN_EXPRESSION, v));
132133
r.memberKey().ifPresent(v -> SoapUtil.addChildElement(row, ROW.QN_MEMBER_KEY, v));
133134
r.isPlaceHolderMember()
134135
.ifPresent(v -> SoapUtil.addChildElement(row, ROW.QN_IS_PLACEHOLDERMEMBER, String.valueOf(v)));

server/adapter.soapmessage/src/main/java/org/eclipse/daanse/xmla/server/adapter/soapmessage/discover/MdSchemaPropertiesHandler.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ private void addResponseRow(SOAPElement root, MdSchemaPropertiesResponseRow r) t
122122
r.dimensionUniqueName().ifPresent(v -> SoapUtil.addChildElement(row, ROW.QN_DIMENSION_UNIQUE_NAME, v));
123123
r.hierarchyUniqueName().ifPresent(v -> SoapUtil.addChildElement(row, ROW.QN_HIERARCHY_UNIQUE_NAME, v));
124124
r.levelUniqueName().ifPresent(v -> SoapUtil.addChildElement(row, ROW.QN_LEVEL_UNIQUE_NAME, v));
125+
r.memberUniqueName().ifPresent(v -> SoapUtil.addChildElement(row, ROW.QN_MEMBER_UNIQUE_NAME, v));
125126
r.propertyName().ifPresent(v -> SoapUtil.addChildElement(row, ROW.QN_PROPERTY_NAME, v));
126127
r.propertyCaption().ifPresent(v -> SoapUtil.addChildElement(row, ROW.QN_PROPERTY_CAPTION, v));
127128
r.propertyType()

server/jakarta.saaj/test.bndrun

Lines changed: 6 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
-runproperties: \
2121
org.slf4j.simpleLogger.defaultLogLevel=debug,\
22-
org.osgi.service.http.port=18090
22+
org.osgi.service.http.port=8090
2323

2424
-runrequires: \
2525
bnd.identity;id='${project.artifactId}-tests',\
@@ -28,11 +28,9 @@ org.slf4j.simpleLogger.defaultLogLevel=debug,\
2828
bnd.identity;id=junit-jupiter-engine,\
2929
bnd.identity;id=junit-platform-launcher,\
3030
bnd.identity;id='com.sun.xml.messaging.saaj.impl',\
31-
bnd.identity;id='org.eclipse.daanse.xmla.server.tck',\
32-
bnd.identity;id='org.apache.aries.spifly.dynamic.bundle'
31+
bnd.identity;id='org.eclipse.daanse.xmla.server.tck'
3332

3433
-runee: JavaSE-25
35-
#-runfw: org.apache.felix.framework
3634
-runfw: org.apache.felix.framework
3735

3836
# This will help us keep -runbundles sorted
@@ -41,6 +39,7 @@ org.slf4j.simpleLogger.defaultLogLevel=debug,\
4139
begin=-1
4240
# The following is calculated by the bnd-resolver-maven-plugin
4341

42+
4443
-runbundles: \
4544
assertj-core;version='[3.26.0,3.26.1)',\
4645
ch.qos.logback.classic;version='[1.5.6,1.5.7)',\
@@ -60,33 +59,19 @@ org.slf4j.simpleLogger.defaultLogLevel=debug,\
6059
net.bytebuddy.byte-buddy;version='[1.17.5,1.17.6)',\
6160
net.bytebuddy.byte-buddy-agent;version='[1.17.5,1.17.6)',\
6261
org.apache.aries.spifly.dynamic.bundle;version='[1.3.7,1.3.8)',\
63-
org.apache.aries.spifly.dynamic.framework.extension;version='[1.3.7,1.3.8)',\
64-
org.apache.commons.commons-fileupload;version='[1.5.0,1.5.1)',\
65-
org.apache.commons.commons-io;version='[2.11.0,2.11.1)',\
62+
org.apache.commons.commons-fileupload;version='[1.6.0,1.6.1)',\
63+
org.apache.commons.commons-io;version='[2.19.0,2.19.1)',\
6664
org.apache.felix.configadmin;version='[1.9.26,1.9.27)',\
67-
org.apache.felix.http.jetty12.light;version='[1.0.2,1.0.3)',\
65+
org.apache.felix.http.jetty12;version='[1.1.6,1.1.7)',\
6866
org.apache.felix.http.servlet-api;version='[3.0.0,3.0.1)',\
6967
org.apache.felix.scr;version='[2.2.10,2.2.11)',\
70-
org.apache.tomcat-servlet-api;version='[9.0.80,9.0.81)',\
7168
org.eclipse.daanse.jakarta.servlet.soap;version='[0.0.1,0.0.2)',\
7269
org.eclipse.daanse.xmla.api;version='[0.0.1,0.0.2)',\
7370
org.eclipse.daanse.xmla.model.record;version='[0.0.1,0.0.2)',\
7471
org.eclipse.daanse.xmla.server.adapter.soapmessage;version='[0.0.1,0.0.2)',\
7572
org.eclipse.daanse.xmla.server.jakarta.saaj;version='[0.0.1,0.0.2)',\
7673
org.eclipse.daanse.xmla.server.jakarta.saaj-tests;version='[0.0.1,0.0.2)',\
7774
org.eclipse.daanse.xmla.server.tck;version='[0.0.1,0.0.2)',\
78-
org.eclipse.jetty.alpn.server;version='[12.0.5,12.0.6)',\
79-
org.eclipse.jetty.ee10.servlet;version='[12.0.5,12.0.6)',\
80-
org.eclipse.jetty.http;version='[12.0.5,12.0.6)',\
81-
org.eclipse.jetty.http2.common;version='[12.0.5,12.0.6)',\
82-
org.eclipse.jetty.http2.hpack;version='[12.0.5,12.0.6)',\
83-
org.eclipse.jetty.http2.server;version='[12.0.5,12.0.6)',\
84-
org.eclipse.jetty.io;version='[12.0.5,12.0.6)',\
85-
org.eclipse.jetty.jmx;version='[12.0.5,12.0.6)',\
86-
org.eclipse.jetty.security;version='[12.0.5,12.0.6)',\
87-
org.eclipse.jetty.server;version='[12.0.5,12.0.6)',\
88-
org.eclipse.jetty.session;version='[12.0.5,12.0.6)',\
89-
org.eclipse.jetty.util;version='[12.0.5,12.0.6)',\
9075
org.glassfish.hk2.osgi-resource-locator;version='[2.4.0,2.4.1)',\
9176
org.jvnet.staxex.stax-ex;version='[2.1.0,2.1.1)',\
9277
org.mockito.mockito-core;version='[4.9.0,4.9.1)',\

server/tck/src/main/java/org/eclipse/daanse/xmla/server/tck/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ private Constants() {
2525

2626
public static final String WS_PATH = "/xmla";
2727

28-
public static final String SERVER_PORT_WHITEBOARD = "18090";
28+
public static final String SERVER_PORT_WHITEBOARD = "8090";
2929
public static final String URN_SCHEMAS_MICROSOFT_COM_XML_ANALYSIS = "urn:schemas-microsoft-com:xml-analysis";
3030

3131
public static final QName QNAME_Discover = new QName(URN_SCHEMAS_MICROSOFT_COM_XML_ANALYSIS, "Discover");

0 commit comments

Comments
 (0)