Releases: acrolinx/sidebar-sdk-java
Releases · acrolinx/sidebar-sdk-java
release-2.5.4
What's Changed
- Use default DocumentBuilderFactory from the JDK
Full Changelog: release-2.5.3...release-2.5.4
release-2.5.3
What's Changed
- Fix XMLLookupUtils.findOffsetForNodeInXmlStringByXpath() to correctly handle XML content with namespaces
- Use default TransformerFactory implementation from the JDK
- Remove EntityResolver, disable DTD loading in DocumentBuilderFactory
- Update dependencies
Full Changelog: release-2.5.2...release-2.5.3
release-2.5.2
What's Changed
- Update dependencies
- Change Java code formatter
Full Changelog: release-2.5.1...release-2.5.2
release-2.5.1
What's Changed
- Fix check selection
- Update dependencies
Full Changelog: release-2.5.0...release-2.5.1
release-2.5.0
What's Changed
- Breaking change: rename package "externalContent" to "externalcontent"
- Protect TransformerFactory from XXE (disable external entities access)
- Protect SAXParserFactory from XXE (disable external entities access)
- Update dependencies
- Log exceptions with their stack trace
Full Changelog: release-2.4.1...release-2.5.0
release-2.4.1
What's Changed
- Update: show message (To use the Acrolinx Sidebar, open a file first.) when no editor is open.
release-2.4.0
What's Changed
- Update gradle wrapper from version 7.6 to 8.1.1
- Update JUnit from version 4.+ to 5.9.3
- Update dependencies, remove spotbugs gradle plugin
- Update startpage to version 3.4.1
- Fix broken links in README.md file
- Fix compiler warnings and SonarLint issues
- Fix url paste to editor
- Fix: downgrade SWT and sonar to be Java 8 compatible
- Fix: Blank sidebar on startup
- Remove unnecessary gradle plugins
release-2.2.5
Dependency updates:
logback-classic -> 1.3.5
logback-core -> 1.3.5
Full Changelog: release-2.2.4...release-2.2.5
release-2.2.4
Dependency updates:
logback-classic -> 1.4.5
logback-core -> 1.4.5
slf4j-api -> 2.0.6
guava -> 31.1-jre
graddle wrapper -> 7.6
acrolinx/sidebar-startpage -> 3.1.1
Full Changelog: release-2.2.3...release-2.2.4
release-2.2.3
Dependency Updates
Vulnerabilities
commons-text -> 1.10.0 [CVE-2022-42889] Critical
jsoup -> 1.15.3 [CVE-2022-36033] Medium
Other dependencies
logback-classic -> 1.4.4
logback-core -> 1.4.4
gson -> 2.10
slf4j-api -> 2.0.3
What's Changed
- DEV-27176; fix: incorrect highlighting in complex xml sample by @JustinHorn in #13
- DEV-30171; allow only publishing number versions by @JustinHorn in #14
- DEV-30114; add full support for external content checking by @JustinHorn in #15
- DEV-30433; fix: nullsafety of ExternalContentMatches by @JustinHorn in #16
- DEV-30447; feat: add constructor to ReferenceTreeNode by @JustinHorn in #17
- DEV-31579 update libraries by @abhijeetnarvekar in #19
Full Changelog: release-2.2.0...release-2.2.3