You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ma...@apache.org on 2018/03/16 20:48:11 UTC

[incubator-netbeans] branch master updated (f0feb23 -> 36692d7)

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

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


    from f0feb23  Add the JavaFixUtilities.isPrimary() utility API (#320)
     add a802efa  Remove javax.xml.bind usage from db.core
     add 83f40a2  Remove javax.xml.bind usage from editor.settings.lib
     add 6c61c67  Remove java.xml.bind from imported module list
     new 36692d7  Merge pull request #456 from matthiasblaesing/remove_jaxb

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:
 .../modules/db/sql/history/SQLHistory.java         |   7 --
 .../modules/db/sql/history/SQLHistoryEntry.java    |  42 ++++----
 .../modules/db/sql/history/SQLHistoryManager.java  | 108 +++++++++++++--------
 .../org/netbeans/modules/db/sql/history/jaxb.index |  18 ----
 .../history/SQLHistoryPersistenceManagerTest.java  |  32 ++++--
 .../storage/preferences/ProxyPreferencesImpl.java  |   8 +-
 .../preferences/ProxyPreferencesImplTest.java      |   1 -
 ide/launcher/netbeans.conf                         |   2 +-
 8 files changed, 116 insertions(+), 102 deletions(-)
 delete mode 100644 db.core/src/org/netbeans/modules/db/sql/history/jaxb.index

-- 
To stop receiving notification emails like this one, please contact
matthiasblaesing@apache.org.

---------------------------------------------------------------------
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 #456 from matthiasblaesing/remove_jaxb

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

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

commit 36692d77ca97aaf673773a4523a021c29b2b55aa
Merge: f0feb23 6c61c67
Author: Matthias Bläsing <mb...@doppel-helix.eu>
AuthorDate: Fri Mar 16 21:48:08 2018 +0100

    Merge pull request #456 from matthiasblaesing/remove_jaxb
    
    Remove dependency on java.xml.bind module

 .../modules/db/sql/history/SQLHistory.java         |   7 --
 .../modules/db/sql/history/SQLHistoryEntry.java    |  42 ++++----
 .../modules/db/sql/history/SQLHistoryManager.java  | 108 +++++++++++++--------
 .../org/netbeans/modules/db/sql/history/jaxb.index |  18 ----
 .../history/SQLHistoryPersistenceManagerTest.java  |  32 ++++--
 .../storage/preferences/ProxyPreferencesImpl.java  |   8 +-
 .../preferences/ProxyPreferencesImplTest.java      |   1 -
 ide/launcher/netbeans.conf                         |   2 +-
 8 files changed, 116 insertions(+), 102 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
matthiasblaesing@apache.org.

---------------------------------------------------------------------
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