This repository was archived by the owner on Aug 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +20
-4
lines changed
beeline-spring-boot-sleuth-starter
beeline-spring-boot-starter Expand file tree Collapse file tree 5 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Beeline Changelog
2
2
3
+ ## 1.5.1
4
+
5
+ ### Fixes:
6
+
7
+ - Default w3c sampled flag to 01 so the OTEL collector does not ignore the spans (#105 )
8
+ - Change Brave span transforming to properly associate spans (#95 )
9
+ - Suppress spotbug warning for volatile array (#96 )
10
+
11
+ ### Maintenance
12
+
13
+ - Add dependabot config (#97 )
14
+ - Use public CircleCI context for build secrets (#94 )
15
+ - Bump spotbugs-maven-plugin from 3.1.12.2 to 4.2.0 (#103 )
16
+ - Bump pmdCoreVersion from 6.3.0 to 6.30.0 (#102 )
17
+ - Bump junit from 4.12 to 4.13.1 (#83 )
18
+
3
19
## 1.5.0
4
20
5
21
Improvements:
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >io.honeycomb.beeline</groupId >
9
9
<artifactId >beeline-parent</artifactId >
10
- <version >1.5.0 </version >
10
+ <version >1.5.1 </version >
11
11
</parent >
12
12
13
13
<name >Beeline Java (Core)</name >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >io.honeycomb.beeline</groupId >
9
9
<artifactId >beeline-parent</artifactId >
10
- <version >1.5.0 </version >
10
+ <version >1.5.1 </version >
11
11
</parent >
12
12
13
13
<name >Beeline Java (Spring Boot Sleuth Starter)</name >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >io.honeycomb.beeline</groupId >
9
9
<artifactId >beeline-parent</artifactId >
10
- <version >1.5.0 </version >
10
+ <version >1.5.1 </version >
11
11
</parent >
12
12
13
13
<name >Beeline Java (Spring Boot Starter)</name >
Original file line number Diff line number Diff line change 7
7
<name >Beeline Java (Parent)</name >
8
8
<artifactId >beeline-parent</artifactId >
9
9
<groupId >io.honeycomb.beeline</groupId >
10
- <version >1.5.0 </version >
10
+ <version >1.5.1 </version >
11
11
<packaging >pom</packaging >
12
12
13
13
<description >Parent POM for the Honeycomb Beeline for Java</description >
You can’t perform that action at this time.
0 commit comments