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

1.0.0-rc.8 #306

Merged
merged 84 commits into from
Dec 21, 2021
Merged

1.0.0-rc.8 #306

merged 84 commits into from
Dec 21, 2021

Commits on Nov 4, 2021

  1. Configuration menu
    Copy the full SHA
    266d370 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7356d68 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf0794f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    acc712e View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. build(deps): bump xstream from 1.4.17 to 1.4.18

    Bumps [xstream](https://github.com/x-stream/xstream) from 1.4.17 to 1.4.18.
    - [Release notes](https://github.com/x-stream/xstream/releases)
    - [Commits](https://github.com/x-stream/xstream/commits)
    
    ---
    updated-dependencies:
    - dependency-name: com.thoughtworks.xstream:xstream
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    52e5c4d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #287 from JarvisCraft/dependabot/maven/development…

    …/com.thoughtworks.xstream-xstream-1.4.18
    
    build(deps): bump xstream from 1.4.17 to 1.4.18
    mergify[bot] committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    c939f2a View commit details
    Browse the repository at this point in the history
  3. revert: keep xstream version 1.4.17

    Refs: c939f2a, acc712e
    
    This reverts commit c939f2a, reversing
    changes made to acc712e.
    JarvisCraft committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    28d0d8b View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2021

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

Commits on Nov 7, 2021

  1. Configuration menu
    Copy the full SHA
    3bcade1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    746ee7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf71caf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e601af View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    655a713 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. build(deps): bump annotations from 22.0.0 to 23.0.0

    Bumps [annotations](https://github.com/JetBrains/java-annotations) from 22.0.0 to 23.0.0.
    - [Release notes](https://github.com/JetBrains/java-annotations/releases)
    - [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md)
    - [Commits](JetBrains/java-annotations@22.0.0...23.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.jetbrains:annotations
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    0ba4156 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #289 from JarvisCraft/dependabot/maven/development…

    …/org.jetbrains-annotations-23.0.0
    
    build(deps): bump annotations from 22.0.0 to 23.0.0
    mergify[bot] committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    72f9f11 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. Configuration menu
    Copy the full SHA
    246ddf7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc3a17d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7cf57d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b3a841 View commit details
    Browse the repository at this point in the history
  5. fix(java-commons): remove UncheckedCasts#uncheckedObjectCast(..) wh…

    …ich is too unpredictable
    JarvisCraft committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    75a22da View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6740d16 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f69a65f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    520ace7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b5a505a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bc61d35 View commit details
    Browse the repository at this point in the history
  11. build: disable processing lint

    This lint gets triggered by usage of annotations
    which don't require annotation processing (e.g. `org.jetbrains.*`),
    so it is not reasonable to keep it
    JarvisCraft committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    956e5b2 View commit details
    Browse the repository at this point in the history
  12. refactor(java-commons)!: rename BooleanUnaryOperator#andThen(..) ->…

    … `..#andThenPrimitive(..)`
    
    This is required because the overload is not lambda-friendly.
    JarvisCraft committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    b0254a9 View commit details
    Browse the repository at this point in the history
  13. refactor(java-commons)!: remove LazyIteratorToCollectionWrapper

    This class has too unpredictable behaviour while not actually being used
    JarvisCraft committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    e651b69 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    601a0a0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f5f9b40 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e57dfed View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f2835f1 View commit details
    Browse the repository at this point in the history
  18. docs: add SECURITY.md

    This adds a simple security policy.
    JarvisCraft committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    ed67e6e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    eeef78e View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    84e1110 View commit details
    Browse the repository at this point in the history
  21. ci: configure CodeQL

    JarvisCraft committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    0e79528 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    383ffd8 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    6efa8d4 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    39f2f6b View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    b704234 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    1fdfad9 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    6f4e9ff View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    373bcff View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

  1. build(deps-dev): bump version.mockito from 4.0.0 to 4.1.0

    Bumps `version.mockito` from 4.0.0 to 4.1.0.
    
    Updates `mockito-core` from 4.0.0 to 4.1.0
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](mockito/mockito@v4.0.0...v4.1.0)
    
    Updates `mockito-junit-jupiter` from 4.0.0 to 4.1.0
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](mockito/mockito@v4.0.0...v4.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.mockito:mockito-core
      dependency-type: direct:development
      update-type: version-update:semver-minor
    - dependency-name: org.mockito:mockito-junit-jupiter
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    2e4c245 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #293 from JarvisCraft/dependabot/maven/development…

    …/version.mockito-4.1.0
    
    build(deps-dev): bump version.mockito from 4.0.0 to 4.1.0
    mergify[bot] committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    7528374 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

  1. build(deps): bump github/codeql-action from 1.0.23 to 1.0.24

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1.0.23 to 1.0.24.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@v1.0.23...v1.0.24)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    bba1a9c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #294 from JarvisCraft/dependabot/github_actions/de…

    …velopment/github/codeql-action-1.0.24
    
    build(deps): bump github/codeql-action from 1.0.23 to 1.0.24
    mergify[bot] committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    fef13f0 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. build(deps): bump junit-bom from 5.8.1 to 5.8.2

    Bumps [junit-bom](https://github.com/junit-team/junit5) from 5.8.1 to 5.8.2.
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](junit-team/junit5@r5.8.1...r5.8.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.junit:junit-bom
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    b7dd631 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #295 from JarvisCraft/dependabot/maven/development…

    …/org.junit-junit-bom-5.8.2
    
    build(deps): bump junit-bom from 5.8.1 to 5.8.2
    mergify[bot] committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    ddb8815 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. build(deps): bump actions/setup-java from 2.3.1 to 2.4.0

    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2.3.1 to 2.4.0.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - [Commits](actions/setup-java@v2.3.1...v2.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    7fd64e2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #296 from JarvisCraft/dependabot/github_actions/de…

    …velopment/actions/setup-java-2.4.0
    
    build(deps): bump actions/setup-java from 2.3.1 to 2.4.0
    mergify[bot] committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    687eda0 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

  1. build(deps): bump caffeine from 2.9.2 to 2.9.3

    Bumps [caffeine](https://github.com/ben-manes/caffeine) from 2.9.2 to 2.9.3.
    - [Release notes](https://github.com/ben-manes/caffeine/releases)
    - [Commits](ben-manes/caffeine@v2.9.2...v2.9.3)
    
    ---
    updated-dependencies:
    - dependency-name: com.github.ben-manes.caffeine:caffeine
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    7c4f7bf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #297 from JarvisCraft/dependabot/maven/development…

    …/com.github.ben-manes.caffeine-caffeine-2.9.3
    
    build(deps): bump caffeine from 2.9.2 to 2.9.3
    mergify[bot] committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    fbe2572 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. build(deps): bump github/codeql-action from 1.0.24 to 1.0.25

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1.0.24 to 1.0.25.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@v1.0.24...v1.0.25)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    7cc3d7c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #299 from JarvisCraft/dependabot/github_actions/de…

    …velopment/github/codeql-action-1.0.25
    
    build(deps): bump github/codeql-action from 1.0.24 to 1.0.25
    mergify[bot] committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    c405ce6 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2021

  1. Configuration menu
    Copy the full SHA
    40ac993 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcab541 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. build(deps): bump github/codeql-action from 1.0.25 to 1.0.26

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1.0.25 to 1.0.26.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@v1.0.25...v1.0.26)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    5a174dc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #302 from JarvisCraft/dependabot/github_actions/de…

    …velopment/github/codeql-action-1.0.26
    
    build(deps): bump github/codeql-action from 1.0.25 to 1.0.26
    mergify[bot] committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    4c05116 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2021

  1. build(deps-dev): bump version.mockito from 4.1.0 to 4.2.0

    Bumps `version.mockito` from 4.1.0 to 4.2.0.
    
    Updates `mockito-core` from 4.1.0 to 4.2.0
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](mockito/mockito@v4.1.0...v4.2.0)
    
    Updates `mockito-junit-jupiter` from 4.1.0 to 4.2.0
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](mockito/mockito@v4.1.0...v4.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.mockito:mockito-core
      dependency-type: direct:development
      update-type: version-update:semver-minor
    - dependency-name: org.mockito:mockito-junit-jupiter
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    0241007 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #303 from JarvisCraft/dependabot/maven/development…

    …/version.mockito-4.2.0
    
    build(deps-dev): bump version.mockito from 4.1.0 to 4.2.0
    mergify[bot] committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    c3fda26 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2021

  1. Configuration menu
    Copy the full SHA
    fc4f60e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9dd4472 View commit details
    Browse the repository at this point in the history
  3. refactor(java-commons): don't make TypeHints#resolve() consume var-…

    …arg array
    
    Whenever it was called via var-arg form it became useless
    (either the caller had enough knowledge of the type or never enough)
    
    This resolves #298
    JarvisCraft committed Dec 18, 2021
    Configuration menu
    Copy the full SHA
    8155840 View commit details
    Browse the repository at this point in the history
  4. chore(java-commons): remove redundant Predicate import from `Concur…

    …rentSetFromMapWrapper`
    JarvisCraft committed Dec 18, 2021
    Configuration menu
    Copy the full SHA
    e4661df View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fcbb067 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a80092e View commit details
    Browse the repository at this point in the history
  7. docs(java-commons): add missing javadocs to `AbstractManagedPendingSe…

    …rvice`'s `protected` methods
    JarvisCraft committed Dec 18, 2021
    Configuration menu
    Copy the full SHA
    168430d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    23bd976 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    55add20 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2021

  1. chore(ultimate-messenger): place nullability annotations correctly in…

    … `TextModel` and `NestingTextModel`
    JarvisCraft committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    6e6a3f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ec6e59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84c7294 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0722041 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a7f92cc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f85b2a8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ec15433 View commit details
    Browse the repository at this point in the history
  8. fix(ultimate-messenger): use NumberUtil#saturingAdd(..) when worjin…

    …g with `TextModel`'s min lengths
    JarvisCraft committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    276d1c9 View commit details
    Browse the repository at this point in the history
  9. docs(ultimate-messenger): remove redundant @throws from `TextModel#…

    …write(PrintWriter, ..)`
    JarvisCraft committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    5385d09 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5aeb7dd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a2b70c1 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

  1. Merge pull request #305 from JarvisCraft/better-text-models

    Enhanced `TextModel` API
    JarvisCraft committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    a318c0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dafaa12 View commit details
    Browse the repository at this point in the history