The Math project is a library of lightweight, self-contained mathematics and statistics components addressing the most common practical problems not immediately available in the Java programming language or commons-lang.
Parent POM for all modules and connectors
Contains com.google.common.util.concurrent.internal.InternalFutureFailureAccess and InternalFutures. Most users will never need to use this artifact. Its classes are conceptually a part of Guava, but they're in this separate artifact so that Android libraries can use them without pulling in all of Guava (just as they can use ListenableFuture by depending on the listenablefuture artifact).
This module contains code to support integration with Amazon Web Services. It also declares the dependencies needed to work with AWS services.
An empty artifact that Guava depends on to signal that it is providing ListenableFuture -- but is also available in a second "version" that contains com.google.common.util.concurrent.ListenableFuture class, without any other Guava classes. The idea is: - If users want only ListenableFuture, they depend on listenablefuture-1.0. - If users want all of Guava, they depend on guava, which, as of Guava 27.0, depends on listenablefuture-9999.0-empty-to-avoid-conflict-with-guava. The 9999.0-... version number is enough for some build systems (notably, Gradle) to select that empty artifact over the "real" listenablefuture-1.0 -- avoiding a conflict with the copy of ListenableFuture in guava itself. If users are using an older version of Guava or a build system other than Gradle, they may see class conflicts. If so, they can solve them by manually excluding the listenablefuture artifact or manually forcing their build systems to use 9999.0-....
Tyrus is the reference implementation of Java API for WebSocket (JSR-356).
Static library which contains common unix utilities.
Contains Apache Derby tools like ij, sysinfo, and dblook.
JBoss Microcontainer Dependency
Implements the OSGi JPA Container from the enterprise spec. Provider a EntityManagerFactory and EntityManagerFactoryBuilder service
The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. The package is organised so that it contains a light-weight API suitable for use in any environment (including the newly released J2ME) with the additional infrastructure to conform the algorithms to the JCE framework.
Common configuration for all Cucumber modules
This bundle contains the OSGi common util for Apache Aries
Cucumber for the JVM
The log4j container module of dubbo project
Isolated container management for Java code testing
Keycloak SSO
A POM containing properties, profiles, plugin configurations, etc. that are common across all Shibboleth V3 projects.
WildFly: Parent Aggregator
Starter for using Undertow as the embedded servlet container. An alternative to spring-boot-starter-tomcat
Starter for using Jetty as the embedded servlet container. An alternative to spring-boot-starter-tomcat
The Byteman install jar contains classes to install the Byteman agent into the current JVM or a remote JVM
Apache DeltaSpike Parent for container projects
Mobicents SIP Servlets
Contains extensions to the Swing GUI toolkit, including new and enhanced components that provide functionality commonly required by rich client applications.
Aries parent pom
contains the junit and junirreport tasks
Build parent to bring in required dependencies
Isolated container management for Java code testing
Isolated container management for Java code testing
This nifi-utils module should be a general purpose place to store widely and generally useful functions that any component might want to leverage. NO DEPENDENCIES should be added. This module is likely to be leveraged by every extension and should not bring along any other dependencies. The only dependency intended is the nifi-api and even this is expected to be already provided in any case where it would be used. The typical place this util would be found is within a nar and all nars already have nifi-api as a parent dependency. The nifi-api can be thought of as a NiFi Application Container level dependency.
This module contains code to support integration with Azure. Currently this consists of a filesystem client to read data from and write data to Azure Storage.
A bundle containing code of all jar-based modules that provide JAX-RS and Jersey-related features. Such a bundle is *only intended* for developers that do not use Maven's dependency system. The bundle does not include code for contributes, tests and samples.
Isolated container management for Java code testing
The FIPS 140-3 Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms certified to FIPS 140-3 level 1. This jar contains JCE provider and low-level API for the BC-FJA version 2.0.0, FIPS Certificate #4743. Please see certificate for certified platform details.
Grizzly 2.0 container for Jersey
Defines the contract between subsystem that deploys distributable web applications (e.g. wildfly-undertow) and the distributable-web subsystem.
This module contains classes that are required by a task manager for execution of table programs.
Jersey CDI for GlassFish integration
The Byteman install jar contains classes whcih canbe used to install an agent into the current JVM or into a remote JVM
Build parent to bring in required dependencies
xml-commons provides an Apache-hosted set of DOM, SAX, and JAXP interfaces for use in other xml-based projects. Our hope is that we can standardize on both a common version and packaging scheme for these critical XML standards interfaces to make the lives of both our developers and users easier. The External Components portion of xml-commons contains interfaces that are defined by external standards organizations. For DOM, that's the W3C; for SAX it's David Megginson and sax.sourceforge.net; for JAXP it's Sun.
Build parent to bring in required dependencies
This module contains extension points of the Table/SQL API. It allows for implementing user-defined functions, custom formats, etc. with minimal dependencies.
The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. This jar contains JCE provider and lightweight API for the Bouncy Castle Cryptography APIs for JDK 1.6.
Isolated container management for Java code testing
This bundle contains the core implementation of Blueprint along with the "ext" namespace handler.
Contains the core Apache Derby database engine, which also includes the embedded JDBC driver.