This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from 0e8cfd6 Additional fixes for BZ 64848 new 60bbe49 Align JPMS module names with current jakarta expectations new 7c174c8 Update to bnd 5.3.0-SNAPSHOT to workaround JDK-8255854 new 3d2e5ca Fix BZ 64849 JPMS provides/uses for EL new 348df91 Remove unnecessary code new d0b4638 Add JPMS metadata for use of ServiceProvider API by WebSocket The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: build.properties.default | 23 ++++++++++++++-------- java/javax/el/ExpressionFactory.java | 3 +++ java/javax/websocket/ContainerProvider.java | 3 +++ .../websocket/server/ServerEndpointConfig.java | 3 +++ java/org/apache/el/ExpressionFactoryImpl.java | 8 +------- .../tomcat/websocket/WsContainerProvider.java | 1 + .../server/DefaultServerEndpointConfigurator.java | 1 + res/bnd/el-api.jar.tmp.bnd | 4 ++-- res/bnd/jaspic-api.jar.tmp.bnd | 4 ++-- res/bnd/jsp-api.jar.tmp.bnd | 4 ++-- res/bnd/servlet-api.jar.tmp.bnd | 4 ++-- res/bnd/websocket-api.jar.tmp.bnd | 4 ++-- res/checkstyle/javax-import-control.xml | 1 + webapps/docs/changelog.xml | 12 +++++++++++ 14 files changed, 50 insertions(+), 25 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org