This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/src/main/g8/ch.qos.logback-logback-classic-1.3.12
in repository
https://gitbox.apache.org/repos/asf/incubator-pekko-http-quickstart-java.g8.git
omit 0613010 Bump ch.qos.logback:logback-classic in /src/main/g8
add 1ebfe3d switch to pekko
add 0c957a9 Bump ch.qos.logback:logback-classic in /src/main/g8
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (0613010)
\
N -- N -- N
refs/heads/dependabot/maven/src/main/g8/ch.qos.logback-logback-classic-1.3.12
(0c957a9)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/workflows/ci.yml | 4 +-
DISCLAIMER | 10 +++++
README.md | 26 +++++------
build.sbt | 7 +--
docs/build.sbt | 4 +-
docs/src/main/paradox/backend-actor.md | 6 +--
docs/src/main/paradox/http-server.md | 4 +-
docs/src/main/paradox/index.md | 43 +++++++------------
docs/src/main/paradox/intellij-idea.md | 10 ++---
docs/src/main/paradox/json.md | 8 ++--
docs/src/main/paradox/running-the-application.md | 2 +-
docs/src/main/paradox/testing-routes.md | 8 ++--
project/build.properties | 2 +-
project/paradox.sbt | 10 ++++-
project/project-info.conf | 3 ++
src/main/g8/build.gradle | 25 +++++------
src/main/g8/build.sbt | 24 +++++------
src/main/g8/default.properties | 6 +--
src/main/g8/pom.xml | 50 +++++++++-------------
src/main/g8/project/build.properties | 2 +-
.../g8/src/main/java/$package$/QuickstartApp.java | 30 ++++++-------
.../g8/src/main/java/$package$/UserRegistry.java | 12 +++---
.../g8/src/main/java/$package$/UserRoutes.java | 18 ++++----
src/main/g8/src/main/resources/logback.xml | 4 +-
.../g8/src/test/java/$package$/UserRoutesTest.java | 14 +++---
25 files changed, 165 insertions(+), 167 deletions(-)
create mode 100644 DISCLAIMER
create mode 100644 project/project-info.conf
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]