You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by ta...@apache.org on 2019/10/04 13:00:47 UTC

[deltaspike] branch master updated (cb89ecd -> 966d6dd)

This is an automated email from the ASF dual-hosted git repository.

tandraschko pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/deltaspike.git.


    from cb89ecd  refactored docs
     new 2633035  DELTASPIKE-1387 - Update ASM to 7.1 for Java 13 support
     new 42acc25  Add Travis CI configuration and JDK9+ build support
     new 966d6dd  Merge pull request #96 from beikov/patch-1

The 2373 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml                                        | 108 ++++++++++++++
 build.sh                                           |  33 +++++
 deltaspike/cdictrl/pom.xml                         |  10 ++
 deltaspike/examples/jsf-examples/pom.xml           |  10 +-
 deltaspike/examples/jsf-playground/pom.xml         |   4 +-
 deltaspike/examples/scheduler-playground/pom.xml   |   6 +
 deltaspike/modules/bean-validation/impl/pom.xml    |   2 +-
 deltaspike/modules/proxy/impl-asm/pom.xml          |  14 +-
 .../impl/AsmDeltaSpikeProxyClassGenerator.java     |   2 +-
 .../proxy/impl/CopyAnnotationVisitorAdapter.java   |   2 +-
 deltaspike/parent/code/pom.xml                     | 162 ++++++++++++++++++++-
 deltaspike/parent/pom.xml                          |  18 ++-
 pom.xml                                            |   2 +-
 13 files changed, 358 insertions(+), 15 deletions(-)
 create mode 100644 .travis.yml
 create mode 100755 build.sh