Dirk Fauth

Results 128 comments of Dirk Fauth

@nikhilnanivadekar I created the following PR https://github.com/eclipse-collections/eclipse-collections/pull/1767 With this it should be easier for you to configure the p2 update site build. Basically need to update the pom.xml files in...

@nikhilnanivadekar I have updated my [ec-consumer-test example](https://github.com/fipro78/ec-consumer-test) to the latest milestone and all the consumer scenarios work as expected. With the JDK11 variant as well as with the JDK 17...

The p2 repository seems to work. At least it resolves. See the attached screenshot of the Install wizard in Eclipse. I will check an Eclipse project and try to consume...

It somehow has changed the import statement. Can't explain why, but that seems to be the reason.

I followed my tutorial after I updated to the automatic manifest generation. And everytime I change the version back and forth the issue appears. https://github.com/fipro78/e4-cookbook-basic-recipe/blob/master/tutorials/Eclipse_RCP_Cookbook_p2.md

I today had a short discussion with @hansolo and found out that there is no JSR for CRaC but a JEP is in preparation. > Why would a framework need...

So, what I understand so far is: - The OSGi framework (in my case Equinox) keeps the bundle jar files open. Probably for runtime performance reasons. - This causes a...

@ymanton are open sockets handled the same way by criu? Or could that be an issue?

@AntonKozlov Thanks for the reply. It really sounds like the FD Policies would indeed help to solve the issue. I noticed on https://cdn.azul.com/zulu/bin/ that the versions you mentioned are not...

@AntonKozlov I did some testing of the newest Azul OpenJDK CRaC versions. With the file descriptor policies I am able to deal with the open resource issues. But I encounter...