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

Conversation

steverao
Copy link

Resolved #634

oldratlee and others added 11 commits March 6, 2024 19:52
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)
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>
…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>
…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>
…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>
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>
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>
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>
@CLAassistant
Copy link

CLAassistant commented May 28, 2024

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TTL Agent instrument the class exception
4 participants