A Java framework with VERT.X eco, for projects for web, job and more.
<dependency>
<groupId>io.github.sinri</groupId>
<artifactId>Keel</artifactId>
<version>3.2.15</version>
</dependency>
- Vert.x 4.5.8
- org.commonmark:commonmark 0.21.0
org.reflections:reflections0.10.2 REMOVED SINCE 3.2.11- com.warrenstrange:googleauth
- com.github.oshi:oshi-core 6.4.9
- org.apache.poi:poi 5.2.5
- com.github.pjfanning:excel-streaming-reader 4.3.1
Consider to use Dry Dock of Keel to build an application quickly!
I started a project to provide lession around how to startup with DryDock, including Keel: https://github.com/sinri/DryDockLession :)
- latest: the latest pushed version of Keel, may not be released yet.
- p3: the latest released version of Keel 3.x.
- Rebuilt logging implementation.
- The
KeelIssueRecord*
becomes the base realization. - The
KeelEventLog*
are kept but reimplemented aboveKeelIssueRecord*
. - Refined the classed that use logging.
- The
- Provided
KeelMetrixRecord*
functions.
- The
KeelHelpers
becomes a static member of classKeelHelpersInterface
. - The
Keel
becomes a static member of classKeelInstance
as its instance. Originally it was a class.- The
Keel
now also inherits the classKeelHelpersInterface
. So you may not needKeelHelpers
whileKeel
used.
- The
- MySQL
- Data source should be defined as
NamedMySQLDataSource
. - The raw
SqlConnection
instance should be used in a definedNamedMySQLConnection
. DynamicNamedMySQLConnection
is also available for convenience.
- Data source should be defined as