Re: JavaXML.framework and Java 21 (and Eclipse)
Re: JavaXML.framework and Java 21 (and Eclipse)
- Subject: Re: JavaXML.framework and Java 21 (and Eclipse)
- From: Paul Hoadley via Webobjects-dev <email@hidden>
- Date: Wed, 7 May 2025 09:37:07 +0930
- Feedback-id: i671c40f3:Fastmail
On 6 May 2025, at 19:20, Michael Schmiedgen <email@hidden> wrote:
> <dependency>
> <groupId>xerces</groupId>
> <artifactId>xercesImpl</artifactId>
> <version>2.12.2</version>
> <exclusions>
> <exclusion>
> <groupId>xml-apis</groupId>
> <artifactId>xml-apis</artifactId>
> </exclusion>
> </exclusions>
> </dependency>
Thanks Michael—this is the bit I was missing! I hadn't noticed that Xerces was
still smuggling in xml-apis. Maik Musall gave me the same tip off-list.
>> 2. Is anyone else living in a post-JavaXML.framework world? It smuggles in a
>> lot of stuff that I'd like to get rid of (e.g., Log4J 1). If so, how did you
>> do it?
>
> I would recommend throwing it away. We have a separate
> project, POM-only, that defines all the stuff needed (not
> only JavaXML), and include that into our projects.
Good to know.
--
Paul Hoadley
https://logicsquad.net/
https://www.linkedin.com/company/logic-squad/
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden