You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by jt...@apache.org on 2018/09/06 10:15:33 UTC

[incubator-netbeans] branch master updated (6a382b9 -> 6b94745)

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

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


    from 6a382b9  Merge pull request #834 from matthiasblaesing/netbeans-857
     add 36a1a61  Enforce public packages and friends for dependencies on bootstrap modules
     add b928826  Refactored staged processing of bootstrap modules from C-like to Java
     add 45a0c0d  Added incompatible version + warning; proper @since
     new 6b94745  Merge pull request #844 from sdedic/fix-bootstrap-leaks

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:
 .../core.startup.base/nbproject/project.properties |   4 +-
 platform/core.startup/nbproject/project.properties |   4 +-
 .../org/netbeans/core/startup/ModuleSystem.java    | 112 ++++++++++++---------
 platform/o.n.bootstrap/apichanges.xml              |  19 ++++
 platform/o.n.bootstrap/manifest.mf                 |   2 +-
 .../src/org/netbeans/ModuleManager.java            |  93 ++++++++++++++++-
 .../src/org/netbeans/StandardModule.java           |   2 +-
 7 files changed, 181 insertions(+), 55 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


[incubator-netbeans] 01/01: Merge pull request #844 from sdedic/fix-bootstrap-leaks

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

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

commit 6b9474534749814073040d9515505cd7cd18efa0
Merge: 6a382b9 45a0c0d
Author: Jaroslav Tulach <ja...@oracle.com>
AuthorDate: Thu Sep 6 12:15:30 2018 +0200

    Merge pull request #844 from sdedic/fix-bootstrap-leaks
    
    Enforce public packages and friends for dependencies on bootstrap mod…

 .../core.startup.base/nbproject/project.properties |   4 +-
 platform/core.startup/nbproject/project.properties |   4 +-
 .../org/netbeans/core/startup/ModuleSystem.java    | 112 ++++++++++++---------
 platform/o.n.bootstrap/apichanges.xml              |  19 ++++
 platform/o.n.bootstrap/manifest.mf                 |   2 +-
 .../src/org/netbeans/ModuleManager.java            |  93 ++++++++++++++++-
 .../src/org/netbeans/StandardModule.java           |   2 +-
 7 files changed, 181 insertions(+), 55 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