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

Use Spring WebClient #829

Draft
wants to merge 64 commits into
base: main
Choose a base branch
from
Draft

Use Spring WebClient #829

wants to merge 64 commits into from

Commits on Nov 3, 2022

  1. Configuration menu
    Copy the full SHA
    25c33bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bffdbed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f342428 View commit details
    Browse the repository at this point in the history
  4. Configure OpenApi to generate the Spring WebClient (does not compile …

    …yet)
    
    The WebClient is a Spring class that can support automatic refreshing of the token. But using this new API means we have to change all calls to the (possible blocking) WebFlux calls.
    thomaskrause committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    403ed4e View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. Configuration menu
    Copy the full SHA
    b0d0e37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    811d77c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00b4bb6 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. Configuration menu
    Copy the full SHA
    b8ad22a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6861a7 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Merge branch 'main' into feature/refresh-jwt-token

    # Conflicts:
    #	pom.xml
    thomaskrause committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    8aaf12a View commit details
    Browse the repository at this point in the history
  2. Add a "patched" CorpusApi implementation that allows to get the list …

    …of strings as mono.
    
    If OpenAPITools/openapi-generator#14125 gets merged, we won't need this workaround anymore
    thomaskrause committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    7e10ed0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db60d7a View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Configuration menu
    Copy the full SHA
    9aee36f View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. Configuration menu
    Copy the full SHA
    da4c948 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Fix compilation issues

    thomaskrause committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    1151b20 View commit details
    Browse the repository at this point in the history
  2. Formatting

    thomaskrause committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    b4e1fa0 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Merge branch 'feature/refresh-jwt-token'

    # Conflicts:
    #	pom.xml
    thomaskrause committed May 22, 2023
    Configuration menu
    Copy the full SHA
    ee9ff55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    651e265 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6355049 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4361714 View commit details
    Browse the repository at this point in the history
  5. Send find query as body

    thomaskrause committed May 22, 2023
    Configuration menu
    Copy the full SHA
    aa98f78 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Configuration menu
    Copy the full SHA
    5f94243 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6159897 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    9051953 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    965ba87 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Configuration menu
    Copy the full SHA
    f0bdcfd View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    0f3e3d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e8d5c6 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into feature/use-webclient

    # Conflicts:
    #	src/main/java/org/corpus_tools/annis/gui/EmbeddedVisUI.java
    #	src/main/java/org/corpus_tools/annis/gui/Helper.java
    #	src/main/java/org/corpus_tools/annis/gui/docbrowser/DocBrowserPanel.java
    #	src/main/java/org/corpus_tools/annis/gui/exporter/ExportHelper.java
    thomaskrause committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    b7bf79c View commit details
    Browse the repository at this point in the history
  4. Fix compilation error

    thomaskrause committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    ba51ca5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a74eb01 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    56cf8a5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e435736 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8b4cf57 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6a22e92 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4e5afb7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    147529a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    22b4da2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f34f140 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    89bb035 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0898a11 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Configuration menu
    Copy the full SHA
    dff3e85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    284fb71 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d38717 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fdfbc83 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    98bb53c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ad753a2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c0b8b6b View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    ab35323 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4113df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc5245c View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    538b9d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abe52e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ace0a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd277b6 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    904e696 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    5aa7d02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afc60b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dda4549 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7704b34 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Configuration menu
    Copy the full SHA
    1a36b35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2289c2c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    805a8e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4233d17 View commit details
    Browse the repository at this point in the history