|
I think I agree with Matthias that this may be problematic. If you
compile something against Servlet 3.0 classes, you very well may run
into some runtime issues if you then try to use those binaries in a
Servlet 2.5 type environment. You generally *WILL NOT* run into
problems if you do the reverse. Now that's not to say it's
impossible. Trinidad, for instance, builds against the Portlet 2.0
jars yet we work in Portlet 1.0 as well, but we had to use a bunch of
proxy objects attached to interfaces and a lot of reflection to get
this to work correctly. I guess I'm wondering what issue you have right now with the current dependencies. Just because myfaces depends on Servlet 2.5 does not mean that geronimo can't depend on Servlet 3.0. They should both be "provided" dependencies. If you *DO* need Servlet 3.0 support as a library, I would suggest adding it as a profile which DOES NOT run by default.. Just my $.02.. Scott David Jencks wrote: Matthias, |
- Re: [VOTE] release of myfaces core 2.0.0-alpha Matthias Wessendorf
- Re: [VOTE] release of myfaces core 2.0.0-alph... Cagatay Civici
- Re: [VOTE] release of myfaces core 2.0.0-... Bruno Aranda
- Re: [VOTE] release of myfaces core 2.... Michael Concini
- Re: [VOTE] release of myfaces co... Simon Lessard
- Re: [VOTE] release of myfaces core 2.0.0-alpha Gerhard Petracek
- Re: [VOTE] release of myfaces core 2.0.0-alpha Werner Punz
- Re: [VOTE] release of myfaces core 2.0.0-alpha Ivan
- Re: [VOTE] release of myfaces core 2.0.0-alph... Matthias Wessendorf
- Re: [VOTE] release of myfaces core 2.0.0-... David Jencks
- Re: [VOTE] release of myfaces core 2.... Scott O'Bryan
- Re: [VOTE] release of myfaces co... David Jencks
- Re: [VOTE] release of myface... Matthias Wessendorf
- Re: [VOTE] release of myface... Scott O'Bryan
- Re: [VOTE] release of myface... Matthias Wessendorf
- Re: [VOTE] release of myface... David Jencks
- Re: [VOTE] release of myface... Jan-Kees van Andel
- Re: [VOTE] release of myface... Leonardo Uribe
- Re: [VOTE] release of myface... Matthias Wessendorf
- Re: [VOTE] release of myface... Grant Smith
- Re: [VOTE] release of myface... Leonardo Uribe
