Merge branch '3.5.x' into 4.0.x

Closes gh-49362
This commit is contained in:
Stéphane Nicoll
2026-03-02 09:39:24 +01:00
@@ -257,11 +257,8 @@ Here is an example where some local class files are excluded and some extra libr
[source,properties]
----
restart:
exclude:
companycommonlibs: "/mycorp-common-[\\w\\d-\\.]/(build|bin|out|target)/"
include:
projectcommon: "/mycorp-myproj-[\\w\\d-\\.]+\\.jar"
restart.exclude.companycommonlibs="/mycorp-common-[\\w\\d-\\.]/(build|bin|out|target)/"
restart.include.projectcommon="/mycorp-myproj-[\\w\\d-\\.]+\\.jar"
----
NOTE: All property keys must be unique.