Leonel

Results 3 issues of Leonel

**Describe the bug** After running the boot executable, it outputs to stdout a comment with the invalid URL http://boot-clj.com This address does not point to the correct Boot website. **To...

This is a particular case of Java in Windows where the JDK is not installed via the installer, but rather, the JDK is unpacked [as in this StackOverflow answer](https://stackoverflow.com/a/13355764/15649). The...

The [implementation in class GenericEntity](https://github.com/eclipse-ee4j/jaxrs-api/blob/3.1-SNAPSHOT/jaxrs-api/src/main/java/jakarta/ws/rs/core/GenericEntity.java#L120) goes to great lenghts using reflection to bypass Java's erasure and find the element types. ``` // Current, forces an anonymous subclass List list =...