apache-curator 5.5.0-1 source package in Ubuntu

Changelog

apache-curator (5.5.0-1) unstable; urgency=medium

  * Team upload
  * New upstream version 5.5.0
  * Refreshing patches
  * Raising Standards version to 4.6.2 (no change)
  * Removing now unused Lintian overrides for bad jar names
  * Supporting zookeeper 3.9.1 by removing an unused method which raises an
    error at compile time against new zookeeper

 -- Pierre Gruet <email address hidden>  Sat, 28 Oct 2023 22:35:56 +0200

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
apache-curator_5.5.0-1.dsc 3.0 KiB 7a832fc378f05999aa34b3dc3989679ca7cefccfab76e626eacd76cfa1903870
apache-curator_5.5.0.orig.tar.gz 595.9 KiB 2249e1c669510d5de46f40aca1793f94ffcd74bd71e8db425eb02aa2e0c682eb
apache-curator_5.5.0-1.debian.tar.xz 10.9 KiB 9b42bf9ed89c8fd87001466f6375e6ab5cbaa7fb57c38c1e06ba8317346fcf1f

Available diffs

No changes file available.

Binary packages built by this source

libcurator-client-java: Apache Curator Client

 Curator is a set of Java libraries that make using Apache ZooKeeper much
 easier.
 .
 This package contains the Curator Client which is a low-level API wrapping
 the ZooKeeper's Java client. It makes client access to ZooKeeper much simpler
 and less error prone. It provides the following features:
  * Continuous connection management
  * Operation retry utilities
  * In-process, self-contained, Test ZooKeeper server

libcurator-discovery-java: Apache Curator Service Discovery

 Curator is a set of Java libraries that make using Apache ZooKeeper much
 easier.
 .
 This package contains a service discovery implementation built
 on the Curator Framework.

libcurator-framework-java: Apache Curator Framework

 Curator is a set of Java libraries that make using Apache ZooKeeper much
 easier.
 .
 This package contains the Curator Framework which is a high-level API that
 greatly simplifies using ZooKeeper. It adds many features that build on
 ZooKeeper and handles the complexity of managing connections to the ZooKeeper
 cluster and retrying operations.

libcurator-parent-java: Apache Curator Parent

 Curator is a set of Java libraries that make using Apache ZooKeeper much
 easier.
 .
 This package contains the parent POM of the Curator components.

libcurator-recipes-java: Apache Curator Recipes

 Curator is a set of Java libraries that make using Apache ZooKeeper much
 easier.
 .
 This package contains the implementations of some of the common ZooKeeper
 "recipes" (elections, locks, barriers, counters, caches, nodes and queues).
 The implementations are built on top of the Curator Framework.

libcurator-test-java: Apache Curator Testing Utilities

 Curator is a set of Java libraries that make using Apache ZooKeeper much
 easier.
 .
 This package contains the testing server, the testing cluster and a few other
 tools useful for testing.