Ed Merks

Results 491 comments of Ed Merks

We're done for the 4.33 release cycle.

I imagine moving to Jakarta might be a significantly time consuming process and it's not at all clear that all your libraries/dependencies can even accommodate that! Furthermore, I don't see...

No, modules kicked in for Java 9 and only parts of javax were migrated to jakarta, i.e., only the JEE things. So not to worry of course eventually one will...

I wonder if anyone will ever work on this. It does need to be done eventually.

More work, more things to test, and more things to publish doesn't sound all that appealing. 😞 Contribution makes anything possible. 👼

I could reproduce the one problem which I tried to fix like this: ![image](https://github.com/eclipse-birt/birt/assets/208716/58ce8786-a2e7-4014-9dda-a0a208e078fb) But I don't know if it's correct. I'm not sure where to look to see what...

I will try to help out where I can within my ability to understand the frameworks. Certain for the getProvider() NPE I see the explicit and implicit providers being set...

In this code where the NPE happens: ![image](https://github.com/eclipse-birt/birt/assets/208716/fdda5d35-16fa-403e-987d-486d878c43fb) It checks if the getPartControl() is null and if so creates one: ![image](https://github.com/eclipse-birt/birt/assets/208716/ae451d98-c2b7-45db-b7a4-cf49c3797ce8) So it's kind of inconceivable that it can be...