Skip to content

Bump gov.nasa.gsfc.heasarc:nom-tam-fits from 1.21.2 to 1.22.0#202

Merged
jordanpadams merged 2 commits into
mainfrom
dependabot/maven/gov.nasa.gsfc.heasarc-nom-tam-fits-1.22.0
May 12, 2026
Merged

Bump gov.nasa.gsfc.heasarc:nom-tam-fits from 1.21.2 to 1.22.0#202
jordanpadams merged 2 commits into
mainfrom
dependabot/maven/gov.nasa.gsfc.heasarc-nom-tam-fits-1.22.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 2, 2026

Bumps gov.nasa.gsfc.heasarc:nom-tam-fits from 1.21.2 to 1.22.0.

Release notes

Sourced from gov.nasa.gsfc.heasarc:nom-tam-fits's releases.

1.22.0

Maintenance release with version bump. No significant API changes, but a lot of the previously announced deprecations are now actually in effect. Other than that, this release is mainly just a lot of cleanup of the test suite, and javadoc warnings.

Fixed

  • #793 README.md anchors now use the newer id attribute instead of the deprecated name attribute for defining in-page references. The older form was not processed correctly by the Maven doxia markdown module (2.0.0), breaking in-page navigation on the site. The use of the id tag seems to fix it, and it works on Github also. (by @​attipaci, thanks to @​gpdf)

Deprecated

  • #823 Classes and members that were already documented as deprecated, are now in fact annotated as such also. I.e., the compiler will warn by default when the deprecated API is used in your application code. You can disable the warnings at the compiler level (e.g. -Xlint:-deprecation), or else you can use the @SuppressWarnings("deprecate") annotation in your source code, on top of your classes / methods that reference the deprecated entities. (by @​attipaci)

  • #823 Deprecated MultiArrayIterator class. Its generic type did not make sense, referring to both the array type and the element type at the same time. As such it was only really usable with raw types.

  • #825 Deprecate members of deprecated classes explicitly also. (by @​attipaci)

Changed

  • #821 Migrated test suite to JUnit5. (by @​attipaci)

  • #821 Test suite cleanup: fix resource leaks, and cure most compiler warnings. (by @​attipaci)

  • #822 ColumnTable.addWrappedColumn() and .setWrappedColumn() now checks if the new column has the same number of rows as existing columns in the table. (by @​attipaci)

  • #823 CompressorProvider.newCompressor() used to catch exceptions and return null if something went wrong. It's better to throw these exceptions. (by @​attipaci)

  • #823 Various fixes to cure javadoc warnings. (by @​attipaci)

  • #824 Updated maven site schema and fluido skins to 2.1.0. (by @​attipaci)

  • Uses the latest Maven build and runtime dependencies. (by @​attipaci)

Changelog

Sourced from gov.nasa.gsfc.heasarc:nom-tam-fits's changelog.

[1.22.0] - 2026-03-31

Maintenance release with version bump. No significant API changes, but a lot of the previously announced deprecations are now actually in effect. Other than that, this release is mainly just a lot of cleanup of the test suite, and javadoc warnings.

Fixed

  • #793 README.md anchors now use the newer id attribute instead of the deprecated name attribute for defining in-page references. The older form was not processed correctly by the Maven doxia markdown module (2.0.0), breaking in-page navigation on the site. The use of the id tag seems to fix it, and it works on Github also. (by @​attipaci, thanks to @​gpdf)

Deprecated

  • #823 Classes and members that were already documented as deprecated, are now in fact annotated as such also. I.e., the compiler will warn by default when the deprecated API is used in your application code. You can disable the warnings at the compiler level (e.g. -Xlint:-deprecation), or else you can use the @SuppressWarnings("deprecation") annotation in your source code, on top of your classes / methods that reference the deprecated entities. (by @​attipaci)

  • #823 Deprecated MultiArrayIterator class. Its generic type did not make sense, referring to both the array type and the element type at the same time. As such it was only really usable with raw types.

  • #825 Deprecate members of deprecated classes explicitly also. (by @​attipaci)

Changed

  • #821 Migrated test suite to JUnit5. (by @​attipaci)

  • #821 Test suite cleanup: fix resource leaks, and cure most compiler warnings. (by @​attipaci)

  • #822 ColumnTable.addWrappedColumn() and .setWrappedColumn() now checks if the new column has the same number of rows as existing columns in the table. (by @​attipaci)

  • #823 CompressorProvider.newCompressor() used to catch exceptions and return null if something went wrong. It's better to throw these exceptions. (by @​attipaci)

  • #823 Various fixes to cure javadoc warnings. (by @​attipaci)

  • #824 Updated maven site schema and fluido skins to 2.1.0. (by @​attipaci)

  • Uses the latest Maven build and runtime dependencies. (by @​attipaci)

Commits
  • 7a485c5 1.22.0
  • 2e007ad build(deps): bump com.puppycrawl.tools:checkstyle from 13.3.0 to 13.4.0 (#837)
  • 02adae8 Merge pull request #838 from nom-tam-fits/dependabot/github_actions/codecov/c...
  • 870c350 Merge pull request #836 from nom-tam-fits/dependabot/maven/com.github.spotbug...
  • 37bdf53 build(deps): bump codecov/codecov-action from 5 to 6
  • 0fa3445 build(deps-dev): bump com.github.spotbugs:spotbugs-maven-plugin
  • 47ccb95 Merge pull request #835 from nom-tam-fits/dependabot/maven/org.apache.maven.d...
  • 37e1214 build(deps): bump org.apache.maven.doxia:doxia-module-markdown
  • 599c301 Merge pull request #834 from nom-tam-fits/dependabot/maven/org.apache.maven.p...
  • bb3bf07 build(deps-dev): bump org.apache.maven.plugins:maven-resources-plugin
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [gov.nasa.gsfc.heasarc:nom-tam-fits](https://github.com/nom-tam-fits/nom-tam-fits) from 1.21.2 to 1.22.0.
- [Release notes](https://github.com/nom-tam-fits/nom-tam-fits/releases)
- [Changelog](https://github.com/nom-tam-fits/nom-tam-fits/blob/master/CHANGELOG.md)
- [Commits](nom-tam-fits/nom-tam-fits@1.21.2...1.22.0)

---
updated-dependencies:
- dependency-name: gov.nasa.gsfc.heasarc:nom-tam-fits
  dependency-version: 1.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 2, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 2, 2026 03:02
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 2, 2026
@sonarqubecloud
Copy link
Copy Markdown

@jordanpadams jordanpadams merged commit 8e7a32d into main May 12, 2026
4 checks passed
@jordanpadams jordanpadams deleted the dependabot/maven/gov.nasa.gsfc.heasarc-nom-tam-fits-1.22.0 branch May 12, 2026 17:01
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 java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant