WildFly: Legacy Test 7.3.0 Core Controller

The legacy Test SPI 7.3.0 core controller

License

License

Categories

Categories

WildFly Container Application Servers
GroupId

GroupId

org.wildfly.legacy.test
ArtifactId

ArtifactId

wildfly-legacy-core-7.3.0
Last Version

Last Version

2.0.3.Final
Release Date

Release Date

Type

Type

jar
Description

Description

WildFly: Legacy Test 7.3.0 Core Controller
The legacy Test SPI 7.3.0 core controller
Project Organization

Project Organization

JBoss by Red Hat

Download wildfly-legacy-core-7.3.0

How to add to project

<!-- https://jarcasting.com/artifacts/org.wildfly.legacy.test/wildfly-legacy-core-7.3.0/ -->
<dependency>
    <groupId>org.wildfly.legacy.test</groupId>
    <artifactId>wildfly-legacy-core-7.3.0</artifactId>
    <version>2.0.3.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly.legacy.test/wildfly-legacy-core-7.3.0/
implementation 'org.wildfly.legacy.test:wildfly-legacy-core-7.3.0:2.0.3.Final'
// https://jarcasting.com/artifacts/org.wildfly.legacy.test/wildfly-legacy-core-7.3.0/
implementation ("org.wildfly.legacy.test:wildfly-legacy-core-7.3.0:2.0.3.Final")
'org.wildfly.legacy.test:wildfly-legacy-core-7.3.0:jar:2.0.3.Final'
<dependency org="org.wildfly.legacy.test" name="wildfly-legacy-core-7.3.0" rev="2.0.3.Final">
  <artifact name="wildfly-legacy-core-7.3.0" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wildfly.legacy.test', module='wildfly-legacy-core-7.3.0', version='2.0.3.Final')
)
libraryDependencies += "org.wildfly.legacy.test" % "wildfly-legacy-core-7.3.0" % "2.0.3.Final"
[org.wildfly.legacy.test/wildfly-legacy-core-7.3.0 "2.0.3.Final"]

Dependencies

provided (5)

Group / Artifact Type Version
org.wildfly.legacy.test : wildfly-legacy-spi-dependencies pom 2.0.3.Final
org.wildfly.legacy.test : wildfly-legacy-spi jar 2.0.3.Final
org.jboss.as : jboss-as-controller jar 7.3.0.Final-redhat-14
org.jboss.as : jboss-as-host-controller jar 7.3.0.Final-redhat-14
org.jboss.as : jboss-as-server jar 7.3.0.Final-redhat-14

Project Modules

There are no modules declared in this project.

wildfly-legacy-test

Legacy core-model-test and subsystem-test test controllers for WF core 2.x

When doing a release bump the version using perl to update the version in all the poms and Version.java:

perl -pi -e 's/1.2.0-SNAPSHOT/1.2.0.GA/g' `find . -name \*.xml -or -name \*.java`

To build legacy test then bump the version of wildfly.current.version to the version containing the wildfly-core classes you need, and build as normal (note you may need to delete tha classes in spi/dependencies/lib):

mvn clean install

If the wildfly-core classes/interfaces needed by legacy test have not been released yet, you can cheat by passing in -Dwildfly.current.version to override it, e.g:

mvn clean install -Dwildfly.current.version=1.0.0.Alpha19-SNAPSHOT

For the above to work you would have needed to built that wildfly-core version. The wildfly-core jars required are plain system dependencies. They are only needed to have something to build against, to resolve circular dependencies. They do not in any way become part of the released legacy test artifacts.

org.wildfly.legacy.test

Versions

Version
2.0.3.Final
2.0.2.Final
2.0.1.Final
2.0.0.Final
2.0.0.CR1
2.0.0.Beta1
1.0.0.Final
1.0.0.Alpha9
1.0.0.Alpha8
1.0.0.Alpha6
1.0.0.Alpha5