Skip to content

Commit 002c798

Browse files
authored
Release 3.0.3-BETA.3 (#1583)
* 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
1 parent 47c2d39 commit 002c798

File tree

8 files changed

+10
-19
lines changed

8 files changed

+10
-19
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# CHANGELOG
2+
# Version 3.0.3-BETA.3
3+
* Change default preview config setting
4+
[#1580](https://github.com/microsoft/ApplicationInsights-Java/issues/1580)
5+
* Fix sampling rate recorded for dependencies
6+
[#1582](https://github.com/microsoft/ApplicationInsights-Java/issues/1582)
27

38
# Version 3.0.3-BETA.2
49
* Added env var `APPLICATIONINSIGHTS_PREVIEW_OTEL_API_SUPPORT` to enable preview OpenTelemetry API support

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![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)
2+
13
# Application Insights for Java
24

35
See documentation at https://docs.microsoft.com/en-us/azure/azure-monitor/app/java-in-process-agent.

agent/agent-profiler/agent-alerting-api/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
group = 'io.opentelemetry.javaagent'
22

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

65
dependencies {
76
testCompile group: 'junit', name: 'junit', version: '4.12'
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
group = 'io.opentelemetry.javaagent'
22

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

65
dependencies {
76

@@ -10,4 +9,4 @@ dependencies {
109

1110
compile(project(":agent:agent-profiler:agent-alerting-api"))
1211
compile group: 'org.slf4j', name: 'slf4j-api', version: '1.7.26'
13-
}
12+
}

agent/agent-profiler/agent-profiler-api/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
group = 'io.opentelemetry.javaagent'
22

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

65
dependencies {
76
compile(project(":agent:agent-profiler:agent-alerting-api"))

agent/agent-profiler/agent-service-profiler/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
group = 'io.opentelemetry.javaagent'
22

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

65
dependencies {
76

core/build.gradle

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
*/
2121

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

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

@@ -80,15 +79,4 @@ task generateVersionProperties(type: PropsFileGen) {
8079
property "version", project.version
8180
}
8281

83-
processResources.dependsOn generateVersionProperties
84-
85-
// region Publishing properties
86-
87-
projectPomName = project.msftAppInsights + " Java SDK Core"
88-
projectPomDescription = "This is the core module of " + project.msftAppInsightsJavaSdk
89-
90-
whenPomConfigured = { p ->
91-
p.dependencies = []
92-
}
93-
94-
// endregion Publishing properties
82+
processResources.dependsOn generateVersionProperties

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// Project properties
2-
version=3.0.3-BETA.2
2+
version=3.0.3-BETA.3
33
group=com.microsoft.azure

0 commit comments

Comments
 (0)