Project icon

com.io7m.quixote

Build status Maven Central Codecov

The quixote package provides a tiny embedded web server for use in test suites.

Contents

Features

  • Zero-dependency embedded web server for test suites.
  • OSGi-ready
  • JPMS-ready
  • ISC license

Releases

The most recently published version of the software is 1.3.0.

Source code and binaries are available from the repository.

Documentation

Documentation for the 1.3.0 release is available for reading online.

Documentation for current and older releases is archived in the repository.

User Documentation

No user documentation is currently available.

Maven

The following is a complete list of the project's modules expressed as Maven dependencies:

<dependency>
  <groupId>com.io7m.quixote</groupId>
  <artifactId>com.io7m.quixote</artifactId>
  <version>1.3.0</version>
</dependency>

<dependency>
  <groupId>com.io7m.quixote</groupId>
  <artifactId>com.io7m.quixote.core</artifactId>
  <version>1.3.0</version>
</dependency>

<dependency>
  <groupId>com.io7m.quixote</groupId>
  <artifactId>com.io7m.quixote.main</artifactId>
  <version>1.3.0</version>
</dependency>

<dependency>
  <groupId>com.io7m.quixote</groupId>
  <artifactId>com.io7m.quixote.oci</artifactId>
  <version>1.3.0</version>
</dependency>

<dependency>
  <groupId>com.io7m.quixote</groupId>
  <artifactId>com.io7m.quixote.tests</artifactId>
  <version>1.3.0</version>
</dependency>

<dependency>
  <groupId>com.io7m.quixote</groupId>
  <artifactId>com.io7m.quixote.xml</artifactId>
  <version>1.3.0</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-10 Release: com.io7m.quixote 1.3.0
2024-05-10 Change: Update ch.qos.logback:logback-classic:1.5.3 → 1.5.6
2024-05-10 Change: Update org.slf4j:slf4j-api:2.0.12 → 2.0.13
2024-05-10 Change: Update com.io7m.blackthorne:com.io7m.blackthorne.core:2.0.0 → 2.0.1
2024-05-10 Change: Update com.io7m.blackthorne:com.io7m.blackthorne.jxe:2.0.0 → 2.0.1
2024-05-10 Change: Update com.io7m.jxe:com.io7m.jxe.core:1.0.2 → 1.0.3
2024-05-10 Change: Update com.io7m.anethum:com.io7m.anethum.api:1.1.0 → 1.1.1
2024-05-10 Change: Update com.io7m.anethum:com.io7m.anethum.slf4j:1.1.0 → 1.1.1
2024-05-10 Change: Update com.io7m.jlexing:com.io7m.jlexing.core:3.1.0 → 3.2.0
2024-04-03 Release: com.io7m.quixote 1.2.0
2024-03-31 Change: Update ch.qos.logback:logback-classic:1.4.14 → 1.5.3
2024-03-31 Change: Update org.slf4j:slf4j-api:2.0.10 → 2.0.12
2024-03-31 Change: Update org.junit.jupiter:junit-jupiter-api:5.10.1 → 5.10.2
2024-03-31 Change: Update org.junit.jupiter:junit-jupiter-engine:5.10.1 → 5.10.2
2024-04-03 Change: Add OCI container support.
2023-11-03 Release: com.io7m.quixote 1.1.0
2023-11-03 Change: Add an API for controlling the web server address binding.
2023-06-11 Release: com.io7m.quixote 1.0.0
2023-06-11 Change: Initial major release.

Sources

This project uses Git to manage source code.

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

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

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.