-
This issue lists the blog posts we plan for the web site. One blog per week, this allows us to spread it and get regular visits.
Planned:
- ? Devoxx.fr demo 2015: todo list with Cayla/Hibernate
- ? O…
-
Ribbon makes extensive use of split packages (e.g. package com.netflix.client being both in ribbon-core and ribbon-loadbalancer, or package com.netflix.client.http in both ribbon-httpclient and ribbon…
-
The JPMS introduced in Java9+ (aka Jigsaw) introduced modules with a `module-info` class.
This replaces the old `META-INF/services/«classname»` with `uses` and espcially `provides «interface» with «i…
-
Given the following code:
``` java
public class Test< T >
{
public static void main( String[] args ) throws Throwable
{
URL[] urls = ((java.net.URLClassLoader)ch.liquidmind.Test.class…
-
When trying to build and run doxia-module-markdown with Java9 (9-ea+144-jigsaw) it fails and after some digging it seems the issue has to do with the AsmUtils.
The exception looks like this:
```
or…
-
Make a PPT explaining:
- Current: Abstract classes to create plugin class, interface to work with it
- https://github.com/decebals/pf4j
- https://docs.oracle.com/javase/tutorial/ext/basics/spi.ht…
-
So far the microprofile like JEE have focus on container-based deployment. But with the general trend in the direction of microservices and orchestration platforms like kubernetes, there is not much u…
-
Japanese here:
LastaFluteをJava21で動かそうとすると、Java9のJigsawの影響とJavaa16からillegal-accessがデフォルトでstrictになったことによって、AopProxyがまともに動かない。
↓落ちるサンプルコード (Java17環境)
```
public void test_demo() throws Exception …
-
This effectively leads to Java 20 not being able to support --release 7 . Trying to do so fails with:
```
The project was not built due to "release 7 is not found in the system". Fix the problem, th…
-
Does cheerpj support Java 9 especially JigSaw? Would be nice to reduce the needed runtime.