Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: JetBrains/java-annotations
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 21.0.1
Choose a base ref
...
head repository: JetBrains/java-annotations
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 23.0.0
Choose a head ref
  • 19 commits
  • 9 files changed
  • 4 contributors

Commits on May 25, 2021

  1. Version 21.0.1

    amaembo committed May 25, 2021
    Configuration menu
    Copy the full SHA
    7c97da5 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2021

  1. Configuration menu
    Copy the full SHA
    4f09caf View commit details
    Browse the repository at this point in the history
  2. Introduce @Blocking and @nonblocking

    jreznot committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    19809f3 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. Update changelog

    jreznot committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    0ad8455 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #58 from jreznot/reactive-blocking-annotations

    Reactive blocking context aware annotations
    amaembo authored Aug 12, 2021
    Configuration menu
    Copy the full SHA
    a8de8a8 View commit details
    Browse the repository at this point in the history
  3. Version 22.0.0

    amaembo committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    88454a9 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

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

Commits on Sep 27, 2021

  1. [Non]BlockingContext annotations introduced

    Nikita Katkov authored and Nikita Katkov committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    9642ffd View commit details
    Browse the repository at this point in the history
  2. Added copyright to [non]blocking annotations

    Nikita Katkov authored and Nikita Katkov committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    9d771c0 View commit details
    Browse the repository at this point in the history
  3. Changed BlockingContext to BlockingExecutor and added example to javadoc

    Nikita Katkov authored and Nikita Katkov committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    ec7d510 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. Java and Reactor examples for [Non]BlockingExecutor annotations

    Nikita Katkov authored and Nikita Katkov committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    5b314f1 View commit details
    Browse the repository at this point in the history
  2. Specified explicit set of currently supported executor classes

    Nikita Katkov authored and Nikita Katkov committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    6c46184 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. Allow TYPE and TYPE_USE targets for [Non]BlockingExecutor annotations

    Nikita Katkov authored and Nikita Katkov committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    349d2dd View commit details
    Browse the repository at this point in the history
  2. Added html tags for correct documentation rendering

    Nikita Katkov authored and Nikita Katkov committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    7758341 View commit details
    Browse the repository at this point in the history
  3. Updated [Non]BlockingExecutor kotlin examples: annotate type usage

    Nikita Katkov authored and Nikita Katkov committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    67e32b7 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. Merge pull request #61 from NikitaKatkov/reactive-blocking-annotations

    [Non]BlockingContext annotations introduced
    amaembo authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    d347be6 View commit details
    Browse the repository at this point in the history
  2. Documentation fixes

    amaembo committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    4718a42 View commit details
    Browse the repository at this point in the history
  3. Version 23.0.0

    amaembo committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    0c2236a View commit details
    Browse the repository at this point in the history
  4. Fixed Javadoc issues

    amaembo committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    5d06c0c View commit details
    Browse the repository at this point in the history
Loading