File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ to your application:
38
38
</dependency >
39
39
```
40
40
41
- ### Wildfly and JBoss EAP
41
+ #### Wildfly and JBoss EAP
42
42
43
43
Wildfly is using RESTEasy for JAX-RS. So you need to Ozark RESTEasy integration module:
44
44
@@ -55,7 +55,7 @@ Wildfly is using RESTEasy for JAX-RS. So you need to Ozark RESTEasy integration
55
55
</dependency >
56
56
```
57
57
58
- ### Wildfly Swarm
58
+ #### Wildfly Swarm
59
59
60
60
We currently don't have a dedicated fraction for wildfly Swarm, but you can use the
61
61
JAX-RS fraction and add the same dependencies as required for Wildfly:
@@ -77,7 +77,7 @@ JAX-RS fraction and add the same dependencies as required for Wildfly:
77
77
</dependency >
78
78
```
79
79
80
- ### Apache TomEE
80
+ #### Apache TomEE
81
81
82
82
Apache TomEE uses CXF as the JAX-RS implementation. Unfortunately there are some known bugs in CXF
83
83
which are causing trouble for Ozark. The latest CXF release should fix these issues, but Apache TomEE
You can’t perform that action at this time.
0 commit comments