Giter Club home page Giter Club logo

arquillian-container-glassfish-jakarta's Introduction

Arquillian GlassFish Container Integration

Note
This repository is my personal fork of the official arquillian-container-glassfish6.

build arquillian container glassfish jakarta svg

The upstream project is not so active, so I decide to fork this project and update to use the latest GlassFish 7.0 and Jakarta EE 10.

  • Update to Glassfish 7.0 and Jakarta EE 10 APIs.

  • Rename project artifactIds and add a -jakarta postfix.

  • Change the build baseline Java version to Java 11, and clean the source codes.

  • Update the testing codes to the latest Arquillian Core 1.7.x and JUnit 5.

Usage

This project is not published to the Maven Central repository. I choose JitPack to share my work to Java communities.

Add the following repository in your project pom.xml.

<repositories>
    //... other repositories
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

To use Managed GlassFish Container Adapter, add the following dependency.

<dependencies>
    // other dependencies
    <dependency>
        <groupId>com.github.hantsy.arquillian-container-glassfish-jakarta</groupId>
        <artifactId>arquillian-glassfish-managed-jakarta</artifactId>
        <version>${arquillian-glassfish-jakarta.version}</version>
        <scope>test</scope>
    </dependency>
</dependencies>

Alternatively, to use Remote GlassFish Container Adapter, add the following dependency.

<dependencies>
    // other dependencies
    <dependency>
        <groupId>com.github.hantsy.arquillian-container-glassfish-jakarta</groupId>
        <artifactId>arquillian-glassfish-remote-jakarta</artifactId>
        <version>${arquillian-glassfish-jakarta.version}</version>
        <scope>test</scope>
    </dependency>
</dependencies>

Configure property arquillian-glassfish-arquillian.version, check the latest build version from JitPack Build Status page.

<properties>
    //other properties
    <arquillian-glassfish-jakarta.version>1665e14a</arquillian-glassfish-jakarta.version>
</properties>

Explore my personal Jakarta EE 10 Example Codes and get to know the Arquillian configuration details.

Note
If you are new to Arquillian, go to Jakarta EE Starter Boilerplate project to study it yourself.

Build

Clone the project and run the following command in the project root folder:

mvn clean install

arquillian-container-glassfish-jakarta's People

Contributors

bartoszmajsak avatar dependabot[bot] avatar gurunrao avatar hantsy avatar stacksharebot avatar starksm64 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.