[jira] [Commented] (NETBEANS-3972) Unable to git commit changes with GPG signing

2022-07-27 Thread hotis (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-3972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17571797#comment-17571797
 ] 

hotis commented on NETBEANS-3972:
-

Please, fix this ticket. NB release 14 is still affected.

I tried all instruction for Windows, but it doesn't work in NB, work fine 
manually in cmd with -S flag on commit.

> Unable to git commit changes with GPG signing
> -
>
> Key: NETBEANS-3972
> URL: https://issues.apache.org/jira/browse/NETBEANS-3972
> Project: NetBeans
>  Issue Type: Bug
>  Components: versioncontrol - Git
>Affects Versions: 12.0, 11.3, 12.5, 12.6
>Reporter: Kevin Andrews
>Priority: Major
>  Labels: git, gpg
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> After setting up git GPG key signing on the repo config:
> {code:java}
> [user] 
> name = XX
> email =  XX
> signingkey = XX
> [commit] 
> gpgsign = true{code}
> I can commit in a terminal and commits are signed, however through NetBeans I 
> get the following error after entering a commit message and clicking commit:
> {code:java}
> 
>   2020-03-06T21:35:15
>   1583530515293
>   21894
>   org.netbeans.ui.focus
>   500
>   138
>   LOG_WINDOW_ACTIVATED
>   LOG_WINDOW_ACTIVATED
>   org.netbeans.core.ui.warmup.Bundle
>   25
> 
> 
>   2020-03-06T21:35:17
>   1583530517740
>   21895
>   org.netbeans.ui.actions
>   400
>   22
>   UI_ACTION_BUTTON_PRESS
>   UI_ACTION_BUTTON_PRESS
>   org.openide.awt.Bundle
>   javax.swing.JMenuItem[Commit...]
>   javax.swing.JMenuItem
>   
> org.netbeans.modules.versioning.util.SystemActionBridge[Commit...]
>   org.netbeans.modules.versioning.util.SystemActionBridge
>   Commit...
> 
> 
>   2020-03-06T21:35:17
>   1583530517740
>   21896
>   org.netbeans.ui.SystemActionBridge
>   400
>   22
>   UI_ACTION_BUTTON_PRESS
>   UI_ACTION_BUTTON_PRESS
>   org.openide.awt.Bundle
>   
>   
>   
> org.netbeans.modules.git.ui.commit.CommitAction[Co&mmit...]
>   org.netbeans.modules.git.ui.commit.CommitAction
>   Co&mmit...
> 
> 
>   2020-03-06T21:35:19
>   1583530519266
>   21898
>   org.netbeans.ui.vcs
>   800
>   138
>   USG_VCS_CMD
>   USG_VCS_CMD
>   org.netbeans.modules.versioning.util.Bundle
>   GIT
>   11
>   0
>   commit
>   INTERNAL
> 
> 
>   2020-03-06T21:35:19
>   1583530519266
>   21899
>   org.netbeans.modules.git
>   800
>   138
>   org.eclipse.jgit.api.errors.JGitInternalException: missing 
> credentials provider
>   
> org.netbeans.libs.git.GitException: 
> org.eclipse.jgit.api.errors.JGitInternalException: missing credentials 
> provider
> 
>   org.netbeans.libs.git.jgit.commands.CommitCommand
>   run
>   153
>   ${netBeansDir}modules/org-netbeans-libs-git.jar
> 
> 
>   org.netbeans.libs.git.jgit.commands.GitCommand$1
>   run
>   57
>   ${netBeansDir}modules/org-netbeans-libs-git.jar
> 
> 
>   org.netbeans.libs.git.jgit.commands.GitCommand$1
>   run
>   54
>   ${netBeansDir}modules/org-netbeans-libs-git.jar
> 
> 
>   java.security.AccessController
>   doPrivileged
>   jrt:/java.base/java/security/AccessController.class
> 
> 
>   org.netbeans.libs.git.jgit.commands.GitCommand
>   execute
>   54
>   ${netBeansDir}modules/org-netbeans-libs-git.jar
> 
> 
>   org.netbeans.libs.git.GitClient
>   commit
>   480
>   ${netBeansDir}modules/org-netbeans-libs-git.jar
> 
> 
>   org.netbeans.modules.git.client.GitClient$9
>   call
>   297
>   ${netBeansDir}modules/org-netbeans-modules-git.jar
> 
> 
>   org.netbeans.modules.git.client.GitClient$9
>   call
>   293
>   ${netBeansDir}modules/org-netbeans-modules-git.jar
> 
> 
>   
> org.netbeans.modules.git.client.GitClient$CommandInvoker$1$1
>   call
>   933
>   ${netBeansDir}modules/org-netbeans-modules-git.jar
> 
> 
>   
> org.netbeans.modules.git.client.GitClient$CommandInvoker$1
>   call
>   956
>   ${netBeansDir}modules/org-netbeans-modules-git.jar
> 
> 
>   org.netbeans.modules.git.FilesystemInterceptor
>   runWithoutExternalEvents
>   473
>   ${netBeansDir}modules/org-netbeans-modules-git.jar
> 
> 
>   org.netbeans.modules.git.Git
>   runWithoutExternalEvents
>   259
>   ${netBeansDir}modules/org-netbeans-modules-git.jar
> 
> 
>   org.netbeans.modules.git.client.GitClient$CommandInvoker
>   runMethodIntern
>   966
>   ${netBeansDir}modules/org-netbeans-modules-git.jar
> 
> 
>   org.netbeans.modules.git.client.GitClient$CommandInvoker
>   runMethod
>   893
>   ${netBeansDir}modules/org-netbeans-modules-git.jar
> 
> 
>   org.netbeans.modules.git.client.GitClient$CommandInvoker

[netbeans] 01/01: Merge pull request #4432 from apache/delivery

2022-07-27 Thread neilcsmith
This is an automated email from the ASF dual-hosted git repository.

neilcsmith pushed a commit to branch release150
in repository https://gitbox.apache.org/repos/asf/netbeans.git

commit 126e1701f096a52940dbd9d2f28a829088f9373b
Merge: a514e7d035 5ba8513327
Author: Neil C Smith 
AuthorDate: Wed Jul 27 09:34:38 2022 +0100

Merge pull request #4432 from apache/delivery

Sync delivery to release150 for 15-rc2 (part 2)

 .../nbproject/project.properties   | 13 +++
 .../versioning/ui/history/HistoryFileView.java |  5 +
 .../versioning/ui/history/HistoryRootNode.java |  5 +
 .../gradle/java/queries/GradleSourceForBinary.java |  2 +-
 .../modules/java/hints/bugs/Unbalanced.java| 21 -
 .../modules/java/hints/bugs/UnbalancedTest.java| 26 ++
 .../modules/java/source/base/SourceLevelUtils.java |  2 ++
 .../modules/java/source/parsing/JavacParser.java   |  7 ++
 .../php/analysis/ui/options/Bundle.properties  |  2 +-
 9 files changed, 69 insertions(+), 14 deletions(-)


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

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



[netbeans] branch release150 updated (a514e7d035 -> 126e1701f0)

2022-07-27 Thread neilcsmith
This is an automated email from the ASF dual-hosted git repository.

neilcsmith pushed a change to branch release150
in repository https://gitbox.apache.org/repos/asf/netbeans.git


from a514e7d035 Merge pull request #4412 from apache/delivery
 add 1d110233f3 Verify java.lang.Record is available when source code 
higher than 14 is requested
 add 4a2c2058e3 Merge pull request #4422 from jtulach/CheckForRecordClass
 add 97f2a4617b Enable direct loading of native library for junixsocket 
instead of loading from temp
 add 7dc0f22594 Merge pull request #4420 from 
matthiasblaesing/junixsocket_externalize
 add 779f6a7fb1 Fixed right click on "Loading, please wait" and right click 
on "Load next 30 days" in history view
 add f9b54f6d43 Merge pull request #4427 from troizet/fix_history_view
 add 3b7f030b6a PHPStan - fixes typo in config panel and updates config 
file name Fixes #4426
 add e099d3ef88 Merge pull request #4435 from KacerCZ/phpstan-config-typo
 add 82317104e1 Fix Gradle Source4Binary always returns with resources 
location.
 add b9a1808c43 Merge pull request #4436 from lkishalmi/gh-4418
 add e1d6901c0b #4402 Unbalanced hint should work for fields initialized in 
constructor
 add 5ba8513327 Merge pull request #4421 from mbien/improve-unbalanced-hint
 new 126e1701f0 Merge pull request #4432 from apache/delivery

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:
 .../nbproject/project.properties   | 13 +++
 .../versioning/ui/history/HistoryFileView.java |  5 +
 .../versioning/ui/history/HistoryRootNode.java |  5 +
 .../gradle/java/queries/GradleSourceForBinary.java |  2 +-
 .../modules/java/hints/bugs/Unbalanced.java| 21 -
 .../modules/java/hints/bugs/UnbalancedTest.java| 26 ++
 .../modules/java/source/base/SourceLevelUtils.java |  2 ++
 .../modules/java/source/parsing/JavacParser.java   |  7 ++
 .../php/analysis/ui/options/Bundle.properties  |  2 +-
 9 files changed, 69 insertions(+), 14 deletions(-)


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

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



[netbeans-jenkins-lib] branch master updated: Add metadata for 15-rc2

2022-07-27 Thread neilcsmith
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 8997e98  Add metadata for 15-rc2
 new 72286ad  Merge pull request #66 from neilcsmith-net/nb150
8997e98 is described below

commit 8997e98caaa48f715e391d537eb8927a221d05fd
Author: Neil C Smith 
AuthorDate: Wed Jul 27 09:41:24 2022 +0100

Add metadata for 15-rc2
---
 meta/netbeansrelease.json | 4 
 1 file changed, 4 insertions(+)

diff --git a/meta/netbeansrelease.json b/meta/netbeansrelease.json
index 66ac30a..5c0485c 100644
--- a/meta/netbeansrelease.json
+++ b/meta/netbeansrelease.json
@@ -793,6 +793,10 @@
 "efa73c90b9ae82e4794a5a5cf890d43eb8d907c4": {
 "version": "rc1",
 "position": "1"
+},
+"126e1701f096a52940dbd9d2f28a829088f9373b": {
+"version": "rc2",
+"position": "2"
 }
 },
 "releasedate": {


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

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



[netbeans] branch master updated (487686125c -> 314d8d0cb9)

2022-07-27 Thread neilcsmith
This is an automated email from the ASF dual-hosted git repository.

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


from 487686125c Merge pull request #4409 from neilcsmith-net/issues-nb15rc
 add 5b57c75753 upgrade maven-indexer to 6.2.2.
 add cde7bab4bd Merge pull request #4403 from mbien/indexer622
 add be9d96e7ad reuse existing nbm maven plugin to export package
 add a4a5b031a8 Merge pull request #4404 from ebarboni/nbmpluginfixes
 add ac970646d7 Fix #4411 - ensure moduleLocations is initialized in 
PatchModuleFileManager::fixLocation.
 add 7b7bb4a180 Merge pull request #4414 from neilcsmith-net/gh4411
 add 69565921c3 reintroduce getallmavencoordinates
 add e1f1421efb Merge pull request #4410 from ebarboni/fixmavenbuild
 add 1d110233f3 Verify java.lang.Record is available when source code 
higher than 14 is requested
 add 4a2c2058e3 Merge pull request #4422 from jtulach/CheckForRecordClass
 add 97f2a4617b Enable direct loading of native library for junixsocket 
instead of loading from temp
 add 7dc0f22594 Merge pull request #4420 from 
matthiasblaesing/junixsocket_externalize
 add 779f6a7fb1 Fixed right click on "Loading, please wait" and right click 
on "Load next 30 days" in history view
 add f9b54f6d43 Merge pull request #4427 from troizet/fix_history_view
 add 3b7f030b6a PHPStan - fixes typo in config panel and updates config 
file name Fixes #4426
 add e099d3ef88 Merge pull request #4435 from KacerCZ/phpstan-config-typo
 add 82317104e1 Fix Gradle Source4Binary always returns with resources 
location.
 add b9a1808c43 Merge pull request #4436 from lkishalmi/gh-4418
 add e1d6901c0b #4402 Unbalanced hint should work for fields initialized in 
constructor
 add 5ba8513327 Merge pull request #4421 from mbien/improve-unbalanced-hint
 new 314d8d0cb9 Merge pull request #4413 from apache/delivery

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:
 .../maven/apisupport/MavenPackageModifierImpl.java | 17 ++
 .../nbproject/project.properties   | 13 +++
 .../versioning/ui/history/HistoryFileView.java |  5 +
 .../versioning/ui/history/HistoryRootNode.java |  5 +
 .../gradle/java/queries/GradleSourceForBinary.java |  2 +-
 .../modules/java/hints/bugs/Unbalanced.java| 21 -
 .../modules/java/hints/bugs/UnbalancedTest.java| 26 ++
 .../modules/java/source/base/SourceLevelUtils.java |  2 ++
 .../modules/java/source/parsing/JavacParser.java   |  7 ++
 .../source/parsing/PatchModuleFileManager.java |  3 ++-
 java/maven.indexer/external/binaries-list  |  2 +-
 ...-license.txt => indexer-core-6.2.2-license.txt} |  2 +-
 1-notice.txt => indexer-core-6.2.2-notice.txt} |  0
 java/maven.indexer/nbproject/project.properties|  2 +-
 java/maven.indexer/nbproject/project.xml   |  4 ++--
 nbbuild/build.xml  | 21 +
 .../php/analysis/ui/options/Bundle.properties  |  2 +-
 17 files changed, 110 insertions(+), 24 deletions(-)
 rename java/maven.indexer/external/{indexer-core-6.2.1-license.txt => 
indexer-core-6.2.2-license.txt} (99%)
 rename java/maven.indexer/external/{indexer-core-6.2.1-notice.txt => 
indexer-core-6.2.2-notice.txt} (100%)


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

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



[netbeans] 01/01: Merge pull request #4413 from apache/delivery

2022-07-27 Thread neilcsmith
This is an automated email from the ASF dual-hosted git repository.

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

commit 314d8d0cb99a6941f8d0dc725c5e8c4ee175e6a2
Merge: 487686125c 5ba8513327
Author: Neil C Smith 
AuthorDate: Wed Jul 27 14:51:54 2022 +0100

Merge pull request #4413 from apache/delivery

Sync delivery to master after 15-rc2

 .../maven/apisupport/MavenPackageModifierImpl.java | 17 ++
 .../nbproject/project.properties   | 13 +++
 .../versioning/ui/history/HistoryFileView.java |  5 +
 .../versioning/ui/history/HistoryRootNode.java |  5 +
 .../gradle/java/queries/GradleSourceForBinary.java |  2 +-
 .../modules/java/hints/bugs/Unbalanced.java| 21 -
 .../modules/java/hints/bugs/UnbalancedTest.java| 26 ++
 .../modules/java/source/base/SourceLevelUtils.java |  2 ++
 .../modules/java/source/parsing/JavacParser.java   |  7 ++
 .../source/parsing/PatchModuleFileManager.java |  3 ++-
 java/maven.indexer/external/binaries-list  |  2 +-
 ...-license.txt => indexer-core-6.2.2-license.txt} |  2 +-
 1-notice.txt => indexer-core-6.2.2-notice.txt} |  0
 java/maven.indexer/nbproject/project.properties|  2 +-
 java/maven.indexer/nbproject/project.xml   |  4 ++--
 nbbuild/build.xml  | 21 +
 .../php/analysis/ui/options/Bundle.properties  |  2 +-
 17 files changed, 110 insertions(+), 24 deletions(-)


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

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



[netbeans] branch release100 updated (bf91a31488 -> 0ac32eba16)

2022-07-27 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

skygo pushed a change to branch release100
in repository https://gitbox.apache.org/repos/asf/netbeans.git


from bf91a31488 Merge pull request #3528 from ebarboni/release100api
 new 48f2286e28 attemp to fix javadoc for release100
 new 39b4a1b74b fix more links by moving class into their package
 new 8710897adc alter properties to make apidoc available for used but 
deprecated modules dependencies
 new 0ac32eba16 Merge pull request #4397 from ebarboni/fixapi100doc

The 2108 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:
 java/maven/arch.xml  |  2 +-
 nbbuild/antsrc/org/netbeans/nbbuild/CheckLinks.java  |  4 ++--
 nbbuild/build.properties |  9 -
 platform/api.htmlui/apichanges.xml   |  4 ++--
 platform/api.htmlui/arch.xml | 12 ++--
 platform/api.templates/apichanges.xml|  2 +-
 platform/api.templates/arch.xml  |  8 
 platform/openide.awt/arch.xml|  4 ++--
 .../src/org/openide/awt/{awt => }/ActionState.java   |  0
 .../src/org/openide/awt/{awt => }/PropertyMonitor.java   |  0
 .../src/org/openide/awt/{awt => }/StatefulAction.java|  0
 platform/openide.explorer/arch.xml   |  4 ++--
 platform/openide.filesystems/arch.xml|  4 ++--
 platform/openide.modules/arch.xml|  4 ++--
 .../src/org/openide/modules/ConstructorDelegate.java |  2 +-
 platform/openide.modules/src/org/openide/modules/Places.java |  5 +++--
 platform/openide.nodes/arch.xml  |  4 ++--
 platform/openide.util.lookup/arch.xml|  4 ++--
 platform/openide.windows/arch.xml|  4 ++--
 19 files changed, 42 insertions(+), 34 deletions(-)
 rename platform/openide.awt/src/org/openide/awt/{awt => }/ActionState.java 
(100%)
 rename platform/openide.awt/src/org/openide/awt/{awt => }/PropertyMonitor.java 
(100%)
 rename platform/openide.awt/src/org/openide/awt/{awt => }/StatefulAction.java 
(100%)


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

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