Skip to content

Fix existing deprecations in code and build.#1767

Merged
tfenne merged 1 commit intodevfrom
tf_fix_deprecations
Apr 11, 2026
Merged

Fix existing deprecations in code and build.#1767
tfenne merged 1 commit intodevfrom
tf_fix_deprecations

Conversation

@tfenne
Copy link
Copy Markdown
Member

@tfenne tfenne commented Apr 1, 2026

Description

The build emits a number of Java deprecation warnings and gradle warnings about use of features incompatible with future gradle versions. This small PR fixes both.

Things to think about before submitting:

  • Make sure your changes compile and new tests pass locally.
  • Add new tests or update existing ones:
    • A bug fix should include a test that previously would have failed and passes now.
    • New features should come with new tests that exercise and validate the new functionality.
  • Extended the README / documentation, if necessary
  • Check your code style.
  • Write a clear commit title and message
    • The commit message should describe what changed and is targeted at htsjdk developers
    • Breaking changes should be mentioned in the commit message.

@tfenne tfenne requested a review from yfarjoun April 1, 2026 13:41
Copy link
Copy Markdown
Member

@nh13 nh13 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@tfenne tfenne changed the base branch from master to dev April 11, 2026 02:24
@tfenne tfenne merged commit 1c5d997 into dev Apr 11, 2026
3 checks passed
@tfenne tfenne deleted the tf_fix_deprecations branch April 11, 2026 02:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants