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

Drop support for JDK8 #617

Merged
merged 8 commits into from
Aug 13, 2024
Merged

Drop support for JDK8 #617

merged 8 commits into from
Aug 13, 2024

Commits on Aug 12, 2024

  1. Drop support for JDK8

    Closes #615
    lread committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    579e40b View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Merge branch 'master' into lread-drop-jdk8-support

    * master:
      Issue 604 addendum (#619)
    lread committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    385be7b View commit details
    Browse the repository at this point in the history
  2. Bump Babashka http-client

    Babashka http-client now has a min Clojure version of 1.10 (was 1.11).
    This is reasonable, Etaoin will share the same min version.
    lread committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    f8c7bd3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b360c77 View commit details
    Browse the repository at this point in the history
  4. address eastwood lint error

    lread committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    300252c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8b0c07c View commit details
    Browse the repository at this point in the history
  6. fix incorrect type hint

    lread committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    9ce2ea9 View commit details
    Browse the repository at this point in the history
  7. Apply connect-timeout correctly to bb http-client

    It belongs to the client not the request.
    
    Thanks to slow Windows on CI to help me catch my mistake here.
    lread committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    fe2041b View commit details
    Browse the repository at this point in the history