-
The version of spring this lib was currently pinning the java version to is now EOL. The new version of spring requires jdk 17 and moves to jakarta instead of javax. We need a new version of this li…
-
_Platform:_
- [v] Java -> 17 (sourceCompatibility/targetCompatibility as well)
- [v] Spring -> spring-boot:2.4.5
_Build system:_
- [v] Bazel -> 6.0.0-pre.20211215.3 / rules_jvm_external 4.2
…
-
[Servlet / Dispatcher Servlet 정리 문서](https://astonishing-message-fd2.notion.site/Servlet-Dispatcher-Servlet-a28e5eab2b3f4d2ab38cfb89b770496a)
-
```
I'm trying to use ServletModule#serve().with()
javax.faces.webapp.FacesServlet using guice 2.0-r929 but the code doesn't
compile since FacesServlet implements Servlet, and the method is acceptin…
-
_From [cdberry](https://code.google.com/u/110614711585820824672/) on July 13, 2010 01:56:27_
This is related to bug 455 . Following advice there, to overcome that bug I built from trunk, which partly…
-
springboot3.0.0
springfox-boot-starter 3.0.0
-
```
This is related to bug 455. Following advice there, to overcome that bug I
built from trunk, which partly solved the problem with servlet forwards to JSPs.
The remaining difficulty is that servl…
-
```
I'm trying to use ServletModule#serve().with()
javax.faces.webapp.FacesServlet using guice 2.0-r929 but the code doesn't
compile since FacesServlet implements Servlet, and the method is acceptin…
-
Title says it all.
-
```
I'm trying to use ServletModule#serve().with()
javax.faces.webapp.FacesServlet using guice 2.0-r929 but the code doesn't
compile since FacesServlet implements Servlet, and the method is acceptin…