-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/main' into jdk17
* upstream/main: (45 commits) Squashed 'buildres/csl/csl-styles/' changes from ec4a4c0..176997d (#7910) Update citeproc-java to 3.0.0-alpha.2 (#7911) Search in PDF Files (#2838) Removed references to apache commons logging (#7907) Oobranch c : ootext and rangesort (#7788) Bump jackson-datatype-jsr310 from 2.12.3 to 2.12.4 (#7901) fix markdownlint Bump jackson-dataformat-yaml from 2.12.3 to 2.12.4 (#7899) Bump postgresql from 42.2.22 to 42.2.23 (#7902) Bump classgraph from 4.8.109 to 4.8.110 (#7900) Bump gittools/actions from 0.9.9 to 0.9.10 (#7898) Bump flowless from 0.6.3 to 0.6.4 (#7903) Bump jsoup from 1.13.1 to 1.14.1 (#7904) Bump tika-core from 1.26 to 1.27 (#7897) Try even more empty lines to provoke conflicts in CHANGELOG.md after a release Fix position in CHANGELOG.md Add corporate proxy workaround for Version.getAllAvailableVersions() (#7890) Update to Java 16 in build.gradle (#7892) Preparing Changelog for the next release cycle New development cycle ... # Conflicts: # gradle/wrapper/gradle-wrapper.properties
- Loading branch information
Showing
187 changed files
with
16,007 additions
and
1,366 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,8 @@ on: | |
- 'docs/**' | ||
- 'src/test/**' | ||
- 'README.md' | ||
tags: | ||
- '*' | ||
pull_request: | ||
paths-ignore: | ||
- 'docs/**' | ||
|
@@ -51,12 +53,12 @@ jobs: | |
with: | ||
fetch-depth: 0 | ||
- name: Install GitVersion | ||
uses: gittools/actions/gitversion/[email protected].9 | ||
uses: gittools/actions/gitversion/[email protected].10 | ||
with: | ||
versionSpec: "5.x" | ||
- name: Run GitVersion | ||
id: gitversion | ||
uses: gittools/actions/gitversion/[email protected].9 | ||
uses: gittools/actions/gitversion/[email protected].10 | ||
- name: Set up JDK | ||
uses: actions/setup-java@v2 | ||
with: | ||
|
@@ -103,7 +105,7 @@ jobs: | |
jpackage --type pkg --dest build/distribution --name JabRef --mac-package-identifier JabRef --app-version "${{ steps.gitversion.outputs.Major }}.${{ steps.gitversion.outputs.Minor }}" --app-image build/distribution/JabRef.app --verbose --type pkg --vendor JabRef --app-version "${{ steps.gitversion.outputs.Major }}.${{ steps.gitversion.outputs.Minor }}" --file-associations buildres/mac/bibtexAssociations.properties --resource-dir buildres/mac | ||
productsign --sign "Developer ID Installer: JabRef e.V. (6792V39SK3)" "build/distribution/JabRef-${{ steps.gitversion.outputs.Major }}.${{ steps.gitversion.outputs.Minor }}.pkg" "build/distribution/JabRef-${{ steps.gitversion.outputs.Major }}.${{ steps.gitversion.outputs.Minor }}-signed.pkg" | ||
- name: Notarize dmg and pkg installer | ||
if: matrix.os == 'macos-latest' && github.ref == 'refs/heads/main' | ||
if: matrix.os == 'macos-latest' && startsWith(github.ref, 'refs/tags/') | ||
shell: bash | ||
run: | | ||
REQUEST_UUID_DMG=$(xcrun altool --verbose --notarize-app --primary-bundle-id "org.jabref" --username ${{ secrets.OSX_NOTARIZATION_APP_USERNAME }} --password ${{ secrets.OSX_NOTARIZATION_APP_PWD }} --asc-provider "6792V39SK3" --file "build/distribution/JabRef-${{ steps.gitversion.outputs.Major }}.${{ steps.gitversion.outputs.Minor }}.dmg" | grep RequestUUID | awk '{print $3}') | ||
|
@@ -160,12 +162,12 @@ jobs: | |
- name: Fetch all history for all tags and branches | ||
run: git fetch --prune --unshallow | ||
- name: Install GitVersion | ||
uses: gittools/actions/gitversion/[email protected].9 | ||
uses: gittools/actions/gitversion/[email protected].10 | ||
with: | ||
versionSpec: '5.x' | ||
- name: Run GitVersion | ||
id: gitversion | ||
uses: gittools/actions/gitversion/[email protected].9 | ||
uses: gittools/actions/gitversion/[email protected].10 | ||
- name: Get linux binaries | ||
uses: actions/download-artifact@master | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.