payara / Payara

Payara Server is an open source middleware platform that supports reliable and secure deployments of Java EE (Jakarta EE) and MicroProfile applications in any environment: on premise, in the cloud or hybrid.
http://www.payara.fish
Other
880 stars 302 forks source link

FISH-9149 FISH-9150: update websocket api and tyrus to version 2.2.0 #6870

Closed breakponchito closed 1 month ago

breakponchito commented 1 month ago

Update for websocket api and tyrus version

Description

Important Info

Blockers

Testing

New tests

Testing Performed

Manual testing, the Payara 7 version build and run correctly without any issue, also deployments work correctly

`[#|2024-08-07T16:13:08.057-0600|INFO|Payara 7.2024.1.Alpha2|javax.enterprise.system.core|_ThreadID=63;_ThreadName=RunLevelControllerThread-1723068783813;_TimeMillis=1723068788057;_LevelValue=800;_MessageID=NCLS-CORE-00022;| Loading application clusterjsp done in 1,537 ms|#]

[#|2024-08-07T16:13:08.347-0600|INFO|Payara 7.2024.1.Alpha2|javax.enterprise.system.core|_ThreadID=63;_ThreadName=RunLevelControllerThread-1723068783813;_TimeMillis=1723068788347;_LevelValue=800;| No deployment transformer implementation found.|#]

[#|2024-08-07T16:13:08.415-0600|INFO|Payara 7.2024.1.Alpha2|javax.enterprise.system.core|_ThreadID=63;_ThreadName=RunLevelControllerThread-1723068783813;_TimeMillis=1723068788415;_LevelValue=800;_MessageID=NCLS-CORE-00022;| Loading application SimpleJndiLookup-1.0-SNAPSHOT done in 356 ms|#]

[#|2024-08-07T16:13:08.453-0600|INFO|Payara 7.2024.1.Alpha2|jakarta.enterprise.web|_ThreadID=63;_ThreadName=RunLevelControllerThread-1723068783813;_TimeMillis=1723068788453;_LevelValue=800;_MessageID=AS-WEB-GLUE-00172;| Loading application [clusterjsp] at [/clusterjsp]|#]

[#|2024-08-07T16:13:08.492-0600|INFO|Payara 7.2024.1.Alpha2|jakarta.enterprise.web|_ThreadID=63;_ThreadName=RunLevelControllerThread-1723068783813;_TimeMillis=1723068788492;_LevelValue=800;_MessageID=AS-WEB-GLUE-00172;| Loading application [SimpleJndiLookup-1.0-SNAPSHOT] at [/SimpleJndiLookup-1.0-SNAPSHOT]|#] `

Testing Environment

Ubuntu 20.04, azul jdk 21, maven 3.8.6

Documentation

Notes for Reviewers