Project icon

com.io7m.jorchard

Build status Maven Central Codecov

The jorchard package implements a simple generic rose tree type.

Contents

Features

  • Generic, mutable rose trees.
  • High coverage test suite.
  • OSGi-ready.
  • JPMS-ready.
  • ISC license.

Releases

The most recently published version of the software is 2.0.2.

Source code and binaries are available from the repository.

Documentation

Documentation for the 2.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.jorchard</groupId>
  <artifactId>com.io7m.jorchard</artifactId>
  <version>2.0.2</version>
</dependency>

<dependency>
  <groupId>com.io7m.jorchard</groupId>
  <artifactId>com.io7m.jorchard.core</artifactId>
  <version>2.0.2</version>
</dependency>

<dependency>
  <groupId>com.io7m.jorchard</groupId>
  <artifactId>com.io7m.jorchard.generators</artifactId>
  <version>2.0.2</version>
</dependency>

<dependency>
  <groupId>com.io7m.jorchard</groupId>
  <artifactId>com.io7m.jorchard.tests</artifactId>
  <version>2.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-12 Release: com.io7m.jorchard 2.0.2
2024-04-19 Change: Update ch.qos.logback:logback-classic:1.4.14 → 1.5.6.
2024-04-19 Change: Update org.slf4j:slf4j-api:2.0.10 → 2.0.13.
2024-04-19 Change: Update junit.version:5.10.1 → 5.10.2.
2024-05-05 Change: Update com.io7m.jaffirm:com.io7m.jaffirm.core:4.0.0 → 4.0.1.
2022-04-10 Release: com.io7m.jorchard 2.0.1
2022-04-10 Change: Update junreachable
2022-04-10 Change: Update jaffirm
2022-03-26 Release: com.io7m.jorchard 2.0.0
2022-01-07 Change: (Backwards incompatible) Tree nodes now hold ordered lists instead of bare collections.
2022-01-07 Change: (Backwards incompatible) Require JDK 17
2017-12-08 Release: com.io7m.jorchard 1.0.0
2017-12-08 Change: (Backwards incompatible) Publish JDK 9 modules, require JDK 9 to build and run
2017-12-08 Change: (Backwards incompatible) Remove jnull and jfunctional dependencies
2017-04-15 Release: com.io7m.jorchard 0.3.1
2017-04-15 Change: (Backwards incompatible) Rename project. Use the new primogenitor POM and 2017 project conventions.
2016-12-30 Release: com.io7m.jorchard 0.3.0
2016-12-30 Change: (Backwards incompatible) Change the API to return references to nodes instead of void. (tickets: 3 )
2016-11-23 Release: com.io7m.jorchard 0.2.1
2016-11-23 Change: The published jar file is now an OSGi bundle.
2016-12-03 Change: Add JOTreeNode.mapBreadthFirst() and JOTreeNode.mapDepthFirst()
2016-07-11 Release: com.io7m.jorchard 0.2.0
2016-07-11 Change: Correct bug with setParent not correctly removing children.
2016-07-11 Change: Make API fully exception safe: An exception never leaves the tree in an inconsistent state.
2016-07-11 Change: Add the ability to prevent the detachment of nodes.
2016-07-07 Release: com.io7m.jorchard 0.1.0
2016-07-07 Change: Initial release.

Sources

This project uses Git to manage source code.

Repository: https://www.github.com/io7m-com/jorchard

$ git clone https://www.github.com/io7m-com/jorchard

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.