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

feat: Default I18N provider #17823

Merged
merged 15 commits into from
Oct 18, 2023
Merged

feat: Default I18N provider #17823

merged 15 commits into from
Oct 18, 2023

Commits on Oct 12, 2023

  1. feat: Default I18N provider

    Add implementation for a I18N
    provider that is loaded if there
    are translation properties files
    in the defined classpath folder.
    
    If a custom I18N is set default will
    never be loaded.
    
    Fixes #5917
    caalador committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    10a8ee1 View commit details
    Browse the repository at this point in the history
  2. Fix default provider to not add extra own caching

    no cast bytes through ISO.
    caalador committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    b6d811f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d669a5 View commit details
    Browse the repository at this point in the history
  4. drop to debug

    caalador committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    b5e90da View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    44fa73b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fdd1cec View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    d507f4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    125df0a View commit details
    Browse the repository at this point in the history
  3. Add javaDocs

    update filter
    add missing new lines
    caalador committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    0b1ac48 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6443583 View commit details
    Browse the repository at this point in the history
  5. Handle files in jar for checkign i18n properties availability

    update test with Mockito.CALLS_REAL_METHODS to simplify testing
    caalador committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    4cd907b View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Update messages.

    Update jar handling.
    caalador committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    e80d6f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab2e48c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ea10bf View commit details
    Browse the repository at this point in the history
  4. Clean unused imports.

    caalador committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    ebfa2f3 View commit details
    Browse the repository at this point in the history