This is an automated email from the ASF dual-hosted git repository.

gk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/turbine-archetypes.git


    from 1bf64f8  Name new archetpye turbine-webapp-7.0-SNAPSPOT updating 
apache parent to v32. In archetpye-resources/pom.xml update dep to turbine-core 
7.0-SNAPSHOT with Jakarta and Java 17. Update all fulcrum libraries to current 
SNAPSHOTs, e.g. yaafi and testcontainer in archetype/pom.xml to 
2.0.01-SNAPSHOT. USe Torque 6.0.
     new 356c100  Prepare Turbine 7.0 archetype. Fixes in container generation, 
by default Mariadb database is used, but changing it is quite easy (using db 
property); Use podman-compose by default, which provides greater flexiblity 
than docker. Add archetype properties db and connectionProperties. Update to 
Jakarta libs
     new 7115216  Switch scm URL to gitbox

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md                                          |   8 +-
 pom.xml                                            | 167 ++++++++++++---------
 .../META-INF/maven/archetype-metadata.xml          |   9 +-
 ...R-README.md => DOCKER-PODMAN-COMPOSE-README.md} | 101 ++++++++-----
 .../resources/archetype-resources/docs/README.md   |  36 +++--
 src/main/resources/archetype-resources/pom.xml     |  58 +++----
 .../src/main/docker-resources/app/Dockerfile       |   2 +-
 .../docker-resources/db/{ => mariadb}/Dockerfile   |  24 +--
 .../docker-resources/db/{ => mysql}/Dockerfile     |   1 +
 .../src/main/docker-resources/db/mysql/conf/my.cnf |   2 +-
 .../src/main/docker-resources/docker-compose.yml   |  47 +++---
 .../WEB-INF/{jetty-env.xml => jetty-ee10-env.xml}  |  13 +-
 .../resources/projects/first/archetype.properties  |   4 +-
 13 files changed, 287 insertions(+), 185 deletions(-)
 rename src/main/resources/archetype-resources/docs/{DOCKER-README.md => 
DOCKER-PODMAN-COMPOSE-README.md} (70%)
 copy src/main/resources/archetype-resources/src/main/docker-resources/db/{ => 
mariadb}/Dockerfile (70%)
 rename src/main/resources/archetype-resources/src/main/docker-resources/db/{ 
=> mysql}/Dockerfile (95%)
 rename 
src/main/resources/archetype-resources/src/main/webapp/WEB-INF/{jetty-env.xml 
=> jetty-ee10-env.xml} (65%)

Reply via email to