Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump org.openstreetmap.josm from 0.5.0 to 0.8.2 #16

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 10, 2023

Bumps org.openstreetmap.josm from 0.5.0 to 0.8.2.

Release notes

Sourced from org.openstreetmap.josm's releases.

v0.8.2

This release fixes an issue with the MANIFEST.MF file of JOSM plugins. When that file is not the first or second file entry in a *.jar file, then JOSM won't recognize the plugin. The issue was reported as floscher/gradle-josm-plugin#15 and is now fixed. Otherwise this release is basically the same as the previous release https://gitlab.com/JOSM/gradle-josm-plugin/-/releases/v0.8.1 .

When updating to this version, make sure to update to a Gradle version >= 7.1 (it was tested with Gradle versions between 7.1.1 and 7.4.2).

For a full list of changes, see https://gitlab.com/JOSM/gradle-josm-plugin/-/compare/v0.8.1...v0.8.2

v0.8.1

Important: This version contains a bug that prevents JOSM from loading your plugins. Please do not use this version to release your JOSM plugin, update to version 0.8.2 instead.

  • fixes project name in generated *.pot file // 1675eaf3318fcf57ba96553da3f6572bac72c036
  • several improvements to the tasks creating the distribution *.jar file // 53fec105e95a7a9fc964c868594e4bdb228dbcc3 ac94d5a955950c95bd7287fa3379cd94be997576 c740ca300833823934d67e2c813ddefb067672e2
  • improve sorting of translatable strings // 42b56ed4b8a80f3f1dcec724694d1828fc186dc1
  • fix warnings of Gradle 7 about certain tasks, see https://gitlab.com/JOSM/gradle-josm-plugin/-/issues/18 // 99c8bc1b08552c5e815a0a5e1809e4b7d07807ea
  • make the MANIFEST.MF file always valid UTF-8, see gradle/gradle#5225 // 881551ad81d0350cd9b5602b1ad5a184e801afab 8e2c7964fecf41c3cc69f960a9540d43c3d42306
  • fix bug when modifying classpaths in the manifest, see floscher/gradle-josm-plugin#13 // eeb263ea98dca1d960c8a0985794a76f98a6ca78 4af86c433d6ae87854a3d2541010c72cd4d84c67
  • better documentation for the localDist task, see https://gitlab.com/JOSM/gradle-josm-plugin/-/merge_requests/10 // 6a4a2055f1824b6961324fb35d856e77400f47c1 197e995ea3056a1af88f9a0aa715505c8d87b860
  • add documentation about versioning the plugin // dda124682affdf9d18066b24470a9048ed74a6e7
  • add translatable string for translator credits to generated *.pot file // 9994f4633a00cc81b1981b7faca9de588c078e89
  • small fixes to translation file processing // a0def2969ce8ddda241c92dfeaa316e51fcfbb51 04c0e5d577fd620e7a8b2afecd9e21589df33cb9

When updating to this version, make sure to update to a Gradle version >= 7.1 (it was tested with Gradle versions between 7.1.1 and 7.4.2).

For a full changelog, see https://gitlab.com/JOSM/gradle-josm-plugin/-/compare/v0.8.0...v0.8.1

v0.8.0

When updating to this version, make sure to update to a Gradle version >= 7.1 (it was tested with Gradle versions between 7.1.1 and 7.3.3).

v0.7.1

  • simplify task for generating *.pot file (no longer needs helper task GenerateFileList) // 3311c76639df18f101b47746ff61bccf96efc2d6
  • update URLs of JOSM SVN // a18f00beaaec872f6eb3381925548c5f663b4e12
  • split the project into four separate modules (was previously just different source sets), the plugin is now also published as multiple artifacts // 374d31dfe9fd4cab70d4ceb92faeb77ecc28ebde
  • the :i18n module is published as both a Java library and also a Javascript library that could be used in the web browser // dddeeca379f8876972ff25ae53d868ac54b72eb8
  • add native support for *.po file encoding and decoding (without needing gettext installed, available to both Java and Javascript) // d368c888f0349eec8e8ccb8430b7aa1270ca9e75

When updating to this version, make sure to update to a Gradle version >= 6.0 (it was tested with Gradle versions between 6.0 and 6.7).

-----BEGIN PGP SIGNATURE-----

</tr></table>

... (truncated)

Commits
  • 11a6519 Add settings to make *.jar files more reproducible
  • ffc4c5a Update Gradle to 7.4.2
  • 5212794 Fix wrong file order in distribution *.jar (MANIFEST.MF must come first!)
  • 7fa37db add tests to show Manifest can't be read from build/dist/plugin.jar
  • f75dfb3 Add test against Gradle 7.4.2 and fix fallback to empty list for pluginDepend...
  • d88df13 Update dependency versions
  • 7a10191 Use Gradle property fields internally in JosmManifest class
  • fde22f3 fix warnings related to Kotlins explicit API mode
  • 9994f46 Add entry to generated *.pot file for translator credits
  • 04c0e5d Improve *.po file decoding performance by filtering out comments earlier
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [org.openstreetmap.josm](https://gitlab.com/JOSM/gradle-josm-plugin) from 0.5.0 to 0.8.2.
- [Release notes](https://gitlab.com/JOSM/gradle-josm-plugin/tags)
- [Commits](https://gitlab.com/JOSM/gradle-josm-plugin/compare/v0.5.0...v0.8.2)

---
updated-dependencies:
- dependency-name: org.openstreetmap.josm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 10, 2023
@iandees iandees merged commit a5483b2 into main Sep 9, 2024
@iandees iandees deleted the dependabot/gradle/org.openstreetmap.josm-0.8.2 branch September 9, 2024 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant