The Aether project generally provides two sets of deliverables:
- Aether Core, i.e. the API, SPI, utility classes and base implementation of the library.
- Aether Ant Tasks, a collection of tasks for Apache Ant to employ Aether for interaction with repositories using the Apache Maven format.
In addition to providing binary and source distributions from the project's download area, Aether artifacts will be distributed via the Central Repository. Aether Core will also be made available as a P2 update site.
Aether Core
As detailed in Bugzilla, this major release removes deprecated code and is as such not source/binary compatible with the previous 0.9.x releases. The removed types supported custom repository connector implementations and their removal should therefore not affect the majority of adopters.
Furthermore, this release removes support for the legacy Plexus IoC framework, i.e. Codehaus Plexus can no longer be used to automatically wire all components of Aether together. However, the Plexus shim provided by the Eclipse Sisu project as used in Apache Maven 3.x is still supported by virtue of Sisu exposing ordinary JSR-330 components to Plexus components. Thanks to this interoperability, this cleanup of the Aether codebase has no notable impact on Apache Maven, one of Aether's major adopters.
Aether Ant Tasks
At least initially, until specific use cases have been presented by adopters, the code behind the Aether Ant Tasks is considered internal and the API is formed soley by the set of provided XML elements and attributes. With that in mind, all classes have been moved into the package namespace org.eclipse.aether.internal.ant.** to follow Eclipse naming conventions and properly communicate the non-API aspect of this code.
None of the Aether deliverables are internationalized, any log and exception messages use English.
Aether consists of pure Java code and has no direct dependence on the underlying operating system. This release is expected to run on any JVM that supports Java SE 5 or newer.
Aether Ant Tasks target Apache Ant 1.7 or newer.
Clean up Codebase
Improve Dependency Declarations for Ant Tasks
Review Package Structure with Regard to OSGi uses Constraints