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

Gradle #8711

Open
5 tasks done
feelform opened this issue Mar 16, 2022 · 0 comments · Fixed by #8767 · May be fixed by #9170
Open
5 tasks done

Gradle #8711

feelform opened this issue Mar 16, 2022 · 0 comments · Fixed by #8767 · May be fixed by #9170
Milestone

Comments

@feelform
Copy link
Contributor

feelform commented Mar 16, 2022

tasks.compileJava {
    options.release.set(7)
}

java {
    toolchain {
        languageVersion.set(JavaLanguageVersion.of(7))
    }
}
  • > Task :pinpoint-akka-http-plugin:compileJava FAILED
.m2/repository/com/typesafe/akka/akka-http-core_2.12/10.1.0-RC1/akka-http-core_2.12-10.1.0-RC1.jar(akka/http/javadsl/model/Uri.class): major version 52 is newer than 51, the highest major version supported by this compiler.

plugins/akka-http/src/main/java/com/navercorp/pinpoint/plugin/akka/http/HttpRequestAdaptor.java:32: error: cannot find symbol
import java.util.Optional;
* What went wrong:
Could not determine the dependencies of task ':pinpoint-agent:compileJava'.
> Could not resolve all task dependencies for configuration ':pinpoint-agent:compileClasspath'.
   > Could not resolve project :pinpoint-bootstrap-java9.
     Required by:
         project :pinpoint-agent
      > No matching variant of project :pinpoint-bootstrap-java9 was found. The consumer was configured to find an API of a library compatible with Java 8, preferably in the form of class files, preferably optimized for standard JVMs, and its dependencies declared externally but:
          - Variant 'apiElements' capability com.navercorp.pinpoint:pinpoint-bootstrap-java9:2.4.0-SNAPSHOT declares an API of a library, packaged as a jar, and its dependencies declared externally:
              - Incompatible because this component declares a component compatible with Java 9 and the consumer needed a component compatible with Java 8
              - Other compatible attribute:
                  - Doesn't say anything about its target Java environment (preferred optimized for standard JVMs)
          - Variant 'mainSourceElements' capability com.navercorp.pinpoint:pinpoint-bootstrap-java9:2.4.0-SNAPSHOT declares a component, and its dependencies declared externally:
              - Incompatible because this component declares a component of category 'verification' and the consumer needed a library
              - Other compatible attributes:
                  - Doesn't say anything about its target Java environment (preferred optimized for standard JVMs)
                  - Doesn't say anything about its target Java version (required compatibility with Java 8)
                  - Doesn't say anything about its elements (required them preferably in the form of class files)
                  - Doesn't say anything about its usage (required an API)
          - Variant 'runtimeElements' capability com.navercorp.pinpoint:pinpoint-bootstrap-java9:2.4.0-SNAPSHOT declares a runtime of a library, packaged as a jar, and its dependencies declared externally:
              - Incompatible because this component declares a component compatible with Java 9 and the consumer needed a component compatible with Java 8
              - Other compatible attribute:
Does not support properties with dots (e.g. user.name). Gradle understands dots as object property delimiters
Filters all the resource files and not just a specific set of configuration files
Uses the default dollar-sign placeholders ${…} thus conflicting with the standard Spring placeholders
  • io.spring.dependency-management plugins

plugin in precompiled script

  • pinpoint-java-conventions.gradle.kts
plugins {
    `java-library`
    `maven-publish`
    id("io.spring.dependency-management")
}


> Configure project :pinpoint-websphere-plugin
Evaluating project ':pinpoint-websphere-plugin' using build file '/Users/feelform/workspace/pinpoint/pinpoint/plugins/websphere/build.gradle.kts'.
Caching disabled for Kotlin DSL script compilation (Project/TopLevel/stage1) because:
  Build cache is disabled
Kotlin DSL script compilation (Project/TopLevel/stage1) is not up-to-date because:
  No history is available.
Applying dependency management to configuration 'annotationProcessor' in project 'pinpoint-websphere-plugin'
Applying dependency management to configuration 'api' in project 'pinpoint-websphere-plugin'
Applying dependency management to configuration 'apiElements' in project 'pinpoint-websphere-plugin'
Applying dependency management to configuration 'archives' in project 'pinpoint-websphere-plugin'
Applying dependency management to configuration 'compileClasspath' in project 'pinpoint-websphere-plugin'
Applying dependency management to configuration 'compileOnly' in project 'pinpoint-websphere-plugin'
Applying dependency management to configuration 'compileOnlyApi' in project 'pinpoint-websphere-plugin'
Applying dependency management to configuration 'default' in project 'pinpoint-websphere-plugin'
Applying dependency management to configuration 'implementation' in project 'pinpoint-websphere-plugin'
Applying dependency management to configuration 'mainSourceElements' in project 'pinpoint-websphere-plugin'
Applying dependency management to configuration 'runtimeClasspath' in project 'pinpoint-websphere-plugin'
Applying dependency management to configuration 'runtimeElements' in project 'pinpoint-websphere-plugin'
Applying dependency management to configuration 'runtimeOnly' in project 'pinpoint-websphere-plugin'
Applying dependency management to configuration 'testAnnotationProcessor' in project 'pinpoint-websphere-plugin'
Applying dependency management to configuration 'testCompileClasspath' in project 'pinpoint-websphere-plugin'
Applying dependency management to configuration 'testCompileOnly' in project 'pinpoint-websphere-plugin'
Applying dependency management to configuration 'testImplementation' in project 'pinpoint-websphere-plugin'
Applying dependency management to configuration 'testResultsElementsForTest' in project 'pinpoint-websphere-plugin'
Applying dependency management to configuration 'testRuntimeClasspath' in project 'pinpoint-websphere-plugin'
Applying dependency management to configuration 'testRuntimeOnly' in project 'pinpoint-websphere-plugin'
Caching disabled for Kotlin DSL accessors for project ':pinpoint-websphere-plugin' because:
  • buildSrc/build.gradle.kts
plugins {
    // Support convention plugins written in Kotlin. Convention plugins are build scripts in 'src/main' that automatically become available as plugins in the main build.
    `kotlin-dsl`
    `java-library`
    id("io.spring.dependency-management") version "1.0.11.RELEASE"
}


> Configure project :buildSrc
Evaluating project ':buildSrc' using build file '/Users/feelform/workspace/pinpoint/pinpoint/buildSrc/build.gradle.kts'.
Caching disabled for Kotlin DSL plugin accessors for classpath 'e5c6096a41cb78f91b453d8031d0fb84' because:
  Build cache is disabled
Skipping Kotlin DSL plugin accessors for classpath 'e5c6096a41cb78f91b453d8031d0fb84' as it is up-to-date.
Caching disabled for Kotlin DSL script compilation (Project/TopLevel/stage1) because:
  Build cache is disabled
Kotlin DSL script compilation (Project/TopLevel/stage1) is not up-to-date because:
  No history is available.
kotlin scripting plugin: created the scripting discovery configuration: kotlinScriptDef
kotlin scripting plugin: created the scripting discovery configuration: testKotlinScriptDef
file or directory '/Users/feelform/workspace/pinpoint/pinpoint/buildSrc/src/main/resources', not found
file or directory '/Users/feelform/workspace/pinpoint/pinpoint/buildSrc/src/main/java', not found
file or directory '/Users/feelform/workspace/pinpoint/pinpoint/buildSrc/src/main/groovy', not found
Applying dependency management to configuration 'annotationProcessor' in project 'buildSrc'
Applying dependency management to configuration 'api' in project 'buildSrc'
Applying dependency management to configuration 'apiDependenciesMetadata' in project 'buildSrc'
Applying dependency management to configuration 'apiElements' in project 'buildSrc'
Applying dependency management to configuration 'archives' in project 'buildSrc'
Applying dependency management to configuration 'compileClasspath' in project 'buildSrc'
Applying dependency management to configuration 'compileOnly' in project 'buildSrc'
Applying dependency management to configuration 'compileOnlyApi' in project 'buildSrc'
Applying dependency management to configuration 'compileOnlyDependenciesMetadata' in project 'buildSrc'
Applying dependency management to configuration 'default' in project 'buildSrc'
Applying dependency management to configuration 'embeddedKotlin' in project 'buildSrc'
Applying dependency management to configuration 'implementation' in project 'buildSrc'
Applying dependency management to configuration 'implementationDependenciesMetadata' in project 'buildSrc'
Applying dependency management to configuration 'intransitiveDependenciesMetadata' in project 'buildSrc'
Applying dependency management to configuration 'kotlinCompilerClasspath' in project 'buildSrc'
Applying dependency management to configuration 'kotlinCompilerPluginClasspath' in project 'buildSrc'
Applying dependency management to configuration 'kotlinCompilerPluginClasspathMain' in project 'buildSrc'
Applying dependency management to configuration 'kotlinCompilerPluginClasspathTest' in project 'buildSrc'
Applying dependency management to configuration 'kotlinKlibCommonizerClasspath' in project 'buildSrc'
Applying dependency management to configuration 'kotlinNativeCompilerPluginClasspath' in project 'buildSrc'
Applying dependency management to configuration 'kotlinScriptDef' in project 'buildSrc'
Applying dependency management to configuration 'kotlinScriptDefExtensions' in project 'buildSrc'
Applying dependency management to configuration 'mainSourceElements' in project 'buildSrc'
Applying dependency management to configuration 'runtimeClasspath' in project 'buildSrc'
Applying dependency management to configuration 'runtimeElements' in project 'buildSrc'
Applying dependency management to configuration 'runtimeOnly' in project 'buildSrc'
Applying dependency management to configuration 'runtimeOnlyDependenciesMetadata' in project 'buildSrc'
Applying dependency management to configuration 'sourceArtifacts' in project 'buildSrc'
Applying dependency management to configuration 'testAnnotationProcessor' in project 'buildSrc'
Applying dependency management to configuration 'testApi' in project 'buildSrc'
Applying dependency management to configuration 'testApiDependenciesMetadata' in project 'buildSrc'
Applying dependency management to configuration 'testCompileClasspath' in project 'buildSrc'
Applying dependency management to configuration 'testCompileOnly' in project 'buildSrc'
Applying dependency management to configuration 'testCompileOnlyDependenciesMetadata' in project 'buildSrc'
Applying dependency management to configuration 'testImplementation' in project 'buildSrc'
Applying dependency management to configuration 'testImplementationDependenciesMetadata' in project 'buildSrc'
Applying dependency management to configuration 'testIntransitiveDependenciesMetadata' in project 'buildSrc'
Applying dependency management to configuration 'testKotlinScriptDef' in project 'buildSrc'
Applying dependency management to configuration 'testKotlinScriptDefExtensions' in project 'buildSrc'
Applying dependency management to configuration 'testResultsElementsForTest' in project 'buildSrc'
Applying dependency management to configuration 'testRuntimeClasspath' in project 'buildSrc'
Applying dependency management to configuration 'testRuntimeOnly' in project 'buildSrc'
Applying dependency management to configuration 'testRuntimeOnlyDependenciesMetadata' in project 'buildSrc'
Caching disabled for Kotlin DSL accessors for project ':buildSrc' because:
  Build cache is disabled
Skipping Kotlin DSL accessors for project ':buildSrc' as it is up-to-date.
Caching disabled for Kotlin DSL script compilation (Project/TopLevel/stage2) because:
  Build cache is disabled
Kotlin DSL script compilation (Project/TopLevel/stage2) is not up-to-date because:
  No history is available.
Applying dependency management to configuration 'apiElements-published' in project 'buildSrc'
Applying dependency management to configuration 'runtimeElements-published' in project 'buildSrc'
Selected primary task 'build' from project :
:buildSrc:generateExternalPluginSpecBuilders (Thread[Execution worker for ':buildSrc',5,main]) started.


feelform added a commit to feelform/pinpoint that referenced this issue Mar 16, 2022
feelform added a commit to feelform/pinpoint that referenced this issue Mar 16, 2022
feelform added a commit to feelform/pinpoint that referenced this issue Mar 16, 2022
feelform added a commit to feelform/pinpoint that referenced this issue Mar 16, 2022
feelform added a commit to feelform/pinpoint that referenced this issue Mar 16, 2022
feelform added a commit to feelform/pinpoint that referenced this issue Mar 16, 2022
feelform added a commit to feelform/pinpoint that referenced this issue Mar 16, 2022
feelform added a commit to feelform/pinpoint that referenced this issue Mar 16, 2022
feelform added a commit to feelform/pinpoint that referenced this issue Mar 16, 2022
feelform added a commit to feelform/pinpoint that referenced this issue Mar 16, 2022
feelform added a commit to feelform/pinpoint that referenced this issue Mar 16, 2022
feelform added a commit to feelform/pinpoint that referenced this issue Mar 16, 2022
feelform added a commit to feelform/pinpoint that referenced this issue Mar 16, 2022
feelform added a commit to feelform/pinpoint that referenced this issue Mar 16, 2022
feelform added a commit to feelform/pinpoint that referenced this issue Mar 16, 2022
Fixed gradle build failure on bootstrap project
feelform added a commit to feelform/pinpoint that referenced this issue Mar 16, 2022
feelform added a commit to feelform/pinpoint that referenced this issue Mar 16, 2022
feelform added a commit to feelform/pinpoint that referenced this issue Mar 16, 2022
feelform added a commit to feelform/pinpoint that referenced this issue Mar 16, 2022
feelform added a commit to feelform/pinpoint that referenced this issue Mar 16, 2022
feelform added a commit to feelform/pinpoint that referenced this issue Mar 16, 2022
…t/profiler/context/grpc/GrpcAnnotationValueMapper.java:19: error: package com.google.protobuf does not exist`
feelform added a commit to feelform/pinpoint that referenced this issue Mar 16, 2022
…e org.jboss.netty.channel does not exist

     import org.jboss.netty.channel.ChannelFactory;`
feelform added a commit to feelform/pinpoint that referenced this issue Mar 16, 2022
feelform added a commit to feelform/pinpoint that referenced this issue Mar 16, 2022
feelform added a commit to feelform/pinpoint that referenced this issue Mar 16, 2022
feelform added a commit to feelform/pinpoint that referenced this issue Mar 16, 2022
feelform added a commit to feelform/pinpoint that referenced this issue Sep 2, 2022
…ath build failure.

[pinpoint-apm#8711] Fix hbase-client with curator library test classpath build failure.

[pinpoint-apm#8711] Fix curator-client 4.2.0 and curator-framework 4.2.1

[pinpoint-apm#8711] enable gradle caching

[pinpoint-apm#8711] add Jakarta annotation dependency

[pinpoint-apm#8711] add Jakarta annotation dependency

[pinpoint-apm#8711] Fix :pinpoint-cxf-plugin-it test cases
feelform added a commit to feelform/pinpoint that referenced this issue Sep 2, 2022
[pinpoint-apm#8711] Fix :pinpoint-druid-plugin-it test  compile build fails

[pinpoint-apm#8711] Replace testImlementation to compileOnlyApi because of maven provided

[pinpoint-apm#8711] disable gradle caching

[pinpoint-apm#8711] Fix :pinpoint-dubbo-plugin and :pinpoint-dubbo-plugin-it test build failure

[pinpoint-apm#8711] Fix :pinpoint-elasticsearch-bboss-plugin and :pinpoint-elasticsearch-bboss-plugin-it test build failure
feelform added a commit to feelform/pinpoint that referenced this issue Sep 2, 2022
feelform added a commit to feelform/pinpoint that referenced this issue Sep 2, 2022
[pinpoint-apm#8711] update curator framework  version

[pinpoint-apm#8711] update curator framework  version

[pinpoint-apm#8711] update curator framework  version
feelform added a commit to feelform/pinpoint that referenced this issue Sep 2, 2022
[pinpoint-apm#8711] git submodule init script in gradle buildscript
feelform added a commit to feelform/pinpoint that referenced this issue Sep 2, 2022
…ath build failure.

[pinpoint-apm#8711] Fix hbase-client with curator library test classpath build failure.

[pinpoint-apm#8711] Fix curator-client 4.2.0 and curator-framework 4.2.1

[pinpoint-apm#8711] enable gradle caching

[pinpoint-apm#8711] add Jakarta annotation dependency

[pinpoint-apm#8711] add Jakarta annotation dependency

[pinpoint-apm#8711] Fix :pinpoint-cxf-plugin-it test cases
feelform added a commit to feelform/pinpoint that referenced this issue Sep 2, 2022
[pinpoint-apm#8711] Fix :pinpoint-druid-plugin-it test  compile build fails

[pinpoint-apm#8711] Replace testImlementation to compileOnlyApi because of maven provided

[pinpoint-apm#8711] disable gradle caching

[pinpoint-apm#8711] Fix :pinpoint-dubbo-plugin and :pinpoint-dubbo-plugin-it test build failure

[pinpoint-apm#8711] Fix :pinpoint-elasticsearch-bboss-plugin and :pinpoint-elasticsearch-bboss-plugin-it test build failure
feelform added a commit to feelform/pinpoint that referenced this issue Sep 2, 2022
feelform added a commit to feelform/pinpoint that referenced this issue Sep 2, 2022
…g/current/userguide/declaring_repositories.html#maven_repository_filtering

[pinpoint-apm#8711] fix build failure
MessagePrinter.java:30: error: cannot find symbol
    private final Logger logger = LogManager.getLogger(this.getClass());

[pinpoint-apm#8711] java platform gradle plugins for publish maven plugins
feelform added a commit to feelform/pinpoint that referenced this issue Sep 2, 2022
[pinpoint-apm#8711] update curator framework  version

[pinpoint-apm#8711] update curator framework  version

[pinpoint-apm#8711] update curator framework  version
feelform added a commit to feelform/pinpoint that referenced this issue Sep 2, 2022
[pinpoint-apm#8711] git submodule init script in gradle buildscript
feelform added a commit to feelform/pinpoint that referenced this issue Sep 2, 2022
…ath build failure.

[pinpoint-apm#8711] Fix hbase-client with curator library test classpath build failure.

[pinpoint-apm#8711] Fix curator-client 4.2.0 and curator-framework 4.2.1

[pinpoint-apm#8711] enable gradle caching

[pinpoint-apm#8711] add Jakarta annotation dependency

[pinpoint-apm#8711] add Jakarta annotation dependency

[pinpoint-apm#8711] Fix :pinpoint-cxf-plugin-it test cases
feelform added a commit to feelform/pinpoint that referenced this issue Sep 2, 2022
[pinpoint-apm#8711] Fix :pinpoint-druid-plugin-it test  compile build fails

[pinpoint-apm#8711] Replace testImlementation to compileOnlyApi because of maven provided

[pinpoint-apm#8711] disable gradle caching

[pinpoint-apm#8711] Fix :pinpoint-dubbo-plugin and :pinpoint-dubbo-plugin-it test build failure

[pinpoint-apm#8711] Fix :pinpoint-elasticsearch-bboss-plugin and :pinpoint-elasticsearch-bboss-plugin-it test build failure
feelform added a commit to feelform/pinpoint that referenced this issue Sep 2, 2022
feelform added a commit to feelform/pinpoint that referenced this issue Sep 2, 2022
[pinpoint-apm#8711] Make environment for Kotlin Gradle DSL

[pinpoint-apm#8711] Fixed gradle configuration phase

[pinpoint-apm#8711] Organizing pinpoint.java-conventions

[pinpoint-apm#8711] The Gradle use `project.java-conventions.gradle.kts`. so rename refactoring to pinpoint.java-conventions.

ref: https://docs.gradle.org/current/samples/sample_convention_plugins.html#organizing_build_logic

[pinpoint-apm#8711] The Pinpoint BOM `pinpoint.plugins-assembly-conventions.gradle.kts`.
The Pinpoint BOM `profiler-optional-conventions.gradle.kts`

ref: https://docs.gradle.org/current/samples/sample_convention_plugins.html#organizing_build_logic

[pinpoint-apm#8711] The Pinpoint BOM `pinpoint.plugins-assembly-conventions.gradle.kts`.

[pinpoint-apm#8711] The Pinpoint BOM `pinpoint.agent-plugins-conventions.gradle.kts`.

[pinpoint-apm#8711] The Pinpoint BOM `pinpoint.bootstraps-conventions.gradle.kts`.

[pinpoint-apm#8711] Fix BOM dependencies in sub-projects

[pinpoint-apm#8711] Add build directory gitignore

[pinpoint-apm#8711] Fixed packages does not exist gradle transitive dependency

[pinpoint-apm#8711] Fixed gradle build failure on activemq-it project
Fixed gradle build failure on bootstrap project

[pinpoint-apm#8711] Fixed `package org.apache.logging.log4j does not exist`

[pinpoint-apm#8711] Fixed project dependency to api for consistency

[pinpoint-apm#8711] protocol buffer gradle plugin

[pinpoint-apm#8711] Version variable

[pinpoint-apm#8711] Gradle gRPC plugin configuration

[pinpoint-apm#8711] Fix `profiler/src/main/java/com/navercorp/pinpoint/profiler/context/grpc/GrpcAnnotationValueMapper.java:19: error: package com.google.protobuf does not exist`

[pinpoint-apm#8711] Fix `ThriftModuleLifeCycle.java:30: error: package org.jboss.netty.channel does not exist
     import org.jboss.netty.channel.ChannelFactory;`

[pinpoint-apm#8711] Fix generated service grpc java

 [pinpoint-apm#8711] Fix error: package does not exist

[pinpoint-apm#8711] Java 7, 8 and 11 compile, execution environments

[pinpoint-apm#8711] Java 7, 8 and 11 compile, execution environments

[pinpoint-apm#8711] Java 7, 8 and 11 compile, execution environments

[pinpoint-apm#8711] Java 11 execution and java 9 compile environments

[pinpoint-apm#8711] Fix pinpoint-agent `Incompatible because this component declares a component compatible with Java 9 and the consumer needed a component compatible with Java 8`

[pinpoint-apm#8711] Java 7, 8 and 11 compile, execution environments

[pinpoint-apm#8711] Java 7, 8 and 11 compile, execution environments

[pinpoint-apm#8711] disable maven extension

[pinpoint-apm#8711] Fix pinpoint-agent `Jetty8xServerHandleInterceptor.java:23: error: cannot find symbol import org.eclipse.jetty.server.AbstractHttpConnection;`

[pinpoint-apm#8711] Fix `The new Java toolchain feature cannot be used at the project level in combination with source and/or target compatibility`

[pinpoint-apm#8711] JVM 8 and JDK 7 compile, execution environments

[pinpoint-apm#8711] JVM 8 and JDK 7 compile, execution environments

[pinpoint-apm#8711] fix `Could not resolve internal.com.apache.openwhisk:openwhisk-common:1.0.0`
Could not resolve internal.com.apache.openwhisk:openwhisk-common:1.0.0.
                 Required by:
                     project :pinpoint-openwhisk-plugin
                  > Could not resolve internal.com.apache.openwhisk:openwhisk-common:1.0.0.
                     > inconsistent module metadata found. Descriptor: interanal.com.apache.openwhisk:openwhisk-common:1.0.0 Errors: bad group: expected='internal.com.apache.openwhisk' found='interanal.com.apache.openwhisk'
                  > Could not resolve internal.com.apache.openwhisk:openwhisk-common:1.0.0.
                     > inconsistent module metadata found. Descriptor: interanal.com.apache.openwhisk:openwhisk-common:1.0.0 Errors: bad group: expected='internal.com.apache.openwhisk' found='interanal.com.apache.openwhisk'

[pinpoint-apm#8711] Java 7, 8 and 11 compile, execution environments

[pinpoint-apm#8711] Java 9 version options.compilerArgs and targetCompatibility

[pinpoint-apm#8711] Java 7, 8 and 11 compile, execution environments
[pinpoint-apm#8711] JAXB crosscompile

[pinpoint-apm#8711] JAXB crosscompile

[pinpoint-apm#8711] Java 7, 8 and 11 compile, execution environments

[pinpoint-apm#8711] Fix `cannot find symbol` in spring boot

[pinpoint-apm#8711] rename refactoring log4j JDK8 dependency variable

[pinpoint-apm#8711] Fix compile dependency error and Extract Variable refactroing

[pinpoint-apm#8711] Fix compile dependency error

[pinpoint-apm#8711] enable build cache

[pinpoint-apm#8711] Java 7, 8 and 11 compile, execution environments

[pinpoint-apm#8711] remove no needs maven repository

[pinpoint-apm#8711] The spring framework 5.3 has JDK 8 minimum requirements. JDK 7 subprojects must use spring framework 4.3.

[pinpoint-apm#8711] Fix `org/jetbrains/kotlinx/kotlinx-coroutines-core-jvm/1.5.2/kotlinx-coroutines-core-jvm-1.5.2.jar(kotlinx/coroutines/CancellableContinuation.class): major version 52 is newer than 51, the highest major version supported by this compiler.`

[pinpoint-apm#8711] Fix agent test java compile error
Variant 'apiElements' capability com.navercorp.pinpoint:pinpoint-bootstrap-java9:2.4.0-SNAPSHOT declares a library, packaged as a jar, and its dependencies declared externally:
              - Incompatible because this component declares an API of a component compatible with Java 9 and the consumer needed a runtime of a component compatible with Java 8

[pinpoint-apm#8711] Declaring an outgoing variant

[pinpoint-apm#8711] Fix agent test java compile error
Variant 'apiElements' capability com.navercorp.pinpoint:pinpoint-bootstrap-java9:2.4.0-SNAPSHOT declares a library, packaged as a jar, and its dependencies declared externally:
              - Incompatible because this component declares an API of a component compatible with Java 9 and the consumer needed a runtime of a component compatible with Java 8

[pinpoint-apm#8711] Gradle property expansion. testplugin-version.properties was needed change property name. Does not support properties with dots (e.g. user.name). Gradle understands dots as object property delimiters

[pinpoint-apm#8711] pinpoint-agent pinpoint-profiler Configuration api

[pinpoint-apm#8711] Fix Task :pinpoint-akka-http-plugin:test FAILED

[pinpoint-apm#8711] Task :pinpoint-apache-dubbo-plugin:compileTestJava FAILED

[pinpoint-apm#8711] Task :pinpoint-arcus-plugin:compileTestJava FAILED

[pinpoint-apm#8711] Fix error: package org.apache.commons.lang3 does not exist

[pinpoint-apm#8711] Fix SLF4J: Class path contains multiple SLF4J bindings

[pinpoint-apm#8711] if caching enable, dependency graph doesn't check

[pinpoint-apm#8711] remove buildscript legacy style

[pinpoint-apm#8711] Dependency Management Plugin for dependency management like maven

[pinpoint-apm#8711] Apply Dependency Management Plugin for dependency management like maven

[pinpoint-apm#8711] Apply Dependency Management Plugin for dependency management like maven

[pinpoint-apm#8711] Apply Dependency Management Plugin for dependency management like maven

[pinpoint-apm#8711] Fix SLF4J: Class path contains multiple SLF4J bindings

[pinpoint-apm#8711] agent java library distribution plugin

[pinpoint-apm#8711] Extrace spring dependency management version files refactoring (pinpoint.java-dependency-management-conventions and pinpoint.jdk7-depdendency-management-conventions). Fix JDK 7 projects build error with spring v5.

[pinpoint-apm#8711] generate Version.java incremental annotation by gradle annotation processor

[pinpoint-apm#8711] generate Version.java incremental annotation by gradle annotation processor

[pinpoint-apm#8711] generate Version.java incremental annotation by gradle annotation processor

[pinpoint-apm#8711] Remove annotation processor because of no needs

[pinpoint-apm#8711] post `-conventions` no needs

[pinpoint-apm#8711] move to package for kotlin DSL prebuild script plugin

[pinpoint-apm#8711] publish prebuild script plugin maven configuration

[pinpoint-apm#8711] move to package for kotlin DSL prebuild script plugin

[pinpoint-apm#8711] maven publication for pinpoint

[pinpoint-apm#8711] Changing JVM settings for the build VM

[pinpoint-apm#8711] projects and buildSrc are the same version

[pinpoint-apm#8711] gradle parallel build enable

[pinpoint-apm#8711] refactoring to version catalog

[pinpoint-apm#8711] Sharing prebuild script plugins with build logic pinpoint

[pinpoint-apm#8711] Sharing prebuild script plugins with build logic pinpoint

[pinpoint-apm#8711] Sharing prebuild script plugins with build logic pinpoint

[pinpoint-apm#8711] Sharing prebuild script plugins with build logic pinpoint

[pinpoint-apm#8711] Sharing prebuild script plugins with build logic pinpoint

[pinpoint-apm#8711] upgrading gradle version

[pinpoint-apm#8711] Sharing prebuild script plugins with build logic pinpoint

[pinpoint-apm#8711] sharing catalogs by version catalog plugin

[pinpoint-apm#8711] sharing catalogs by version catalog plugin

[pinpoint-apm#8711] sharing catalogs by version catalog plugin

[pinpoint-apm#8711] sharing catalogs by version catalog plugin

[pinpoint-apm#8711] sharing catalogs by version catalog plugin

[pinpoint-apm#8711] extract version catalog plugin to standalone

[pinpoint-apm#8711] extract version catalog plugin to standalone

[pinpoint-apm#8711] extract version catalog plugin to standalone

[pinpoint-apm#8711] version catalog plugin for sharing

[pinpoint-apm#8711] version catalog plugin for sharing


[pinpoint-apm#8711] version catalog plugin for sharing


[pinpoint-apm#8711] version catalog plugin for sharing


[pinpoint-apm#8711] version catalog plugin for sharing

[pinpoint-apm#8711] version catalog plugin for sharing

[pinpoint-apm#8711] version catalog plugin for sharing

[pinpoint-apm#8711] version catalog plugin for sharing

[pinpoint-apm#8711] version catalog plugin for sharing

[pinpoint-apm#8711] version catalog plugin for sharing (asm)

[pinpoint-apm#8711] extract plugins to gradle java platform




[pinpoint-apm#8711] extract plugins to gradle java platform

[pinpoint-apm#8711] version catalog plugin for sharing


[pinpoint-apm#8711] version catalog plugin for sharing

[pinpoint-apm#8711] version catalog plugin for sharing

[pinpoint-apm#8711] clear no need groovy scripts

[pinpoint-apm#8711] version catalog plugin for sharing

[pinpoint-apm#8711] version catalog plugin for sharing

[pinpoint-apm#8711] version catalog plugin for sharing

[pinpoint-apm#8711] version catalog plugin for sharing

[pinpoint-apm#8711] version catalog plugin for sharing

[pinpoint-apm#8711] version catalog plugin for sharing

[pinpoint-apm#8711] version catalog plugin for sharing

[pinpoint-apm#8711] version catalog plugin for sharing

[pinpoint-apm#8711] version catalog plugin for sharing

[pinpoint-apm#8711] remove spring dependency managements

[pinpoint-apm#8711] version catalog plugin for sharing

[pinpoint-apm#8711] version catalog plugin for sharing

[pinpoint-apm#8711] version catalog plugin for sharing

[pinpoint-apm#8711] version catalog plugin for sharing

[pinpoint-apm#8711] version catalog plugin for sharing

[pinpoint-apm#8711] version catalog plugin for sharing

[pinpoint-apm#8711] version catalog plugin for sharing

[pinpoint-apm#8711] version catalog plugin for sharing

[pinpoint-apm#8711] version catalog plugin for sharing

[pinpoint-apm#8711] version catalog plugin for sharing

[pinpoint-apm#8711] version catalog plugin for sharing

[pinpoint-apm#8711] version catalog plugin for sharing

[pinpoint-apm#8711] version catalog plugin for sharing

[pinpoint-apm#8711] version catalog plugin for sharing

[pinpoint-apm#8711] version catalog plugin for sharing

[pinpoint-apm#8711] version catalog plugin for sharing

[pinpoint-apm#8711] version catalog plugin for sharing

[pinpoint-apm#8711] version catalog plugin for sharing

[pinpoint-apm#8711] version catalog plugin for sharing

[pinpoint-apm#8711] version catalog plugin for sharing

[pinpoint-apm#8711] version catalog plugin for sharing

[pinpoint-apm#8711] version catalog plugin for sharing

[pinpoint-apm#8711] version catalog plugin for sharing

[pinpoint-apm#8711] rebase upstream/master 2.5.0-snapshot

[pinpoint-apm#8711] update version by rebase upstream/master 2.5.0-snapshot


[pinpoint-apm#8711] remove java7 supports by rebase upstream/master 2.5.0-snapshot


[pinpoint-apm#8711] version 2.5.0-snapshot

[pinpoint-apm#8711] remove no needs comments


[pinpoint-apm#8711] pull down jboss plugin repository settings
feelform added a commit to feelform/pinpoint that referenced this issue Sep 2, 2022
…g/current/userguide/declaring_repositories.html#maven_repository_filtering

[pinpoint-apm#8711] fix build failure
MessagePrinter.java:30: error: cannot find symbol
    private final Logger logger = LogManager.getLogger(this.getClass());

[pinpoint-apm#8711] java platform gradle plugins for publish maven plugins
feelform added a commit to feelform/pinpoint that referenced this issue Sep 2, 2022
[pinpoint-apm#8711] update curator framework  version

[pinpoint-apm#8711] update curator framework  version

[pinpoint-apm#8711] update curator framework  version
feelform added a commit to feelform/pinpoint that referenced this issue Sep 2, 2022
[pinpoint-apm#8711] git submodule init script in gradle buildscript
feelform added a commit to feelform/pinpoint that referenced this issue Sep 2, 2022
…ath build failure.

[pinpoint-apm#8711] Fix hbase-client with curator library test classpath build failure.

[pinpoint-apm#8711] Fix curator-client 4.2.0 and curator-framework 4.2.1

[pinpoint-apm#8711] enable gradle caching

[pinpoint-apm#8711] add Jakarta annotation dependency

[pinpoint-apm#8711] add Jakarta annotation dependency

[pinpoint-apm#8711] Fix :pinpoint-cxf-plugin-it test cases
feelform added a commit to feelform/pinpoint that referenced this issue Sep 2, 2022
[pinpoint-apm#8711] Fix :pinpoint-druid-plugin-it test  compile build fails

[pinpoint-apm#8711] Replace testImlementation to compileOnlyApi because of maven provided

[pinpoint-apm#8711] disable gradle caching

[pinpoint-apm#8711] Fix :pinpoint-dubbo-plugin and :pinpoint-dubbo-plugin-it test build failure

[pinpoint-apm#8711] Fix :pinpoint-elasticsearch-bboss-plugin and :pinpoint-elasticsearch-bboss-plugin-it test build failure
feelform added a commit to feelform/pinpoint that referenced this issue Sep 2, 2022
feelform added a commit to feelform/pinpoint that referenced this issue Sep 2, 2022
- JDK 8, JDK 11 Java toolchain
- kotlin DSL
feelform added a commit that referenced this issue Sep 2, 2022
- JDK 8, JDK 11 Java toolchain
- kotlin DSL
@emeroad emeroad linked a pull request Sep 6, 2022 that will close this issue
emeroad pushed a commit that referenced this issue Nov 1, 2022
- JDK 8, JDK 11 Java toolchain
- kotlin DSL
emeroad pushed a commit that referenced this issue Nov 3, 2022
- JDK 8, JDK 11 Java toolchain
- kotlin DSL
@emeroad emeroad modified the milestones: 2.5.0, 2.6.0 Dec 21, 2022
@emeroad emeroad modified the milestones: 3.0.0, next Jan 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants