Lukas Eder

Results 916 comments of Lukas Eder

Thank you for your suggestion, @tlinkowski. Hmm, I'm not sure it is correct, though. Why are you flatmapping your "lazy" stream with `Supplier` get? If the `this` stream contains 3...

Oh yeah, my bad. I get it. I was confused about the casing of `supplier` vs. `Supplier` :)

Thanks for your nice words. Yes, namespaces are a constant pain in XML. jOOX was first developed for use with namespace-less XML. That might've been a mistake as retrofitting namespace...

Thanks for your report and for creating the issue :) It should definitely work (see also some tests here: https://github.com/jOOQ/jOOR/blob/master/jOOR/src/test/java/org/joor/test/CompileTest.java), but is the `com.sample.spring` package visible to the code that...

Can you create a test case to help reproduce this?

I see, thanks for the test case. Very interesting. When I run the class in Eclipse, it works. It doesn't work from whatever the `spring-boot:run` goal is doing. This seems...

Does this issue fix it? https://github.com/jOOQ/jOOR/issues/65

Tried it myself. #65 doesn't seem to fix it

> Do you want the code I just implemented in a new branch? Is that it? https://github.com/joanbonilla/jOOR/commit/34f2379c775c2b5caa6bc4218e6d26e5edb1ca1d The solution would be something similar, but the `ClassLoader` reference would go into...

I don't know what a "context pattern object" is