Georgios Andrianakis

Results 773 comments of Georgios Andrianakis

Just to get back to this, here is what the flamegraph for the `NoSuchMethodError` exceptions thrown during startup looks like: ![flame_graph](https://user-images.githubusercontent.com/4374975/196679505-3f3f7fd1-374c-4295-a9b7-f737137fbf26.jpg) This change would remove most of them (my JFR...

I should also mention that JMC flags these exceptions as Max Severity in its analysis of the JFR recording.

@radcortez where you able to get a chance to look at this one?

What's the status of this one?

Thanks a lot for the link @n-kremer! In light of this information, I'll close this issue as an `upstream` issue

If we no longer want this PR, then please close it

The refactoring has been done and merged in `main`. @Sgitario would you like to take another look at this issue?

Amazing inspiration :+1:

Once again, this project is so damn cool! It inspired me to create [this](https://github.com/geoand/junit-pass-tests-agent) super simple java project that can be used for forcing JUnit tests to always pass :)

@marcphilipp you can find the main usage in https://github.com/quarkusio/quarkus/blob/2.13.3.Final/test-framework/junit5/src/main/java/io/quarkus/test/junit/QuarkusTestExtension.java. As you see in the various intercept methods use an instance of the test class created by Quarkus (which is created...