[
https://issues.apache.org/jira/browse/TOMEE-4508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Richard Zowalla closed TOMEE-4508.
----------------------------------
Resolution: Fixed
> JakartaEE API depends on Jakarta and Tomcat EL API
> ---------------------------------------------------
>
> Key: TOMEE-4508
> URL: https://issues.apache.org/jira/browse/TOMEE-4508
> Project: TomEE
> Issue Type: Bug
> Reporter: Markus Jung
> Assignee: Markus Jung
> Priority: Major
> Labels: pull-request-available
>
> jakartaee-api 10.0 includes both jakarta.el:jakarta.el-api:jar:5.0.0 and the
> tomcat el-api jar, causing the wrong el-api to be shaded
>
> extracted from jakarta.el.ELPRocessor from the jakartaee-api 10.0 jar (notice
> EPL license header instead of ASF header):
> {code:java}
> /*
> * Copyright (c) 2012, 2021 Oracle and/or its affiliates and others.
> * All rights reserved.
> *
> * This program and the accompanying materials are made available under the
> * terms of the Eclipse Public License v. 2.0, which is available at
> * http://www.eclipse.org/legal/epl-2.0.
> *
> * This Source Code may also be made available under the following Secondary
> * Licenses when the conditions for such availability set forth in the
> * Eclipse Public License v. 2.0 are satisfied: GNU General Public License,
> * version 2 with the GNU Classpath Exception, which is available at
> * https://www.gnu.org/software/classpath/license.html.
> *
> * SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
> */
> package jakarta.el;
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)