Richard Zowalla

Results 201 comments of Richard Zowalla

I am a bit short of time at the moment (course preparations), so if you can have a look, it would be very appreciated. Otherwise, I can come back on...

I think, that the sanest way to implement would be to return the HTTP response headers encapsulated in the related response objects. Multi-Theading is a topic and we shouldn't stick...

You should use: https://mvnrepository.com/artifact/com.kennycason/kumo-core/1.11

`core` contains a lot of `java.awt` classes...

`core` module heavily rely on `awt`-classes including classes like `BufferedImage`, `Dimension`. If I remember it right, the `WordCloud` class is based upon `BufferedImage`. In order to use it in Android,...

The JIRA: https://issues.apache.org/jira/projects/TOMEE/issues/TOMEE-2756 The commit https://github.com/apache/tomee/commit/c5fc549b697c61c1e081aeef487c1c36a5eaa1df which introduced the "typo".

@willesreis Would you mind rebasing / recreating this PR targeting master (tomee-9.x) and tomee-8.x branch?

@dmlloyd I think that the intention is to avoid classpath conflicts (which is quite common in an app server context) with different versions of ASM provided by 3rd party libs....

Thanks for your replies @andypiper and @zacmos - I will look at the proposed changes and will give an update. I will also add details regarding the server environment and...

Hi, as promised here are some more details. # System Environment We are running an Jakarta EE 8 Enterprise Application with TomEE 8.0.12 on an OpenJDK 17 ``` openjdk version...