Page History
...
Bug Fixes
Core-server / Data | |
---|---|
440 Queries from 440Queries from queue are not processing and returning back CORE-443 Breakdown queueing DATA-43 old crcdata folder , metadata1 subfolder 1.8.1 issue fixes | |
Notes for Developers
- For Java 11 install, if you change the xsd (REST API message definitions), then you will need to regenerate gensrc via JAXB in Java 8. In the i2b2-core cell directory for which you're regenerating the XSD-Java, run the ant target "jaxb_gen" on Java 8 and then build as usual using Java 11.
- For developers that need to recompile the new admin tool in the webclient, remove the package-lock.json file from i2b2-webclient/plugins/edu/harvard/catalyst/admin-tool/ before compiling. This will ensure you have the latest non-breaking changes for all third-party libraries used in building the tool, including security fixes.
...