Hello,
First of all, I want to thank all the team for this great product.
I tried to add two more features to Jease: Restrict content by username/profile for site visitors (not on the CMS), and Bulk import procedure to existing content.
I planned to extend the Node definition to add a right word. The htaccess style is not very useful in our context.
We planned also to create a bulk import process to integrate the existing knowledge base (static html/pdf pages) into jease.
When I clone the project and I try to create a new project in Eclipse, I found many errors Such as:
1- Authorization Class
private static Supplier<Map<Content, Access[]>> accessByContent = ConcurrentHashMap::new;
2- Everywhere
$content and the "->" operator.
Did I miss something? Are these codes java ones?
Thanks.