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

Java SE support #150

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Java SE support #150

wants to merge 5 commits into from

Commits on Aug 29, 2019

  1. Java SE support

    * SE server implementation with Weld SE CDI support;
    * updated BOM.
    ikonkere committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    2b300d0 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2019

  1. CDI project structure refactoring

    * Factored out all components unrelated to Weld from cdi-weld to new
    project cdi-common;
    * Created new project cdi-weld-se that incapsulates Weld SE support;
    * Updated server-se with these changes;
    * Updated parent and BOM pom.xml with new projects.
    ikonkere committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    329e365 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2019

  1. Further structure refactoring

    * Merged kumuluz-se-server to kumuluzee-cdi-weld-se and removed the
    former.
    * Removed corresponding projects from parent and BOM pom.xml
    ikonkere committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    7a892d3 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2019

  1. Merge pull request #1 from kumuluz/master

    12
    ikonkere committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    636248f View commit details
    Browse the repository at this point in the history
  2. Updated parent version

    ikonkere committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    d0ea65e View commit details
    Browse the repository at this point in the history