Christian Kaltepoth
Christian Kaltepoth
Hey @erdlet, thanks a lot for the summary. I agree that there are different approaches for implementing partial page reloads. A simple form is already possible today by simply sending...
Well, this actually looks like a Wink issue. Did you check for this ambiguity in Wink?
I think that adding this dependency will lead to many problems for JDK8 users. Why don't you just add this dependency to your pom?
AFAIK the Java EE related packages aren't visible to your application by default. Perhaps you could have a look here to see if this helps: https://blog.codefx.org/java/java-9-migration-guide/#Dependencies-On-Java-EE-Modules
Just to make sure I understand correctly. Java 8 supports preserving method parameter names in the byte code, is that correct? But it is not enabled by default?
For the maven-compile-plugin it is available as an opt-in. See the documentation for [<parameter>](https://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html#parameters).
@mkarg Thanks for bringing this up. I like the idea. We actually had to reimplement the annotation inheritance rules for the MVC spec implementation as well. So +1 for this...
Shouldn't a Jakarta REST API for retrieving the effective annotations for a given resource method always use the Jakarta REST annotation inheritance rules? Just thinking out loudly. I'm not 100%...
> IMO - the actual definitions of repositories that are EF infrastructure dependent are the only reason to inherit from this parent... Why would one change `sonatypeOssDistMgmtNexusUrl` in such case?...