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 a dependency: lombok #1560

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open

Commits on Jul 16, 2024

  1. Add a unit test class

    * Class-name: ZipkinExecutorAdapterTest
    * Add WrappingExecutorService
    * Add CustomWrappingExecutorService as WrappingExecutorService's subclass
    Lucky.King committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    86c48c3 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Add a dependency:

    * dependency-groupId: org.projectlombok
    * dependency-artifactId: lombok
    * version: 1.18.24
    Lucky.King committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    412e386 View commit details
    Browse the repository at this point in the history
  2. Add a dependency:

    * dependency-groupId: org.projectlombok
    * dependency-artifactId: lombok
    * version: 1.18.24
    Improve maven-version to 3.8.1
    Add maven.resources.plugin
    Add ${maven.source.plugin.version}
    Fix maven-source-plugin.version to maven.source.plugin.version
    Lucky.King committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    6dc74e8 View commit details
    Browse the repository at this point in the history