Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Issue_183][WFLY-19397] Add a Jakarta Data TCK runner #184

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

bstansberry
Copy link
Contributor

Resolves #183

My (slightly modified from what's currently pushed) branch for wildfly/wildfly#18227 passes, both when pointing at an existing WildFly Preview build via -Djboss.home=/the/path and when using -Dversion.org.wildfly.wildfly=34.0.0.Beta1-SNAPSHOT and provisioning a server with the proposed 'jakarta-layer' layer.

<version.org.jboss.arquillian.jakarta>10.0.0.Final</version.org.jboss.arquillian.jakarta>
<version.org.jboss.logging.jboss-logging>3.6.1.Final</version.org.jboss.logging.jboss-logging>
<version.org.jboss.shrinkwrap.shrinkwrap>1.2.6</version.org.jboss.shrinkwrap.shrinkwrap>
<version.org.junit>5.10.2</version.org.junit>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI 5.11.3 is the latest.

<properties>
<antlr.version>4.13.1</antlr.version>
<arquillian.version>1.8.0.Final</arquillian.version>
<junit.version>5.10.2</junit.version>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same note here, 5.11.3.


<properties>
<antlr.version>4.13.1</antlr.version>
<arquillian.version>1.8.0.Final</arquillian.version>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should probably use 1.9.1.Final and add a dependency for arquillian-jakarta here.

*
* SPDX-License-Identifier: Apache-2.0
*/
package ee.jakarta.tck.data.tools.annp;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are we allowed to use this package name?

<feature-pack>
<groupId>${wildfly.feature.pack.groupId}</groupId>
<artifactId>${wildfly.feature.pack.artifactId}</artifactId>
<version>${version.org.wildfly.wildfly}</version>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FWIW if we leave the version.org.wildfly.wildfly property empty and use a channel, we don't have to upgrade the version for every new release.

@@ -0,0 +1,74 @@
package org.hibernate.data.tck.ext;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This feels like an odd package name here.

@@ -0,0 +1,14 @@
package org.hibernate.data.tck.ext;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This feels like an odd package name here.

* See the License for the specific language governing permissions and
* limitations under the License.
*/
package embedded;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This feels like an odd package name here.

* See the License for the specific language governing permissions and
* limitations under the License.
*/
package embedded;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This feels like an odd package name here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create a Jakarta Data TCK Runner
2 participants