You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ge...@apache.org on 2018/09/22 08:53:36 UTC

[incubator-netbeans-html4j] branch master updated (78c3810 -> 0064887)

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

geertjan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans-html4j.git.


    from 78c3810  NetBeans 8.2 @ServiceProvider processor is more friendly to post 1.8 JDKs
     add fb10a22  Turning on travis build on JDK11
     add ffb3f0b  Depend on JavaFX maven artifacts to build on JDK11
     new 0064887  Merge pull request #11 from dukescript/jdk-11

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:
 .travis.yml                                        |  5 +-
 boot-agent-test/pom.xml                            |  5 ++
 boot-fx/pom.xml                                    | 12 ++---
 .../java/html/boot/script/KnockoutEnvJSTest.java   | 24 +++++++---
 equinox-agentclass-hook/pom.xml                    |  9 ----
 .../src/main/java/java/lang/Module.java            |  5 +-
 .../html/equinox/agentclass/NbInstrumentation.java |  9 +++-
 html4j-maven-plugin/pom.xml                        | 48 +++++++++++--------
 .../java/org/netbeans/html/mojo/Gradle1Test.java   |  8 ++++
 .../net/java/html/json/ModelProcessorTest.java     |  8 ++++
 ko-felix-test/pom.xml                              | 12 ++---
 ko-osgi-test/pom.xml                               | 32 +++++++++----
 ko-ws-tyrus/pom.xml                                |  5 ++
 ko4j/pom.xml                                       |  5 ++
 pom.xml                                            | 55 +++++++++++++---------
 sound/pom.xml                                      |  9 +++-
 xhr4j/pom.xml                                      |  5 ++
 17 files changed, 172 insertions(+), 84 deletions(-)
 copy json-tck/src/main/resources/net/java/html/js/tests/global.js => equinox-agentclass-hook/src/main/java/java/lang/Module.java (93%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[incubator-netbeans-html4j] 01/01: Merge pull request #11 from dukescript/jdk-11

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

geertjan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans-html4j.git

commit 006488782a6d1567eacb080443bcd9329988f323
Merge: 78c3810 ffb3f0b
Author: Geertjan Wielenga <ge...@oracle.com>
AuthorDate: Sat Sep 22 10:53:32 2018 +0200

    Merge pull request #11 from dukescript/jdk-11
    
    Allow building on JDK 11

 .travis.yml                                        |  5 +-
 boot-agent-test/pom.xml                            |  5 ++
 boot-fx/pom.xml                                    | 12 ++---
 .../java/html/boot/script/KnockoutEnvJSTest.java   | 24 +++++++---
 equinox-agentclass-hook/pom.xml                    |  9 ----
 .../src/main/java/java/lang/Module.java            | 23 +++++++++
 .../html/equinox/agentclass/NbInstrumentation.java |  9 +++-
 html4j-maven-plugin/pom.xml                        | 48 +++++++++++--------
 .../java/org/netbeans/html/mojo/Gradle1Test.java   |  8 ++++
 .../net/java/html/json/ModelProcessorTest.java     |  8 ++++
 ko-felix-test/pom.xml                              | 12 ++---
 ko-osgi-test/pom.xml                               | 32 +++++++++----
 ko-ws-tyrus/pom.xml                                |  5 ++
 ko4j/pom.xml                                       |  5 ++
 pom.xml                                            | 55 +++++++++++++---------
 sound/pom.xml                                      |  9 +++-
 xhr4j/pom.xml                                      |  5 ++
 17 files changed, 191 insertions(+), 83 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists