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 2022/03/26 19:21:54 UTC

[netbeans] branch master updated (96bd7c3 -> d195a05)

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/netbeans.git.


    from 96bd7c3  SQL History loss: Reimplement atomatic saving by writing to tempfile and moving to target (#3868)
     new 74118b0  Report errors from libsecret as RuntimeException so that errors connecting disable it
     new 5f13dde  Fix naming of application for GnomeKeyring and LibSecret
     new d195a05  Merge pull request #3869 from matthiasblaesing/keyring_optimization

The 6814 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/keyring/gnome/GnomeProvider.java       | 13 +----
 .../gnome/libsecret/GnomeLibSecretProvider.java    | 18 ++-----
 .../modules/keyring/impl/KeyringSupport.java       | 14 +++---
 .../modules/keyring/kde/CommonKWalletProvider.java | 56 +++++++++++-----------
 .../netbeans/modules/keyring/mac/MacProvider.java  | 17 +++++--
 5 files changed, 54 insertions(+), 64 deletions(-)
 copy java/java.completion/test/unit/data/org/netbeans/modules/java/completion/data/Interface.java => platform/keyring.impl/src/org/netbeans/modules/keyring/impl/KeyringSupport.java (79%)

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