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

Fix Tooling API compatibility #14428

Closed
wants to merge 21 commits into from
Closed

Commits on Sep 7, 2020

  1. Clean accepted API changes

    big-guy authored and donat committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    48e393c View commit details
    Browse the repository at this point in the history
  2. Update version to 6.8

    big-guy authored and donat committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    5f78eef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4569ce2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0cd0a71 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aef3ec1 View commit details
    Browse the repository at this point in the history
  6. Fix binary compatibility issue

    blindpirate authored and donat committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    9b41bee View commit details
    Browse the repository at this point in the history
  7. Fix kotlin version to 1.4.0

    blindpirate authored and donat committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    bb35b48 View commit details
    Browse the repository at this point in the history
  8. Add missing scala-junit

    blindpirate authored and donat committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    61209ea View commit details
    Browse the repository at this point in the history
  9. Publish 6.7-20200905230036+0000

    bot-teamcity authored and donat committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    c79bc11 View commit details
    Browse the repository at this point in the history
  10. Publish 6.7-20200906230029+0000

    bot-teamcity authored and donat committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    f84d03b View commit details
    Browse the repository at this point in the history
  11. Create JfrProfiler correctly (#14424)

    blindpirate authored and donat committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    60f6937 View commit details
    Browse the repository at this point in the history
  12. Make checkstyle happy

    blindpirate authored and donat committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    e2ce1c1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6da2ca8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7e7ae41 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    64b1014 View commit details
    Browse the repository at this point in the history
  16. Remove blank line

    rieske authored and donat committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    949a100 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    49fb319 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d8d3eff View commit details
    Browse the repository at this point in the history
  19. Revert "Update Gradle wrapper to latest 6.7 nightly"

    This reverts commit cc56400.
    rieske authored and donat committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    e734765 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    25223ac View commit details
    Browse the repository at this point in the history
  21. Rework cross-JDK compatibility tester

    - Instead of compiling a class from resources via the command-line, use a Gradle build with different JDK targets
    - We do not need to test the current release against itself, we have other TAPI tests to cover that
    - We do not need to test that a new JDK can compile backwards to older bytecode
    big-guy authored and donat committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    19a4648 View commit details
    Browse the repository at this point in the history