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

Upgrade to Java 21 and Remove asciidoclet #171

Merged
merged 4 commits into from
Jun 30, 2024
Merged

Upgrade to Java 21 and Remove asciidoclet #171

merged 4 commits into from
Jun 30, 2024

Commits on Jun 30, 2024

  1. Upgrade to Java 21 and Remove asciidoclet

    We now require Java 21 because of javadoc code snippets, which was the last feature we were really using from Asciidoclet.
    
    This also improves javadoc rendering in Intellij, as a side-effect, even though Intellij doesn't know about our snippet path configuration.
    chrisvest committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    ef684c7 View commit details
    Browse the repository at this point in the history
  2. Fix a flaky test

    The ManagedPool.getAllocationCount is eventually-consistent, and might not have been updated by the time we check.
    The AlloKit.CountingReallocator increments before the allocated object is available to be claimed.
    chrisvest committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    9184cfd View commit details
    Browse the repository at this point in the history
  3. Update CodeQL

    chrisvest committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    859241a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d44c43f View commit details
    Browse the repository at this point in the history