io7m.com | software | junreachable
com.io7m.junreachable
Releases
The most recently published version of the software is 4.0.2.
Source code and binaries are available from the repository.
Documentation
Documentation for the 4.0.2 release is available for reading online.
Documentation for current and older releases is archived in the repository.
User documentation
See the README.
Maven
The following is a complete list of the project's modules expressed as Maven dependencies:
<dependency> <groupId>com.io7m.junreachable</groupId> <artifactId>com.io7m.junreachable</artifactId> <version>4.0.2</version> </dependency> <dependency> <groupId>com.io7m.junreachable</groupId> <artifactId>com.io7m.junreachable.core</artifactId> <version>4.0.2</version> </dependency> <dependency> <groupId>com.io7m.junreachable</groupId> <artifactId>com.io7m.junreachable.tests</artifactId> <version>4.0.2</version> </dependency>
Each release of the project is made available on Maven Central within ten minutes of the release announcement.
Changes
Subscribe to the releases atom feed.
2024-05-05 | Release: com.io7m.junreachable 4.0.2 |
2024-05-05 | Change: Fix accidental upgrade to JDK 21. |
2024-05-05 | Release: com.io7m.junreachable 4.0.1 |
2024-05-05 | Change: Refresh build metadata and move to new organization. |
2022-04-09 | Release: com.io7m.junreachable 4.0.0 |
2022-04-09 | Change: (Backwards incompatible) Require JDK 17 |
2019-06-23 | Release: com.io7m.junreachable 3.0.0 |
2018-05-13 | Change: (Backwards incompatible) Removed the com.io7m.junreachable.checkstyle module in favour of the common com.io7m.checkstyle_rules module |
2019-06-23 | Change: (Backwards incompatible) Require JDK 11 |
2018-05-13 | Release: com.io7m.junreachable 2.1.1 |
2018-05-13 | Change: Correctly update version in POM |
2018-05-13 | Release: com.io7m.junreachable 2.1.0 |
2018-05-13 | Change: Use primogenitor 2.1.0 |
2017-10-25 | Release: com.io7m.junreachable 2.0.0 |
2017-10-25 | Change: (Backwards incompatible) All modules are now Java 9 modules. JDK 9 is now required. |
2017-10-25 | Change: (Backwards incompatible) Removed dependency on com.io7m.jnull. |
2017-04-06 | Release: com.io7m.junreachable 1.0.3 |
2017-04-06 | Change: Rename project. Use the new primogenitor POM and 2017 project conventions. |
2016-08-03 | Release: com.io7m.junreachable 1.0.2 |
2016-08-03 | Change: Update POM files to 2016 standards. Update plugins. |
2016-08-03 | Change: The packaged jar is now an OSGi bundle. |
2016-08-03 | Change: (Backwards incompatible) The package will no longer compile on JDK 6 due to Checkstyle, but the compiled code is still JDK 6 compatible. |
2015-08-09 | Release: com.io7m.junreachable 1.0.1 |
2015-08-09 | Change: Migrate to GitHub. |
2014-12-03 | Change: Ensure source jars for unit tests are created. |
2014-06-22 | Release: com.io7m.junreachable 1.0.0 |
2014-06-22 | Change: Initial release. |
Sources
This project uses Git to manage source code.
Repository: https://www.github.com/io7m-com/junreachable
$ git clone https://www.github.com/io7m-com/junreachable
License
Copyright © 2024 Mark Raynsford <code@io7m.com> https://www.io7m.com Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
Bug Tracker
The project uses GitHub Issues to track issues.