Skip to content

Commit

Permalink
More promotes
Browse files Browse the repository at this point in the history
  • Loading branch information
igr committed Mar 4, 2021
1 parent c31c663 commit ad698a3
Show file tree
Hide file tree
Showing 630 changed files with 17 additions and 78,960 deletions.
11 changes: 0 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
sudo: required
language: java

services:
- docker

jdk:
- openjdk8
# - openjdk11
Expand All @@ -12,14 +9,6 @@ matrix:
allow_failures:
- jdk: openjdk11

before_install:
# Disable services enabled by default
- sudo service mysql stop
- sudo /etc/init.d/postgresql stop

# Run my databases in the background
- docker-compose -f docker/docker-compose-travis.yml up -d

install:
- TERM=dumb ./gradlew assemble

Expand Down
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,19 @@ Welcome to the **Jodd** - a unique, alternative world of Java :) You can find he
Check the official web-site: https://jodd.org


## ‼️ The Future and Jodd Versions
## ‼️ The Future and Jodd Versions ‼️

Version **v6** is the maintained version, working on Java 8 and 11. Only few components are promoted to v6:
Version **v6** is the maintained version, working on Java 8 and 11. the following components are promoted to v6:

+ [jodd-util](https://github.com/oblac/jodd-util)
+ [jodd-mail](https://github.com/oblac/jodd-mail)
+ [jodd-json](https://github.com/oblac/jodd-json)
+ [jodd-lagarto](https://github.com/oblac/jodd-lagarto)
+ [jodd-http](https://github.com/oblac/jodd-http)
+ [jodd-props](https://github.com/oblac/jodd-props)
+ [jodd-petite](https://github.com/oblac/jodd-petite)
+ [jodd-proxetta](https://github.com/oblac/jodd-proxetta)
+ [jodd-db](https://github.com/oblac/jodd-db)

The decision which component is promoted is based on the Maven Central Repo statistics.

Expand All @@ -54,10 +57,10 @@ _Use what you like._ **Thank you.** 🙏
**Micro-frameworks**:

+ `jodd-madvoc` - slick MVC framework.
+ `jodd-petite` - pragmatic DI container.
+ `jodd-proxetta` - dynamic proxies and `Paramo`.
+ `jodd-db` - thin database layer and object mapper.
+ `jodd-jtx` - transactions management.
+ `jodd-petite` - pragmatic DI container.
+ `jodd-proxetta` - dynamic proxies and `Paramo`.
+ `jodd-db` - thin database layer and object mapper.
+ `jodd-jtx` - transactions management.

**Less used tools**:

Expand Down
25 changes: 0 additions & 25 deletions docker/docker-compose-test.yml

This file was deleted.

19 changes: 0 additions & 19 deletions docker/docker-compose-travis.yml

This file was deleted.

11 changes: 0 additions & 11 deletions docker/mssql/Dockerfile

This file was deleted.

12 changes: 0 additions & 12 deletions docker/mssql/create-db.sh

This file was deleted.

7 changes: 0 additions & 7 deletions docker/mssql/create-db.sql

This file was deleted.

22 changes: 0 additions & 22 deletions jodd-db/build.gradle

This file was deleted.

Loading

0 comments on commit ad698a3

Please sign in to comment.