Alejandro Duarte
Alejandro Duarte
**Describe the bug** Importing data with `LOAD DATA LOCAL INFILE` doesn't work, presumably, because DbGate uses either an old MariaDB connector or a MySQL connector. **To Reproduce** Steps to reproduce...
See https://github.com/alejandro-du/crudui/issues/11#issuecomment-263313338
Example: ```Java crud.getCrudFormFactory().addProperty(String.class, User::getName, User::setName); ```
This needs to be in place before moving to `stable` release.
This add-on doesn't support Vaadin 23 or later. For that to happen, we need DynamicJasper to support Java 11 or later (`jakarta.* packages` support). See https://github.com/intive-FDV/DynamicJasper/issues/144