You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by bt...@apache.org on 2021/05/18 09:49:26 UTC

[james-project] branch master updated (df8c6e7 -> bb914b8)

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

btellier pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git.


    from df8c6e7  [REFACTORING] SetMessagesUpdateProcessor: Reactify updates
     add 0891e03  JAMES-3261 Build memory docker image with JIB
     add b6cbdeb  JAMES-3261 JIB memory docker image glowroot packaging
     add 6b7a0de  JAMES-3261 Get rid of old dockerfiles for James memory
     add 917e402  JAMES-3261 Change goal to buildTar
     add 0368769  JAMES-3261 Document JIB usage
     add bb914b8  JAMES-3261 Remove mistakenly added keystore

No new revisions were added by this update.

Summary of changes:
 dockerfiles/run/guice/memory/Dockerfile            |  48 ---------
 .../run/guice/memory/destination/run_james.sh      |   5 -
 server/container/guice/memory-guice/README.md      |  44 ++++++++
 server/container/guice/memory-guice/pom.xml        | 114 +++++++++++++++++++++
 .../memory-guice/{ => src/assemble}/README.adoc    |   0
 .../guice/memory-guice/src/assemble/app.xml        |   4 +-
 .../src/main}/extensions-jars/README.md            |   0
 .../memory-guice/src/main}/glowroot/admin.json     |   0
 .../src/main}/glowroot/plugins/imap.json           |   0
 .../src/main}/glowroot/plugins/jmap.json           |   0
 .../main}/glowroot/plugins/mailboxListener.json    |   0
 .../src/main}/glowroot/plugins/smtp.json           |   0
 .../src/main}/glowroot/plugins/spooler.json        |   0
 .../src/main}/glowroot/plugins/task.json           |   0
 .../guice/memory-guice/src/main/scripts/james-cli  |   3 +
 15 files changed, 163 insertions(+), 55 deletions(-)
 delete mode 100644 dockerfiles/run/guice/memory/Dockerfile
 delete mode 100755 dockerfiles/run/guice/memory/destination/run_james.sh
 create mode 100644 server/container/guice/memory-guice/README.md
 rename server/container/guice/memory-guice/{ => src/assemble}/README.adoc (100%)
 copy {dockerfiles/run/guice/jpa/destination => server/container/guice/memory-guice/src/main}/extensions-jars/README.md (100%)
 rename {dockerfiles/run/guice/memory/destination => server/container/guice/memory-guice/src/main}/glowroot/admin.json (100%)
 rename {dockerfiles/run/guice/memory/destination => server/container/guice/memory-guice/src/main}/glowroot/plugins/imap.json (100%)
 rename {dockerfiles/run/guice/memory/destination => server/container/guice/memory-guice/src/main}/glowroot/plugins/jmap.json (100%)
 rename {dockerfiles/run/guice/memory/destination => server/container/guice/memory-guice/src/main}/glowroot/plugins/mailboxListener.json (100%)
 rename {dockerfiles/run/guice/memory/destination => server/container/guice/memory-guice/src/main}/glowroot/plugins/smtp.json (100%)
 rename {dockerfiles/run/guice/memory/destination => server/container/guice/memory-guice/src/main}/glowroot/plugins/spooler.json (100%)
 rename {dockerfiles/run/guice/memory/destination => server/container/guice/memory-guice/src/main}/glowroot/plugins/task.json (100%)
 create mode 100755 server/container/guice/memory-guice/src/main/scripts/james-cli

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org