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 78b97f5a5c Merge pull request #6565 from 
ebarboni/infradependenciesupdate
     new 0a205045cd bump versions in micronaut gradle tests
     new 6f8cc2e2a3 Update JGit from 5.7.0 to 6.7.0.
     new d32a76e785 Support Fragment-Host manifest entry with version 
specification
     new 7ff7e8787f Ensure that the org.osgi.framework.executionenvironment 
holds all JavaSE entries that match till the current JDK
     new 7c134fa3da Expose the jgit support modules (OpenGPG, LFS and JSCH 
support) as individual OSGI bundles
     new 9805027267 Merge pull request #6544 from matthiasblaesing/osgi-jgit

The 9158 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:
 .../data/gradle/artifacts/multi/app/build.gradle   |  2 +-
 .../data/gradle/artifacts/multi/gradle.properties  |  2 +-
 .../multi/gradle/wrapper/gradle-wrapper.properties |  2 +-
 .../data/gradle/artifacts/multi/oci/build.gradle   |  2 +-
 .../unit/data/gradle/artifacts/simple/build.gradle |  2 +-
 .../data/gradle/artifacts/simple/gradle.properties |  2 +-
 .../gradle/wrapper/gradle-wrapper.properties       |  2 +-
 ide/libs.git/nbproject/project.xml                 | 10 ++-
 .../libs/git/jgit/DelegatingProgressMonitor.java   |  4 +
 .../libs/git/jgit/JGitSshSessionFactory.java       | 10 +--
 .../libs/git/jgit/commands/CherryPickCommand.java  |  5 +-
 .../libs/git/jgit/commands/ExportDiffCommand.java  |  3 +-
 .../libs/git/jgit/commands/GitCommand.java         |  1 -
 ide/o.eclipse.jgit.gpg.bc/build.xml                | 25 ++++++
 .../external/binaries-list                         |  2 +-
 ...se.jgit.gpg.bc-6.7.0.202309050840-r-license.txt | 93 ++++++++++++++++++++++
 .../manifest.mf                                    |  0
 .../nbproject/project.properties                   |  2 +
 .../nbproject/project.xml                          | 36 ++++-----
 ide/o.eclipse.jgit.lfs/build.xml                   | 25 ++++++
 .../external/binaries-list                         |  2 +-
 ...lipse.jgit.lfs-6.7.0.202309050840-r-license.txt | 93 ++++++++++++++++++++++
 .../manifest.mf                                    |  0
 .../nbproject/project.properties                   |  2 +
 .../nbproject/project.xml                          | 29 ++-----
 ide/o.eclipse.jgit.ssh.jsch/build.xml              | 25 ++++++
 .../external/binaries-list                         |  2 +-
 ....jgit.ssh.jsch-6.7.0.202309050840-r-license.txt | 93 ++++++++++++++++++++++
 ide/o.eclipse.jgit.ssh.jsch/manifest.mf            |  1 +
 .../nbproject/project.properties                   |  2 +
 .../nbproject/project.xml                          | 29 ++-----
 ide/o.eclipse.jgit/build.xml                       | 24 +-----
 ide/o.eclipse.jgit/external/binaries-list          |  2 +-
 ...g.eclipse.jgit-5.7.0.202003110725-r-license.txt | 35 --------
 ...g.eclipse.jgit-6.7.0.202309050840-r-license.txt | 93 ++++++++++++++++++++++
 ide/o.eclipse.jgit/nbproject/project.properties    |  2 +
 ide/o.eclipse.jgit/nbproject/project.xml           | 23 +-----
 nbbuild/cluster.properties                         |  3 +
 nbbuild/licenses/EDL-1.0-jgit                      | 87 ++++++++++++++++++++
 .../src/org/netbeans/core/netigso/Netigso.java     | 19 +++--
 .../netigso/NetigsoLoaderOSGiFragmentTest.java     | 36 +++++++++
 .../netbeans/modules/netbinox/NetbinoxFactory.java | 44 ++++++++++
 42 files changed, 702 insertions(+), 174 deletions(-)
 create mode 100644 ide/o.eclipse.jgit.gpg.bc/build.xml
 copy ide/{o.eclipse.jgit => o.eclipse.jgit.gpg.bc}/external/binaries-list (88%)
 create mode 100644 
ide/o.eclipse.jgit.gpg.bc/external/org.eclipse.jgit.gpg.bc-6.7.0.202309050840-r-license.txt
 copy ide/{o.eclipse.jgit => o.eclipse.jgit.gpg.bc}/manifest.mf (100%)
 copy ide/{o.eclipse.jgit => 
o.eclipse.jgit.gpg.bc}/nbproject/project.properties (88%)
 copy ide/{o.eclipse.jgit => o.eclipse.jgit.gpg.bc}/nbproject/project.xml (80%)
 create mode 100644 ide/o.eclipse.jgit.lfs/build.xml
 copy ide/{o.eclipse.jgit => o.eclipse.jgit.lfs}/external/binaries-list (88%)
 create mode 100644 
ide/o.eclipse.jgit.lfs/external/org.eclipse.jgit.lfs-6.7.0.202309050840-r-license.txt
 copy ide/{o.eclipse.jgit => o.eclipse.jgit.lfs}/manifest.mf (100%)
 copy ide/{o.eclipse.jgit => o.eclipse.jgit.lfs}/nbproject/project.properties 
(89%)
 copy ide/{o.eclipse.jgit => o.eclipse.jgit.lfs}/nbproject/project.xml (71%)
 create mode 100644 ide/o.eclipse.jgit.ssh.jsch/build.xml
 copy ide/{o.eclipse.jgit => o.eclipse.jgit.ssh.jsch}/external/binaries-list 
(88%)
 create mode 100644 
ide/o.eclipse.jgit.ssh.jsch/external/org.eclipse.jgit.ssh.jsch-6.7.0.202309050840-r-license.txt
 create mode 100644 ide/o.eclipse.jgit.ssh.jsch/manifest.mf
 copy ide/{o.eclipse.jgit => 
o.eclipse.jgit.ssh.jsch}/nbproject/project.properties (88%)
 copy ide/{o.eclipse.jgit => o.eclipse.jgit.ssh.jsch}/nbproject/project.xml 
(64%)
 delete mode 100644 
ide/o.eclipse.jgit/external/org.eclipse.jgit-5.7.0.202003110725-r-license.txt
 create mode 100644 
ide/o.eclipse.jgit/external/org.eclipse.jgit-6.7.0.202309050840-r-license.txt
 create mode 100644 nbbuild/licenses/EDL-1.0-jgit


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

Reply via email to