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

Upgrade project to Java EE 7 (+ TomEE 7 webprofile) #14

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

Commits on Dec 26, 2016

  1. Upgrade project to Java EE 7 (+ TomEE 7 webprofile)

    - upgrade to TomEE 7.0.2 webprofile
    - switch to the Java EE 7 API (TomEE provided)
    - add Arquillian BOM
    - upgrade to Arquillian 1.1.11.Final
    - set Java source/target compatibility to 1.8
    - use JAX-RS 2 client API in tests
    - add JAX-RS 2 client API and providers to test runtime
    - annotate Arquillian test with @RunAsClient
    - add JAX-RS application initializer (required for portability)
    - upgrade Gradle wrapper to 3.2.1
    - fix Gradle build, add Arquillian dependencies
    - rename ColorService to ColorResource
    - use consistent project name
    - exclude version from name of war file generated by Maven
    - update instructions in README
    - fix AsciiDoc syntax in README
    - stub in TomEE remote adapter and configuration for tests
    mojavelinux committed Dec 26, 2016
    Configuration menu
    Copy the full SHA
    ef92fd2 View commit details
    Browse the repository at this point in the history