Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
d45b53b
Cleanup duplicate dependency
Pandrex247 Oct 16, 2025
58f5df9
Update JAR plugin to 3.4.2
Pandrex247 Oct 16, 2025
25aec29
Update failsafe plugin to 3.5.4
Pandrex247 Oct 16, 2025
7064797
Update copyright
Pandrex247 Oct 16, 2025
7dead2b
Update jaxb to 4.0.4
Pandrex247 Oct 16, 2025
4a7d71e
Update SLF4J to 1.7.36
Pandrex247 Oct 16, 2025
c2f925b
Update Payara Arquillian to 3.1
Pandrex247 Oct 16, 2025
1a2f2f1
Update Arquillian to 1.7.2.Final
Pandrex247 Oct 16, 2025
cbe62f3
Remove redundant profile
Pandrex247 Oct 16, 2025
50a32e2
FISH-12300 First stab at Micro Platform Managed profile
Pandrex247 Oct 16, 2025
f7b5b56
FISH-12300 Use suffix system instead
Pandrex247 Oct 16, 2025
67c1367
Use XML-Bind API version from BOM
Pandrex247 Oct 16, 2025
932c603
Use Activation API version from BOM
Pandrex247 Oct 16, 2025
15dfc52
Use Jersey MP Rest client version from BOM
Pandrex247 Oct 16, 2025
d96de43
Remove redundant profile and property versions
Pandrex247 Oct 16, 2025
a29838f
Rework profiles
Pandrex247 Oct 16, 2025
152c8f0
Don't change payara version
Pandrex247 Oct 16, 2025
0b594c8
Cleanup copy-paste errors
Pandrex247 Oct 16, 2025
992bce0
Remove old unused dependency
Pandrex247 Oct 16, 2025
dc10ecf
Reintroduce build helper, and fix payara.home
Pandrex247 Oct 16, 2025
a39e794
Don't change payara.version
Pandrex247 Oct 16, 2025
2f4cae5
Fix dependency groupId
Pandrex247 Oct 16, 2025
89d352a
Align repositories with main Payara codebase
Pandrex247 Oct 16, 2025
017ec38
Rename micro.randomPort and only activate when using parallel profile
Pandrex247 Oct 16, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions MicroProfile-Config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,9 @@
<microprofile.config.version>3.1</microprofile.config.version>
<microprofile.config.tck.version>3.1</microprofile.config.tck.version>
<mptck.suite>${basedir}/src/test/resources/tck-suite.xml</mptck.suite>
<micro.randomPort>false</micro.randomPort>
<micro.random.port>false</micro.random.port>

<!-- Other Test Dependencies -->
<cdi.version>4.0.1</cdi.version>
<payara.executable>${payara.home}/bin/asadmin</payara.executable>
</properties>

Expand Down Expand Up @@ -90,7 +89,6 @@
<dependency>
<groupId>jakarta.enterprise</groupId>
<artifactId>jakarta.enterprise.cdi-api</artifactId>
<version>${cdi.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -150,7 +148,7 @@
<target if="payara.server.remote">
<exec executable="${payara.executable}">
<arg value="restart-domain" />
<arg value="${payara_domain}" />
<arg value="${payara.domain}" />
</exec>
</target>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion MicroProfile-JWT-Auth/tck-runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

<properties>
<mptck.suite>${basedir}/src/test/resources/base-tck-suite.xml</mptck.suite>
<micro.randomPort>false</micro.randomPort>
<micro.random.port>false</micro.random.port>
</properties>

<dependencies>
Expand Down
7 changes: 1 addition & 6 deletions MicroProfile-Metrics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,7 @@
<!-- Metrics Dependencies -->
<microprofile.metrics.version>5.1.0.payara-p1</microprofile.metrics.version>
<microprofile.metrics.tck.version>5.1.0.payara-p1</microprofile.metrics.tck.version>
<micro.randomPort>false</micro.randomPort>

<!-- Other Test Dependencies -->
<cdi.version>4.0.1</cdi.version>
<jaxb.version>4.0.0</jaxb.version>
<micro.random.port>false</micro.random.port>
</properties>

<dependencies>
Expand Down Expand Up @@ -110,7 +106,6 @@
<dependency>
<groupId>jakarta.enterprise</groupId>
<artifactId>jakarta.enterprise.cdi-api</artifactId>
<version>${cdi.version}</version>
<scope>provided</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion MicroProfile-OpenAPI/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
<target if="payara.server.remote">
<exec executable="${payara.executable}">
<arg value="restart-domain" />
<arg value="${payara_domain}" />
<arg value="${payara.domain}" />
</exec>
</target>
</configuration>
Expand Down
10 changes: 2 additions & 8 deletions MicroProfile-OpenTracing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.

Copyright (c) [2017-2021] Payara Foundation and/or its affiliates. All rights reserved.
Copyright (c) 2017-2025 Payara Foundation and/or its affiliates. All rights reserved.

The contents of this file are subject to the terms of either the GNU
General Public License Version 2 only ("GPL") or the Common Development
Expand Down Expand Up @@ -95,12 +95,6 @@
<version>3.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.eclipse.microprofile.opentracing</groupId>
<artifactId>microprofile-opentracing-api</artifactId>
<version>3.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-client</artifactId>
Expand Down Expand Up @@ -198,7 +192,7 @@
<target if="payara.server.remote">
<exec executable="${payara.executable}">
<arg value="restart-domain" />
<arg value="${payara_domain}" />
<arg value="${payara.domain}" />
</exec>
</target>
</configuration>
Expand Down
3 changes: 3 additions & 0 deletions MicroProfile-Rest-Client/smallrye-config-repackaged/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.4.2</version>
<executions>
<execution>
<id>default-jar</id>
Expand Down Expand Up @@ -68,6 +69,7 @@
</plugin>
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.5.4</version>
<configuration>
<skipTests>true</skipTests>
</configuration>
Expand Down Expand Up @@ -149,6 +151,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.4.2</version>
<executions>
<execution>
<id>create-empty-javadoc-jar</id>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
<target if="payara.server.remote">
<exec executable="${payara.executable}">
<arg value="restart-domain"/>
<arg value="${payara_domain}"/>
<arg value="${payara.domain}"/>
</exec>
</target>
</configuration>
Expand Down Expand Up @@ -195,7 +195,7 @@
<target if="payara.server.remote">
<exec executable="${payara.executable}">
<arg value="restart-domain"/>
<arg value="${payara_domain}"/>
<arg value="${payara.domain}"/>
</exec>
</target>
</configuration>
Expand Down
3 changes: 1 addition & 2 deletions MicroProfile-Rest-Client/tck-runners/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<name>MicroProfile Rest Client TCK Runners - Parent</name>

<properties>
<micro.randomPort>false</micro.randomPort>
<micro.random.port>false</micro.random.port>
<smallrye-config.version>2.7.0</smallrye-config.version>
</properties>

Expand Down Expand Up @@ -149,7 +149,6 @@
<dependency>
<groupId>org.glassfish.jersey.ext.microprofile</groupId>
<artifactId>jersey-mp-rest-client</artifactId>
<version>${jersey.version}</version>
<scope>test</scope>
</dependency>
<!-- TCK needs standalone mp config implementation. Ours works only remotely -->
Expand Down
Loading