kul

Results 30 comments of kul

@lorban Allow me some time to answer these questions analytically as I would need to corelate a large volume of requests failures across proxy and the app server. However I...

@lorban and team, > Does disabling gzip help? I tried disabling gzip and surprisingly the timeouts went away completely! The modification I did are below ```yaml server.port=8099 #server.compression.enabled=true #server.compression.min-response-size=1 server.error.whitelabel.enabled=false...

I tried selectively excluding 12.0.5 and including 12.0.6 in spring but still cannot get it to package 12.0.6 correctly. I will test this once spring-boot-starter-jetty bumps up jetty to 12.0.6....

Hi @lorban , I was waiting for new release on https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-jetty to test this out. However not sure what timelines spring has, so asking for help here directly. I tried...

@olamy , thanks a lot, this seems to fix everything without even the excludes ! Only dep I see which is not 12.0.6 is from an older version of jetty...

@olamy I had started my tests before I saw this comment. Only reservations I have with this is that the dependency is being pulled from third party libraries and I...

Imho the default should be `lein -o` as i see more value of the plugin when a repl is already running then one time evaluation. 2 cents.

I did something like this in my Build.scala file, Though its not ideal lazy val Javax = """javax/servlet/.*""".r .... mergeStrategy in assembly MergeStrategy.first ...

@umairk79 apologies for the confusion, I was working with spring 6 upgrade and converting a servlet to controller some time back, and somehow thought this was due to jakarta thus...