Releases

Announcing Aspectran Utils (Legacy) 1.0

We are excited to announce the first official release of aspectran-utils-legacy version 1.0, a collection of utilities designed for legacy compatibility within the Aspectran framework.

This module is designed to support seamless integration between legacy systems using various Java versions (from JDK 1.6 to modern environments) and the latest Aspectran application servers.

Key Features

  • Legacy System Integration Support: Provides various utility classes for handling API calls and responses with older systems.
  • Full JDK 1.6 Compatibility: Guarantees compilation and execution in a JDK 1.6 environment, ensuring broad compatibility.
  • Core Utilities Included: Contains core utility classes commonly used throughout the Aspectran framework, such as for strings, files, and encryption.
  • Lightweight and Independent: Designed with minimal dependencies to be easily and lightly added to any project.

Getting Started

You can start using it right away by adding the following dependency to your Maven project’s pom.xml:

<dependency>
    <groupId>com.aspectran</groupId>
    <artifactId>aspectran-utils-legacy</artifactId>
    <version>1.0.0</version>
</dependency>

Detailed Guide

For more detailed information on how to integrate your legacy systems with modern Aspectran applications using the aspectran-utils-legacy module, please refer to our practical guide below.

Thank you for your interest in our first release!

NEWS
Release

Archive