Christian Kaltepoth

Results 179 comments of Christian Kaltepoth

@gtudan Thanks for bringing this up! I don't think we should go with (1) as most of the tests are part of the TCK now. However, I think it might...

My thoughts about this: In most cases a map-like data structure is used to provide data to the template engine. In many cases it is even a `java.util.Map`. What we...

@erdlet Yes. This is how we could implement it. Basically it would be similar to the LocaleResolver API which also provides a default implementation but which can be overwritten by...

@dmaidaniuk Thanks a lot! It would be awesome if we could move this forward.

Possibly yes. IMO the SPI implementation should get as much information as possible.

TBH: I never used sub-resource locators in any JAX-RS app so far. I wonder how widely used this feature actually is.

Sure, if the effort isn't that high, it is definitely worth doing it. BTW: How does CDI injection work for sub-resources?

I guess that CDI handling for sub-resources is one of the things that needs to be clarified as soon as Jakarta REST fully migrates to CDI...

Thanks for sharing this example. Injecting the sub-resource and returning it from the resource method should work fine. I fully agree to this. I just wonder if this pattern works...

Interesting pattern. I agree that this is most likely the best solution out there. It would be interesting to learn which aspects of the spec are currently not compatible with...