Skip to content

Commit 915077e

Browse files
committed
docs: bump spring-boot-starter version to 1.0.3 in all documentation
1 parent 5dcb926 commit 915077e

4 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# Changelog
22

3+
## [1.0.3] - 2026-06-25
4+
5+
- [python-embed-spring-boot-starter](python-embed-spring-boot-starter/CHANGELOG.md) (1.0.3) — Fixed `NoClassDefFoundError` without Actuator, HealthIndicator bean isolation
6+
37
## [1.0.2] - 2026-06-24
48

59
Modules are now independently versioned with per-module changelogs:
610
- [python-embed-runtime](python-embed-runtime/CHANGELOG.md) (1.0.2) — independent versioning with `runtime-v*` publish tags
7-
- [python-embed-spring-boot-starter](python-embed-spring-boot-starter/CHANGELOG.md) (1.0.2) — Configuration Metadata, missing option properties, independent versioning
11+
- [python-embed-spring-boot-starter](python-embed-spring-boot-starter/CHANGELOG.md) (1.0.3) — Fixed `NoClassDefFoundError` without Actuator, HealthIndicator bean isolation
812
- [python-embed-gradle-plugin](python-embed-gradle-plugin/CHANGELOG.md) (1.0.2) — `targetOs` cross-compilation, cross-platform fix, plugin-publish 2.1.1, independent versioning
913

1014
## [1.0.1] - 2026-06-23
@@ -35,6 +39,7 @@ Modules are now independently versioned with per-module changelogs:
3539
- Close hook support for resource cleanup
3640
- 13 example applications in `python-embed-examples`
3741

42+
[1.0.3]: See per-module changelogs above
3843
[1.0.2]: See per-module changelogs above
3944
[1.0.1]: https://github.com/howtis/python-embed/releases/tag/v1.0.1
4045
[1.0.0]: https://github.com/howtis/python-embed/releases/tag/v1.0.0

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ For Spring Boot 3.x applications, add the starter:
5757

5858
```groovy
5959
dependencies {
60-
implementation 'io.github.howtis:python-embed-spring-boot-starter:1.0.2'
60+
implementation 'io.github.howtis:python-embed-spring-boot-starter:1.0.3'
6161
}
6262
```
6363

docs/spring-boot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Add the starter dependency:
88

99
```groovy
1010
dependencies {
11-
implementation 'io.github.howtis:python-embed-spring-boot-starter:1.0.2'
11+
implementation 'io.github.howtis:python-embed-spring-boot-starter:1.0.3'
1212
}
1313
```
1414

python-embed-spring-boot-starter/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [1.0.3] - 2026-06-25
4+
5+
### Fixed
6+
- `NoClassDefFoundError` on `HealthIndicator` when Spring Boot Actuator is not on the classpath
7+
38
## [1.0.2] - 2026-06-24
49

510
### Added
@@ -25,6 +30,7 @@
2530
- `@ConfigurationProperties` binding for all pool and runtime settings
2631
- Auto-configuration conditional on `python-embed-runtime` on classpath
2732

33+
[starter-v1.0.3]: https://github.com/howtis/python-embed/releases/tag/starter-v1.0.3
2834
[starter-v1.0.2]: https://github.com/howtis/python-embed/releases/tag/starter-v1.0.2
2935
[starter-v1.0.1]: https://github.com/howtis/python-embed/releases/tag/v1.0.1
3036
[starter-v1.0.0]: https://github.com/howtis/python-embed/releases/tag/v1.0.0

0 commit comments

Comments
 (0)