Re: Deprecate aegis databinding ?

2024-06-12 Thread Vassilis Virvilis
That would be ideal (the opposite to catastrophic in this case) for me. I will let you know if I manage to migrate cxf-rs. Thanks a lot. On 6/13/24 4:34 AM, Jim Ma wrote: Thanks for letting us know. It sounds like it's good to extend the life support of Aegis for several releases. On Tue,

Re: Deprecate aegis databinding ?

2024-06-12 Thread Jim Ma
Thanks for letting us know. It sounds like it's good to extend the life support of Aegis for several releases. On Tue, Jun 4, 2024 at 3:54 PM Vassilis Virvilis wrote: > Hi Jim, > > Here are some bugs / discussions with some test cases that have been fixed > (or workaround-ed) over the years. >

Re: Deprecate aegis databinding ?

2024-06-04 Thread Vassilis Virvilis
Hi Jim, Here are some bugs / discussions with some test cases that have been fixed (or workaround-ed) over the years. 1. SOAP: Aegis databinding Collection of derived classes: https://lists.apache.org/thread/rp73ym9f64vpvng057d55mtj3wnznr80 2. SortedMap is not returned when another unrelated

Re: Deprecate aegis databinding ?

2024-06-03 Thread Matt Pavlovich
Solving the map-of-maps or map of collections, often requires creation of custom data model classes that fit into the json/xml/xsd paradigms. In xml, a map can be represented as a sequence of complex types that have a key and some other structure for a value (primitive or otherwise).

Re: Deprecate aegis databinding ?

2024-06-02 Thread Jim Ma
Hi Vassilis, Thanks for your input . It's good to know that there is still some usage that jaxb or xmlbeans can't nicely handle. I am curious to know more details about this use case about transfering Map Of Maps or Map of Collections. Could you please paste a test case or some code snippet to

Re: Deprecate aegis databinding ?

2024-04-29 Thread Vassilis Virvilis
I am using it. Although I plan to move to JAX-RS. However,  I can't be sure about the scheduling... Aegis is the simplest and most versatile databinding for java first development in my opinion. The others (jax-ws, jaxb and xmlbeans) never worked for me when I had to transfer Map Of Maps or

Re: Deprecate aegis databinding ?

2024-04-29 Thread Colm O hEigeartaigh
+1 but only for CXF 4.1.0. Colm. On Fri, Apr 26, 2024 at 9:12 PM Andrey Redko wrote: > > Hi Jim, > > I am not aware of any project that uses Aegis data binding. I believe > deprecating / removing it would make perfect sense. +1. Thank you! > > Best Regards, > Andriy Redko > > > On Mon, Apr

Re: Deprecate aegis databinding ?

2024-04-26 Thread Andrey Redko
Hi Jim, I am not aware of any project that uses Aegis data binding. I believe deprecating / removing it would make perfect sense. +1. Thank you! Best Regards, Andriy Redko On Mon, Apr 22, 2024, 5:06 a.m. Jim Ma wrote: > Hi all, > I am not sure if it's the time to deprecate some old cxf

Re: Deprecate aegis databinding ?

2024-04-22 Thread Dennis Kieselhorst
Hi Jim, good call out. The first I can think of is aegis databinding. Is the aegis databinding still used by CXF users ? Is it a good time to deprecate and remove in the future release ? I liked the databinding in the past but nowadays JAXB is the standard. To get an indication who else

Deprecate aegis databinding ?

2024-04-21 Thread Jim Ma
Hi all, I am not sure if it's the time to deprecate some old cxf things that no one is using, so I write to get your thoughts/ideas here. The first I can think of is aegis databinding. Is the aegis databinding still used by CXF users ? Is it a good time to deprecate and remove in the future