Project icon

com.io7m.wendover

Build status Maven Central Codecov

The wendover package provides extra classes for working with Java NIO channels.

Contents

Features

Releases

The most recently published version of the software is 1.0.2.

Source code and binaries are available from the repository.

Documentation

Documentation for the 1.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.wendover</groupId>
  <artifactId>com.io7m.wendover</artifactId>
  <version>1.0.2</version>
</dependency>

<dependency>
  <groupId>com.io7m.wendover</groupId>
  <artifactId>com.io7m.wendover.tests</artifactId>
  <version>1.0.2</version>
</dependency>

<dependency>
  <groupId>com.io7m.wendover</groupId>
  <artifactId>com.io7m.wendover.core</artifactId>
  <version>1.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.wendover 1.0.2
2024-04-19 Change: Update junit.version:5.10.1 → 5.10.2.
2024-04-19 Change: Update org.slf4j:slf4j-api:2.0.10 → 2.0.13.
2024-04-19 Change: Update net.bytebuddy:byte-buddy:1.14.11 → 1.14.13.
2024-04-19 Change: Update ch.qos.logback:logback-classic:1.4.14 → 1.5.6.
2024-04-19 Change: Update net.bytebuddy:byte-buddy-agent:1.14.11 → 1.14.13.
2024-04-22 Change: Update org.mockito:mockito-core:5.8.0 → 5.11.0.
2024-04-29 Change: Update net.bytebuddy:byte-buddy:1.14.13 → 1.14.14.
2024-04-29 Change: Update net.bytebuddy:byte-buddy-agent:1.14.13 → 1.14.14.
2024-05-08 Change: Update net.bytebuddy:byte-buddy:1.14.14 → 1.14.15.
2024-05-08 Change: Update net.bytebuddy:byte-buddy-agent:1.14.14 → 1.14.15.
2024-05-11 Change: Update org.mockito:mockito-core:5.11.0 → 5.12.0.
2024-05-12 Change: Move to new organization.
2023-07-01 Release: com.io7m.wendover 1.0.1
2023-07-01 Release: com.io7m.wendover 1.0.0

Sources

This project uses Git to manage source code.

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

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

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.