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

Add support for excluding extra packages #653

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Commits on Mar 6, 2024

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

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    1e46ff2 View commit details
    Browse the repository at this point in the history
  2. chore(deps): upgrade dependencies/plugins 🛠️

    bump spotbugs-annotations from 4.8.1 to 4.8.2 (alibaba#580)
    bump spotbugs-maven-plugin from 4.8.1.0 to 4.8.2.0 (alibaba#581)
    bump maven-javadoc-plugin from 3.6.2 to 3.6.3 (alibaba#582)
    bump spotbugs-annotations from 4.8.2 to 4.8.3 (alibaba#587)
    bump maven-surefire-plugin from 3.2.2 to 3.2.3 (alibaba#588)
    bump maven-compiler-plugin 3.11.0 to 3.12.0 (alibaba#589)
    bump byte-buddy-parent from 1.14.10 to 1.14.11 (alibaba#591)
    bump kotlin.version from 1.9.21 to 1.9.22 (alibaba#592)
    bump maven-compiler-plugin from 3.12.0 to 3.12.1 (alibaba#593)
    bump javassist from 3.29.2-GA to 3.30.2-GA (alibaba#594)
    bump maven-surefire-plugin from 3.2.3 to 3.2.5 (alibaba#596)
    bump spotbugs-maven-plugin 4.8.2.0 to 4.8.3.0 (alibaba#598)
    bump codecov/codecov-action from 3 to 4 (alibaba#600)
    bump junit-bom from 5.10.1 to 5.10.2 (alibaba#601)
    bump spotbugs-maven-plugin from 4.8.3.0 to 4.8.3.1 (alibaba#602)
    bump kotlinx-coroutines-bom from 1.7.3 to 1.8.0.(alibaba#603)
    bump byte-buddy-parent from 1.14.11 to 1.14.12 (alibaba#604)
    bump maven-shade-plugin from 3.5.1 to 3.5.2 (alibaba#606)
    bump exec-maven-plugin from 3.1.1 to 3.2.0 (alibaba#607)
    bump dokka-maven-plugin from 1.9.10 to 1.9.20 (alibaba#609)
    bump git-commit-id-maven-plugin from 7.0.0 to 8.0.0 (alibaba#610)
    bump kotlin.version from 1.9.22 to 1.9.23 (alibaba#611)
    bump git-commit-id-maven-plugin from 8.0.0 to 8.0.1 (alibaba#612)
    bump extra-enforcer-rules from 1.7.0 to 1.8.0 (alibaba#613)
    bump kotest.version from 5.8.0 to 5.8.1 (alibaba#614)
    bump maven-gpg-plugin from 3.1.0 to 3.2.0 (alibaba#615)
    bump maven-gpg-plugin from 3.2.0 to 3.2.1 (alibaba#616)
    bump maven-compiler-plugin from 3.12.1 to 3.13.0 (alibaba#617)
    bump git-commit-id-maven-plugin from 8.0.1 to 8.0.2 (alibaba#618)
    bump maven-gpg-plugin from 3.2.1 to 3.2.2 (alibaba#619)
    bump byte-buddy-parent from 1.14.12 to 1.14.13 (alibaba#620)
    bump jacoco-maven-plugin from 0.8.11 to 0.8.12 (alibaba#621)
    bump maven-source-plugin from 3.3.0 to 3.3.1 (alibaba#622)
    bump spotbugs-annotations from 4.8.3 to 4.8.4 (alibaba#623)
    bump maven-gpg-plugin from 3.2.2 to 3.2.3 (alibaba#627)
    bump maven-jar-plugin from 3.3.0 to 3.4.0 (alibaba#628)
    bump maven-gpg-plugin from 3.2.3 to 3.2.4 (alibaba#630)
    bump maven-jar-plugin from 3.4.0 to 3.4.1 (alibaba#631)
    dependabot[bot] authored and oldratlee committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    1344126 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. chore(deps): bump net.bytebuddy:byte-buddy-parent (alibaba#632)

    Bumps [net.bytebuddy:byte-buddy-parent](https://github.com/raphw/byte-buddy) from 1.14.13 to 1.14.14.
    - [Release notes](https://github.com/raphw/byte-buddy/releases)
    - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
    - [Commits](raphw/byte-buddy@byte-buddy-1.14.13...byte-buddy-1.14.14)
    
    ---
    updated-dependencies:
    - dependency-name: net.bytebuddy:byte-buddy-parent
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    a2462b6 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump org.apache.maven.plugins:maven-shade-plugin (alibab…

    …a#633)
    
    Bumps [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.5.2 to 3.5.3.
    - [Release notes](https://github.com/apache/maven-shade-plugin/releases)
    - [Commits](apache/maven-shade-plugin@maven-shade-plugin-3.5.2...maven-shade-plugin-3.5.3)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-shade-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    add36c4 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. chore(deps): bump org.apache.maven.plugins:maven-install-plugin (alib…

    …aba#636)
    
    Bumps [org.apache.maven.plugins:maven-install-plugin](https://github.com/apache/maven-install-plugin) from 3.1.1 to 3.1.2.
    - [Release notes](https://github.com/apache/maven-install-plugin/releases)
    - [Commits](apache/maven-install-plugin@maven-install-plugin-3.1.1...maven-install-plugin-3.1.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-install-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    9fc6da8 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump org.apache.maven.plugins:maven-deploy-plugin (aliba…

    …ba#637)
    
    Bumps [org.apache.maven.plugins:maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) from 3.1.1 to 3.1.2.
    - [Release notes](https://github.com/apache/maven-deploy-plugin/releases)
    - [Commits](apache/maven-deploy-plugin@maven-deploy-plugin-3.1.1...maven-deploy-plugin-3.1.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-deploy-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    1958455 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. chore(deps): bump kotlin.version from 1.9.23 to 1.9.24 (alibaba#643)

    Bumps `kotlin.version` from 1.9.23 to 1.9.24.
    
    Updates `org.jetbrains.kotlin:kotlin-bom` from 1.9.23 to 1.9.24
    - [Release notes](https://github.com/JetBrains/kotlin/releases)
    - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.24/ChangeLog.md)
    - [Commits](JetBrains/kotlin@v1.9.23...v1.9.24)
    
    Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 1.9.23 to 1.9.24
    
    ---
    updated-dependencies:
    - dependency-name: org.jetbrains.kotlin:kotlin-bom
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 8, 2024
    Configuration menu
    Copy the full SHA
    dbf5649 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. chore(deps): bump net.bytebuddy:byte-buddy-parent (alibaba#644)

    Bumps [net.bytebuddy:byte-buddy-parent](https://github.com/raphw/byte-buddy) from 1.14.14 to 1.14.15.
    - [Release notes](https://github.com/raphw/byte-buddy/releases)
    - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
    - [Commits](raphw/byte-buddy@byte-buddy-1.14.14...byte-buddy-1.14.15)
    
    ---
    updated-dependencies:
    - dependency-name: net.bytebuddy:byte-buddy-parent
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 9, 2024
    Configuration menu
    Copy the full SHA
    2e7d8c1 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. chore(deps): bump kotest.version from 5.8.1 to 5.9.0 (alibaba#645)

    Bumps `kotest.version` from 5.8.1 to 5.9.0.
    
    Updates `io.kotest:kotest-runner-junit4-jvm` from 5.8.1 to 5.9.0
    - [Release notes](https://github.com/kotest/kotest/releases)
    - [Commits](kotest/kotest@v5.8.1...v5.9.0)
    
    Updates `io.kotest:kotest-runner-junit5-jvm` from 5.8.1 to 5.9.0
    - [Release notes](https://github.com/kotest/kotest/releases)
    - [Commits](kotest/kotest@v5.8.1...v5.9.0)
    
    Updates `io.kotest:kotest-assertions-core-jvm` from 5.8.1 to 5.9.0
    - [Release notes](https://github.com/kotest/kotest/releases)
    - [Commits](kotest/kotest@v5.8.1...v5.9.0)
    
    Updates `io.kotest:kotest-property-jvm` from 5.8.1 to 5.9.0
    - [Release notes](https://github.com/kotest/kotest/releases)
    - [Commits](kotest/kotest@v5.8.1...v5.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: io.kotest:kotest-runner-junit4-jvm
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: io.kotest:kotest-runner-junit5-jvm
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: io.kotest:kotest-assertions-core-jvm
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: io.kotest:kotest-property-jvm
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 10, 2024
    Configuration menu
    Copy the full SHA
    667edea View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    44c9063 View commit details
    Browse the repository at this point in the history
  2. Polish the codes

    steverao committed May 28, 2024
    Configuration menu
    Copy the full SHA
    b03a1b2 View commit details
    Browse the repository at this point in the history