-
Task
-
Resolution: Done
-
Major
-
None
-
None
Since WildFly HTTP protocol doesn’t support 'handshake' kind of messages it is not possible to detect other side protocol version in advance. Because of this we propose to:
- Install javax <-> jakarta class name transformer if and only if WildFly HTTP client/server is used in Jakarta EE9+ environment.
- Always translate all jakarta EE types to javax EE types regardless if other side supports Jakarta EE9+ environment.
- is blocked by
-
JBMAR-238 Provide support for jakarta<->javax transformation in invocations between servers implementing different specification version
- Resolved
- relates to
-
WFLY-16296 WildFly server based on Jakarta EE API should communicate successfully with previous versions of the server based on Java EE
- Closed