jOOQ / jOOX

jOOX - The Power of jQuery Applied to W3C DOM Like JDBC, DOM is a powerful, yet very verbose low-level API to manipulate XML. The HTML DOM an be manipulated with the popular jQuery product, in JavaScript. Why don't we have jQuery in Java? jOOX is jQuery's XML parts, applied to Java.
http://www.jooq.org/products
Apache License 2.0
495 stars 43 forks source link

Missing exports section in module-info.java #157

Closed lukaseder closed 6 years ago

lukaseder commented 6 years ago

The current modularisation does not export any packages, making the module useless.


See also: https://github.com/jOOQ/jOOL/issues/335