Jackie-Jiang opened a new pull request, #13058: URL: https://github.com/apache/pinot/pull/13058
#12760 Upgraded jakarta libraries to the latest Jakarta EE (read more [here](https://en.wikipedia.org/wiki/Jakarta_EE)), but all the libraries in Pinot are still following Java EE. This PR downgraded the library versions to be Java EE compatible: ``` <jakarta.servlet-api.version>4.0.4</jakarta.servlet-api.version> <javax.servlet-api.version>4.0.1</javax.servlet-api.version> <jakarta.annotation-api.version>1.3.5</jakarta.annotation-api.version> <javax.annotation-api.version>1.3.2</javax.annotation-api.version> <jakarta.validation-api.version>2.0.2</jakarta.validation-api.version> <javax.validation-api.version>2.0.1.Final</javax.validation-api.version> <jakarta.xml.bind-api.version>2.3.3</jakarta.xml.bind-api.version> <javax.jaxb-api.version>2.3.1</javax.jaxb-api.version> <jakarta.ws.rs-api.version>2.1.6</jakarta.ws.rs-api.version> <javax.ws.rs-api.version>2.1.1</javax.ws.rs-api.version> <jakarta.activation-api.version>1.2.2</jakarta.activation-api.version> ``` Also downgrade `libthrift` from `0.20.0` to `0.18.1` which is the last version using Java EE -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org