nestedj icon indicating copy to clipboard operation
nestedj copied to clipboard

NestedJ - a NestedSet implementation for Java

Results 6 nestedj issues
Sort by recently updated
recently updated
newest added

- Migration to JPA 3 specification (https://dzone.com/articles/upgrade-guide-to-spring-boot-3-for-spring-data-jpa-3-and-querydsl-5) - Dependencies versions update

Hi! Could you please review and merge https://github.com/eXsio/nestedj/pull/26 pull request for JPA 3 support? - Spring Boot 3 - Hibernate 6 - Java 17 - Dependencies update - Replace `javax.persistence`...

I use MyBatis framework,but i con't find Storage implementations of nestedj for MyBatis,Do you plan to write MyBatis Storage implementations of nestedj in future?

thanks for nestedj! does nestedj support multiple roots and trees in parallel - for example with jpa? Would like to operate on multiple trees - always starting with the correct...

Bumps [h2](https://github.com/h2database/h2database) from 1.4.200 to 2.1.210. Release notes Sourced from h2's releases. Version 2.1.210 Two security vulnerabilities in H2 Console (CVE-2022-23221 and possible DNS rebinding attack) are fixed. Persistent databases...

dependencies

Hi, If I understand this correctly, all the the implementations are wrong and actually returning the last root (order by id DESC) - unlike what the method suggests. I believe...