Skip to content

Conversation

@plobsing
Copy link

Issue(s)

N/A

Description

The version of Handlebars required by this project is only compatible with JDK 17 and upwards; the artifacts built by this project would otherwise be compatible with earlier JDKs. Since the dependency is actually unused by the Okta SDK, the incompatibility with JDK 11 is a bit subtle: it will only manifest in applications that are themselves using Handlebars at runtime.

The SDK's built artifacts do not depend on Handlebars (checked with jdeps), nor do any of this project's other dependencies (checked with coursier resolve).

Category

  • Bugfix
  • Enhancement
  • New Feature
  • Library Upgrade
  • Configuration Change
  • Versioning Change
  • Unit or Integration Test(s)
  • Documentation

Signoff

  • [Obvious Fix] I have submitted a CLA for this PR
  • Each commit message explains what the commit does
  • I have updated documentation to explain what my PR does
  • My code is covered by tests if required
  • I did not edit any automatically generated files

The built artifacts do not depend on Handlebars (at least not according
to `jdeps`), nor do any of this project's other dependencies.

The version of Handlebars required by this constraint is only compatible
with JDK 17 and upwards; this project would otherwise be compatible with
earlier JDKs. Since the dependency is actually unused by the Okta SDK, the
incompatibility with JDK 11 is a bit subtle: it will only manifest in
applications that are themselves using Handlebars at runtime.
@plobsing plobsing requested a review from prachi-okta as a code owner April 26, 2025 16:26
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.

1 participant