Skip to content

Commit 32b7c61

Browse files
Merge branch 'develop' into spring-boot-dev-tools-support
2 parents 254289d + 8ec5869 commit 32b7c61

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/broken-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- name: Link Checker
2020
id: lychee
21-
uses: lycheeverse/lychee-action@v1
21+
uses: lycheeverse/lychee-action@v2
2222

2323
- name: Find already existing issue
2424
id: find-issue

docs/modules/ROOT/pages/known-issues.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ We created https://github.com/xdev-software/spring-data-eclipse-store/issues/33[
2222

2323
Using https://docs.spring.io/spring-boot/reference/using/devtools.html[Spring Developer Tools] (`spring-boot-devtools`) can lead to serious issues in your project.
2424
That is manly due to the https://docs.spring.io/spring-boot/reference/using/devtools.html#using.devtools.livereload[LiveReload feature] and the usage of a "Restart Classloader".
25+
It derives from the https://docs.eclipsestore.io/manual/misc/integrations/spring-boot.html#_spring_dev_tools[issue with EclipseStore].
2526

2627
This leads to problems within EclipseStore and can cause issues with discovering beans (https://github.com/spring-projects/spring-boot/issues/41011[Example Issue]).
2728

spring-data-eclipse-store/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@
288288
<plugin>
289289
<groupId>org.apache.maven.plugins</groupId>
290290
<artifactId>maven-javadoc-plugin</artifactId>
291-
<version>3.10.0</version>
291+
<version>3.10.1</version>
292292
<executions>
293293
<execution>
294294
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)