Skip to content

Commit

Permalink
Upgrade to v2.0.0 of Visible Assertions (#409)
Browse files Browse the repository at this point in the history
* Upgrade to v2.0.0 of Visible Assertions
Removes usage of Jansi - fixes #395

* Update changelog
  • Loading branch information
rnorth committed Jul 24, 2017
1 parent 51d1d45 commit 99b1084
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file.
## UNRELEASED
### Fixed
- Worked around incompatibility between Netty's Unix socket support and OS X 10.11. Reinstated use of TCP-Unix Socket proxy when running on OS X prior to v10.12. (Fixes #402)
- Changed to use version 2.0 of the Visible Assertions library for startup pre-flight checks. This no longer has a dependency on Jansi, and is intended to resolve a JVM crash issue apparently caused by native lib version conflicts (#395). Please note that the newer ANSI code is less mature and thus has had less testing, particularly in interesting terminal environments such as Windows. If issues are encountered, coloured assertion output may be disabled by setting the system property `visibleassertions.ansi.enabled` to `true`.

### Changed
- Removed Guava usage from `jdbc` module (#401)
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<dependency>
<groupId>org.rnorth.visible-assertions</groupId>
<artifactId>visible-assertions</artifactId>
<version>1.0.5</version>
<version>2.0.0</version>
</dependency>

<!-- Test dependencies -->
Expand Down

0 comments on commit 99b1084

Please sign in to comment.