You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by ja...@apache.org on 2019/01/07 18:29:15 UTC

[juneau] branch master updated (d993ccd -> 1bddc35)

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

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


    from d993ccd  New BasicRest and BasicRestGroup classes.
     add 9a5f612  Make it possible to build Juneau on JDK 11
     new 1bddc35  Merge pull request #46 from acoburn/jdk11

The 1 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:
 juneau-core/juneau-config/pom.xml                           |  2 +-
 juneau-core/juneau-core-test/pom.xml                        |  9 ++++++++-
 juneau-core/juneau-dto/pom.xml                              |  6 +++++-
 juneau-core/juneau-marshall-rdf/pom.xml                     |  2 +-
 juneau-core/juneau-marshall/pom.xml                         |  9 ++++++++-
 .../src/main/java/org/apache/juneau/BeanMeta.java           |  4 +++-
 juneau-core/juneau-svl/pom.xml                              |  2 +-
 juneau-examples/juneau-examples-rest-jetty/pom.xml          |  4 ++++
 .../java/org/apache/juneau/microservice/Microservice.java   |  3 +--
 juneau-microservice/juneau-microservice-test/pom.xml        |  8 ++++++++
 juneau-rest/juneau-rest-client/pom.xml                      |  8 ++++++++
 juneau-rest/juneau-rest-server/pom.xml                      | 13 ++++++++++++-
 pom.xml                                                     |  9 ++++++++-
 13 files changed, 68 insertions(+), 11 deletions(-)


[juneau] 01/01: Merge pull request #46 from acoburn/jdk11

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git

commit 1bddc351a22ac459afeb0fd8bb5164bda4db9f64
Merge: d993ccd 9a5f612
Author: James Bognar <ja...@apache.org>
AuthorDate: Mon Jan 7 13:29:10 2019 -0500

    Merge pull request #46 from acoburn/jdk11
    
    Make it possible to build Juneau on JDK 11

 juneau-core/juneau-config/pom.xml                           |  2 +-
 juneau-core/juneau-core-test/pom.xml                        |  9 ++++++++-
 juneau-core/juneau-dto/pom.xml                              |  6 +++++-
 juneau-core/juneau-marshall-rdf/pom.xml                     |  2 +-
 juneau-core/juneau-marshall/pom.xml                         |  9 ++++++++-
 .../src/main/java/org/apache/juneau/BeanMeta.java           |  4 +++-
 juneau-core/juneau-svl/pom.xml                              |  2 +-
 juneau-examples/juneau-examples-rest-jetty/pom.xml          |  4 ++++
 .../java/org/apache/juneau/microservice/Microservice.java   |  3 +--
 juneau-microservice/juneau-microservice-test/pom.xml        |  8 ++++++++
 juneau-rest/juneau-rest-client/pom.xml                      |  8 ++++++++
 juneau-rest/juneau-rest-server/pom.xml                      | 13 ++++++++++++-
 pom.xml                                                     |  9 ++++++++-
 13 files changed, 68 insertions(+), 11 deletions(-)