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

Move annotation discovery into AbstractEntryBasedExtension #485

Merged
merged 14 commits into from
May 29, 2021
Merged

Move annotation discovery into AbstractEntryBasedExtension #485

merged 14 commits into from
May 29, 2021

Commits on May 11, 2021

  1. Add failing tests

    beatngu13 committed May 11, 2021
    Configuration menu
    Copy the full SHA
    c17521f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b4b3ea View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. Create alternative ctor for empty backups

    Unfortunately, static declarations in inner classes (e.g. a static
    factory method `empty()`) are not supported in Java 8.
    beatngu13 committed May 12, 2021
    Configuration menu
    Copy the full SHA
    06e6a00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c81df7 View commit details
    Browse the repository at this point in the history
  3. Link to existing issues

    Eat your own dog food!
    beatngu13 committed May 12, 2021
    Configuration menu
    Copy the full SHA
    3b26755 View commit details
    Browse the repository at this point in the history
  4. Update readme

    beatngu13 committed May 12, 2021
    Configuration menu
    Copy the full SHA
    dd9a29c View commit details
    Browse the repository at this point in the history
  5. Remove obsolete annotation check

    Since the extension context store no longer queries ancestors, original
    entries can always be restored as the backup is simply empty if there
    is no value for the supplied key.
    beatngu13 committed May 12, 2021
    Configuration menu
    Copy the full SHA
    6e770cc View commit details
    Browse the repository at this point in the history

Commits on May 14, 2021

  1. Configuration menu
    Copy the full SHA
    a2e9f29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    394f1fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03baa4c View commit details
    Browse the repository at this point in the history
  4. Extract further methods

    beatngu13 committed May 14, 2021
    Configuration menu
    Copy the full SHA
    4d0979a View commit details
    Browse the repository at this point in the history

Commits on May 29, 2021

  1. Merge branch 'main' into issue/460-refactor-envvar-sysprop

    Nicolai Parlog committed May 29, 2021
    Configuration menu
    Copy the full SHA
    60a499b View commit details
    Browse the repository at this point in the history
  2. Update contribution list

    Nicolai Parlog committed May 29, 2021
    Configuration menu
    Copy the full SHA
    63c4757 View commit details
    Browse the repository at this point in the history
  3. Move abstract methods around

    Nicolai Parlog committed May 29, 2021
    Configuration menu
    Copy the full SHA
    35aa960 View commit details
    Browse the repository at this point in the history