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

Set<Enum> support #28

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Set<Enum> support #28

wants to merge 6 commits into from

Commits on Feb 25, 2018

  1. Configuration menu
    Copy the full SHA
    f14f6c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e96b9f View commit details
    Browse the repository at this point in the history
  3. moved Converter<Set<Enum<*>>> to Converters, not using SharedSecrets …

    …which is inaccessible in JDK 9
    Miha-x64 committed Feb 25, 2018
    Configuration menu
    Copy the full SHA
    01471a2 View commit details
    Browse the repository at this point in the history
  4. wrapped Converter<Set<Enum<*>>> into its own class with exposed type,…

    … which if useful for CRUD wrappers around kwery-mapper
    Miha-x64 committed Feb 25, 2018
    Configuration menu
    Copy the full SHA
    67bc989 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3ace16d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    548ce43 View commit details
    Browse the repository at this point in the history