Skip to content

Commit e5104e7

Browse files
committed
Update jgit from 7.2 to 7.4.
1 parent a97f02c commit e5104e7

File tree

18 files changed

+19
-31
lines changed

18 files changed

+19
-31
lines changed

ide/libs.git/src/org/netbeans/libs/git/jgit/commands/GitCommand.java

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@
1919

2020
package org.netbeans.libs.git.jgit.commands;
2121

22-
import java.security.AccessController;
23-
import java.security.PrivilegedActionException;
24-
import java.security.PrivilegedExceptionAction;
2522
import java.text.MessageFormat;
2623
import org.eclipse.jgit.lib.Repository;
2724
import org.netbeans.libs.git.GitException;
@@ -49,17 +46,7 @@ public final void execute () throws GitException {
4946
if (prepareCommand()) {
5047
try {
5148
monitor.started(getCommandDescription());
52-
try {
53-
AccessController.doPrivileged(new PrivilegedExceptionAction<Void>() {
54-
@Override
55-
public Void run () throws GitException {
56-
GitCommand.this.run();
57-
return null;
58-
}
59-
});
60-
} catch (PrivilegedActionException e) {
61-
throw (GitException) e.getException();
62-
}
49+
run();
6350
} catch (RuntimeException ex) {
6451
if (ex.getMessage() != null && ex.getMessage().contains("Unknown repository format")) { //NOI18N
6552
throw new GitException("It seems the config file for repository at [" + repository.getWorkTree() + "] is corrupted.\nEnsure it's valid.", ex); //NOI18N

ide/o.eclipse.jgit.gpg.bc/external/binaries-list

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# KIND, either express or implied. See the License for the
1515
# specific language governing permissions and limitations
1616
# under the License.
17-
0B53C4CF59B0A52E4E2C43E4FF096BBD8E389B30 org.eclipse.jgit:org.eclipse.jgit.gpg.bc:7.2.0.202503040940-r
17+
33787FA12A5F0457C2028FA1DA4517AC8EB3DDF7 org.eclipse.jgit:org.eclipse.jgit.gpg.bc:7.4.0.202509020913-r
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: JGit Library
22
Origin: Eclipse
3-
Version: 7.2.0.202503040940-r
3+
Version: 7.4.0.202509020913-r
44
Description: Integration library for Git client
55
License: EDL-1.0-jgit
66
URL: http://www.eclipse.org/jgit/download/

ide/o.eclipse.jgit.gpg.bc/nbproject/project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717

1818
is.autoload=true
1919

20-
release.external/org.eclipse.jgit.gpg.bc-7.2.0.202503040940-r.jar=modules/org-eclipse-jgit-gpg-bc.jar
20+
release.external/org.eclipse.jgit.gpg.bc-7.4.0.202509020913-r.jar=modules/org-eclipse-jgit-gpg-bc.jar

ide/o.eclipse.jgit.gpg.bc/nbproject/project.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<public-packages/>
6666
<class-path-extension>
6767
<runtime-relative-path>org-eclipse-jgit-gpg-bc.jar</runtime-relative-path>
68-
<binary-origin>external/org.eclipse.jgit.gpg.bc-7.2.0.202503040940-r.jar</binary-origin>
68+
<binary-origin>external/org.eclipse.jgit.gpg.bc-7.4.0.202509020913-r.jar</binary-origin>
6969
</class-path-extension>
7070
</data>
7171
</configuration>

ide/o.eclipse.jgit.lfs/external/binaries-list

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# KIND, either express or implied. See the License for the
1515
# specific language governing permissions and limitations
1616
# under the License.
17-
21B6C0D03236D7889C80EBBD6B18FB79246F19D9 org.eclipse.jgit:org.eclipse.jgit.lfs:7.2.0.202503040940-r
17+
D47A51B1257A577DB9388386F60953CFB066450C org.eclipse.jgit:org.eclipse.jgit.lfs:7.4.0.202509020913-r

ide/o.eclipse.jgit.lfs/external/org.eclipse.jgit.lfs-7.2.0.202503040940-r-license.txt renamed to ide/o.eclipse.jgit.lfs/external/org.eclipse.jgit.lfs-7.4.0.202509020913-r-license.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: JGit Library
22
Origin: Eclipse
3-
Version: 7.2.0.202503040940-r
3+
Version: 7.4.0.202509020913-r
44
Description: Integration library for Git client
55
License: EDL-1.0-jgit
66
URL: http://www.eclipse.org/jgit/download/

ide/o.eclipse.jgit.lfs/nbproject/project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717

1818
is.autoload=true
1919

20-
release.external/org.eclipse.jgit.lfs-7.2.0.202503040940-r.jar=modules/org-eclipse-jgit-lfs.jar
20+
release.external/org.eclipse.jgit.lfs-7.4.0.202509020913-r.jar=modules/org-eclipse-jgit-lfs.jar

ide/o.eclipse.jgit.lfs/nbproject/project.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<public-packages/>
6161
<class-path-extension>
6262
<runtime-relative-path>org-eclipse-jgit-lfs.jar</runtime-relative-path>
63-
<binary-origin>external/org.eclipse.jgit.lfs-7.2.0.202503040940-r.jar</binary-origin>
63+
<binary-origin>external/org.eclipse.jgit.lfs-7.4.0.202509020913-r.jar</binary-origin>
6464
</class-path-extension>
6565
</data>
6666
</configuration>

ide/o.eclipse.jgit.ssh.jsch/external/binaries-list

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# KIND, either express or implied. See the License for the
1515
# specific language governing permissions and limitations
1616
# under the License.
17-
D80BF5D740F8A8E4731F75489E6A9226402E6A67 org.eclipse.jgit:org.eclipse.jgit.ssh.jsch:7.2.0.202503040940-r
17+
3F08EFBDA770BEA1096525D48BD7A9AC967D0E2A org.eclipse.jgit:org.eclipse.jgit.ssh.jsch:7.4.0.202509020913-r

0 commit comments

Comments
 (0)