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

ISPN-13842 Infinispan indexing annotations #10125

Merged

Commits on May 17, 2022

  1. Copy the full SHA
    22935de View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e84da7c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    4b54c9d View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    2524f20 View commit details
    Browse the repository at this point in the history
  5. ISPN-13648 Make index field mapping following new index model

    Keeping the adapting from old annotations to new index model bounded to search5 package, that will be a sort of ACL.
    fax4ever committed May 17, 2022
    Copy the full SHA
    45852b8 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    bdb440e View commit details
    Browse the repository at this point in the history
  7. ISPN-13648 Support new annotations further features

    That are: norms, searchAnalyzer, termVector, includeDepth, structure.
    For decimalScale, we need to support BigDecimal with ProtoStream first.
    fax4ever committed May 17, 2022
    Copy the full SHA
    d37ab1e View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    8d3c4ff View commit details
    Browse the repository at this point in the history
  9. ISPN-13648 Allow parse different enum value strings kids

    As we did for legacy annotations values
    fax4ever committed May 17, 2022
    Copy the full SHA
    407a18d View commit details
    Browse the repository at this point in the history
  10. ISPN-13648 Make infinispan-api optional (not finished)

    In order to use query modules without the api, we need to do something like we did for the micrometer dependency, trying to load the class...
    fax4ever committed May 17, 2022
    Copy the full SHA
    374e71c View commit details
    Browse the repository at this point in the history