Skip to content

Get rid of all javax packages #4

@royi-frontegg

Description

@royi-frontegg

javax package prefix is deprecated and migrated to jakarta prefix.
Unfortunately, many applications still use old packages.

We need to think of a way to resolve these issues:

  1. Ignore JDK < 11 & Java EE deps, and just state that we support JDK >= 11
  2. Create 2 submodules -> one for javax (JDK 8) and one for jakarta(JDK >= 11)
  3. multi release jars??
  4. else

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions