Skip to content

Commit

Permalink
Release 3.0.3-BETA.3 (#1583)
Browse files Browse the repository at this point in the history
* Prepare a new release

* Add a line to trigger running smoek tests again

* Add Azure Pipeline status badge

* Update changelog

* Re-trigger smoke test and link required pipelines correctly

* Trigger buddy pipeline using the latest change

* Fix :agent:agent-profiler:agent-alerting:generatePom build failure

* Remove publishing for all except agent

* Fix build failure
  • Loading branch information
heyams committed Mar 26, 2021
1 parent 47c2d39 commit 002c798
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 19 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# CHANGELOG
# Version 3.0.3-BETA.3
* Change default preview config setting
[#1580](https://github.com/microsoft/ApplicationInsights-Java/issues/1580)
* Fix sampling rate recorded for dependencies
[#1582](https://github.com/microsoft/ApplicationInsights-Java/issues/1582)

# Version 3.0.3-BETA.2
* Added env var `APPLICATIONINSIGHTS_PREVIEW_OTEL_API_SUPPORT` to enable preview OpenTelemetry API support
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Build Status](https://github-private.visualstudio.com/microsoft/_apis/build/status/CDPX/applicationinsights-java/applicationinsights-java-Windows-Buddy-master?branchName=refs%2Fpull%2F1583%2Fmerge)](https://github-private.visualstudio.com/microsoft/_build/latest?definitionId=224&branchName=refs%2Fpull%2F1583%2Fmerge)

# Application Insights for Java

See documentation at https://docs.microsoft.com/en-us/azure/azure-monitor/app/java-in-process-agent.
Expand Down
1 change: 0 additions & 1 deletion agent/agent-profiler/agent-alerting-api/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
group = 'io.opentelemetry.javaagent'

apply from: "$buildScriptsDir/common-java.gradle"
apply from: "$buildScriptsDir/publishing.gradle"

dependencies {
testCompile group: 'junit', name: 'junit', version: '4.12'
Expand Down
3 changes: 1 addition & 2 deletions agent/agent-profiler/agent-alerting/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
group = 'io.opentelemetry.javaagent'

apply from: "$buildScriptsDir/common-java.gradle"
apply from: "$buildScriptsDir/publishing.gradle"

dependencies {

Expand All @@ -10,4 +9,4 @@ dependencies {

compile(project(":agent:agent-profiler:agent-alerting-api"))
compile group: 'org.slf4j', name: 'slf4j-api', version: '1.7.26'
}
}
1 change: 0 additions & 1 deletion agent/agent-profiler/agent-profiler-api/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
group = 'io.opentelemetry.javaagent'

apply from: "$buildScriptsDir/common-java.gradle"
apply from: "$buildScriptsDir/publishing.gradle"

dependencies {
compile(project(":agent:agent-profiler:agent-alerting-api"))
Expand Down
1 change: 0 additions & 1 deletion agent/agent-profiler/agent-service-profiler/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
group = 'io.opentelemetry.javaagent'

apply from: "$buildScriptsDir/common-java.gradle"
apply from: "$buildScriptsDir/publishing.gradle"

dependencies {

Expand Down
14 changes: 1 addition & 13 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
*/

apply from: "$buildScriptsDir/common-java.gradle"
apply from: "$buildScriptsDir/publishing.gradle"

def sdkVersionFileDir = "$project.buildDir/src/generated/main/resources"

Expand Down Expand Up @@ -80,15 +79,4 @@ task generateVersionProperties(type: PropsFileGen) {
property "version", project.version
}

processResources.dependsOn generateVersionProperties

// region Publishing properties

projectPomName = project.msftAppInsights + " Java SDK Core"
projectPomDescription = "This is the core module of " + project.msftAppInsightsJavaSdk

whenPomConfigured = { p ->
p.dependencies = []
}

// endregion Publishing properties
processResources.dependsOn generateVersionProperties
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// Project properties
version=3.0.3-BETA.2
version=3.0.3-BETA.3
group=com.microsoft.azure

0 comments on commit 002c798

Please sign in to comment.