David Matějček

Results 70 comments of David Matějček

Looks like something similar: https://github.com/payara/Payara/issues/1160

It seems it affected much more users, year after year, but I didn't find any explanation except "something uses the container before it finished it's initialization" until now. I believe...

Hmm, the referred example uses` jersey-cdi2-se` instead of` jersey-weld2-se` ... btw ... HK2 is nearly a concurrent of Weld, so that really can cause some issues ... it should use...

> Hi, We're getting this error quite suddenly now, first occurrence was May 11th, before this we never saw this error. It's our production environment, we've had no new deployments...

Thank you for the fix, however to merge it we would need you to sign the ECA here, using the same e-mail as in the commit (or e-mail linked to...

@dcokan I cannot merge your PR until you sign the Contributor Agreement.

> Hi David, Just signed ECA :) Regards, Dawid > […](#) > On Sun, Jan 21, 2024 at 4:23 PM David Matějček ***@***.***> wrote: @dcokan I cannot merge your PR...

I am bit confused why there's so many changes and some look like they already are in the master branch. Is it some GitHub issue? Seems so ... I tried...

Just replace those crlf with lf (linux) and I believe it will be alright. I tried to fetch and compare your brach with master and it seems ok, just github...

I reviewed using this command without --stat. GitHub's UI failed in this case. ``` git diff -w -M eclipse/master..escay/issue_24900 --stat ```