Skip to content

Commit

Permalink
add a box with clarification for java changes and restart (#1559)
Browse files Browse the repository at this point in the history
Co-authored-by: Andre Meyering <[email protected]>
Co-authored-by: Mahati Shankar <[email protected]>
  • Loading branch information
3 people authored Jan 17, 2025
1 parent 0c26b08 commit 8e94157
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions java/developing-applications/running.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ Once this is added, you can use the restart capabilities of the Spring Boot Devt
* Artifacts generated from CDS (schema.sql, CSN, EDMX)
* Any other static resource

::: warning Restart for changed Java classes
Spring Boot Devtools only detects changes to .class files. You need to enable the *automatic build* feature in your IDE which detects source file changes and rebuilds the .class file. If not, you have to manually rebuild your project to restart your CAP Java application.
:::

### CDS Build

The Spring Boot Devtools have no knowledge of any CDS tooling or the CAP Java runtime. Thus, they can't trigger a CDS build if there are changes in the CDS source files. For more information, please check the [Local Development Support](#local-development-support) section.
Expand Down

0 comments on commit 8e94157

Please sign in to comment.