Uploaded image for project: 'Jackrabbit Oak'
  1. Jackrabbit Oak
  2. OAK-7182 Make it possible to update Guava
  3. OAK-8657

SimpleCredentialsSupport uses Guava API in exported API

    XMLWordPrintableJSON

Details

    • Technical task
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • None
    • 1.30.0
    • security-spi
    • None

    Description

          @Override
          @NotNull
          public ImmutableSet<Class> getCredentialClasses() {
              return ImmutableSet.<Class>of(SimpleCredentials.class);
          }
      

      We should fix this to use a regular `Set` (as in the implemented interface). However, this would be an incompatible API change; we could do that in sync with OAK-7358.

      Attachments

        1. OAK-8657.diff
          2 kB
          Julian Reschke

        Issue Links

          Activity

            People

              reschke Julian Reschke
              reschke Julian Reschke
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: