Releases
Latest snapshots
Can be downloaded from the Sonatype Repo: https://oss.sonatype.org/content/repositories/snapshots/org/javalite/.
- Java 16 version: 3.1-SNAPSHOT
- Java 8 version: 2.7-j8-SNAPSHOT
If you want to pull JavaLite snapshots, add the snapshot repositories to your pom:
Release 3.5-j11
- Java version: 11
- Date: July 30, 2024.
- Download from Maven Central.
The purpose of this release is to back-port a single issue Handle concurrent calls to getModelRegistry #1291 to Java 11.
Release 3.0
- Java version: 16
- Date: April 19, 2023.
- Release notes.
- Download from Maven Central.
- JavaDoc 3.0
Main goal: implementation will run on OpenJDK 16.
- #1119 - Add LocalDate and LocalDateTime suppport - LocalDate added to class Convert.
- #1104 - Add ability to provide variables in migrations
- #1115 - Fix a failing test in SessionFacadeSpec
- #1116 - org.javalite.app_config.EnvironmentSpec cannot be executed in Windows
- #1114 - Provide a better exception login into the application log file in case Guice prevents from starting the app
- #1108 - Change Mysql driver to latest MariaDB
- #1106 - ActiveWeb: The HTTP method is incorrectly defined if another annotation exists for the action.
- #1078 - Prevent unexpected session creation - update tests & fix one error
- #1094 - ActiveWeb: Implement an exclusive routing flag
- #1101 - Base.find(String query, Object? params) is fetching the whole resultset instead of streaming it
- #1103 - kotlin-maven-plugin chokes on Java 16 - disconnecting the module activejdbc-kt for now
- #1089 - Async command serialization might fail in some cases (jdk 16)
- #1120 - Implement all methods of Map in AppConfig
- #1119 - Add LocalDate and LocalDateTime suppport
- #1040 - Implement automatic generation of Open API / Swagger documentation from JavaDoc comments in controllers
- #1177 - Implement a Websockets support
Release 3.4-j11
- Java version: 11
- Date: January 5, 2023
- Release notes.
Release 2.6-j8
NOTE This release fixes the Log4j vulnerability bug 1175. For more changes, please see the release notes (link below).
- Java version: 8
- Date: Dec 21, 2021.
- Release notes.
- Download from Maven Central.
- JavaDoc 2.6-j8
http://javalite.github.io/2.6-j8/
Release 2.5-j8
- Java version: 8
- Date: Apr 06, 2021.
- Release notes.
- Download from Maven Central.
- JavaDoc 2.5-j8
Release 2.4-j8
- Java version: 8
- Date: October 5 2020.
- Download from Maven Central.
- Release notes.
- JavaDoc 2.4-j8
Release 2.3.2-j8
This release supports Java 8.
Release 2.3.1-j8
This release supports Java 8.
Release 2.3
JavaDoc:
Release version is: 2.2
JavaDoc:
Where is release 2.1?
We had some issues in the process of releasing 2.1. As a result, it is not complete and should not be used.
Maven config
Here is the Maven dependency config:
<dependency>
<groupId>org.javalite</groupId>
<artifactId>activeweb</artifactId>
<version>CURRENT_VERSION</version>
</dependency>
Replace activeweb
with the name of the module you are using (activejdbc, app-config, etc.).
Past releases
Past Release JavaDoc
Release 1.4.13
Release 1.4.12
Release 1.4.11
How to comment
The comment section below is to discuss documentation on this page.
If you have an issue, or discover bug, please follow instructions on the Support page