Skip to content

Commit af32a05

Browse files
knoobieZheSun88
andauthored
chore: use stable RedHat JBoss EAP version (#8052)
* chore: use stable RedHat JBoss EAP version * update supported servlet in platform release note template [skip ci] --------- Co-authored-by: Zhe Sun <[email protected]>
1 parent f312687 commit af32a05

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

scripts/generator/templates/template-release-notes.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,22 @@ Vaadin Flow requires Java Servlet API 6 and Java 17 or newer. It is tested on:
137137

138138
- Apache Tomcat 10.1
139139
- Open Liberty 23
140-
- RedHat JBoss EAP 8.0 beta
140+
- RedHat JBoss EAP 8.1
141+
- To work with RedHat JBoss EAP 8.0, you will need to add the following content to the `jboss-deployment-structure.xml` placed under `WEB-INF` folder
142+
<details>
143+
<summary>Workaround for supporting RedHat JBoss EAP 8.0</summary>
144+
145+
```xml
146+
<jboss-deployment-structure>
147+
<deployment>
148+
<exclude-subsystems>
149+
<subsystem name="jaxrs" />
150+
</exclude-subsystems>
151+
</deployment>
152+
</jboss-deployment-structure>
153+
```
154+
155+
</details>
141156
- WildFly 35
142157
- Jetty 12
143158
- Payara Server 6

0 commit comments

Comments
 (0)