(geronimo-mail) branch main updated (6429271 -> 914d926)

[email protected] Sat, 18 Jul 2026 08:29:34 +0000
Newsgroups gmane.comp.java.geronimo.cvs
Message-ID <178436337458.1610823.13008745534671988110@gitbox3-he-fi.apache.org>
This is an automated email from the ASF dual-hosted git repository.

rzo1 pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/geronimo-mail.git


    from 6429271  Bump version to 1.1.0-SNAPSHOT to reflect the new Java baseline
     add a2a1e8a  Dispose dequeued mails in the James test harness
     add af46eb9  Include the relocated mime4j classes in the geronimo-mail_2.1_mail bundle
     add 3c98922  Connect the store in Session.getFolder(URLName)
     add 9d4601c  Add geronimo-mail_2.1_tck module running the Jakarta Mail TCK 2.1.1
     new 914d926  Merge branch 'mail-tck': Jakarta Mail TCK 2.1.1 integration and fixes

The 1 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:
 .../geronimo-mail_2.1_mail/pom.xml                 |   3 +-
 .../geronimo/mail/testserver/MailServer.java       |  16 +-
 geronimo-mail_2.1_impl/tck.adoc                    |  15 +
 .../src/main/java/jakarta/mail/Session.java        |   3 +
 geronimo-mail_2.1_tck/pom.xml                      | 460 ++++++++++++++++++++
 .../apache/geronimo/mail/tck/JamesTckServer.java   | 472 +++++++--------------
 geronimo-mail_2.1_tck/src/tck/geronimo.jtx         | 167 ++++++++
 pom.xml                                            |   1 +
 8 files changed, 814 insertions(+), 323 deletions(-)
 create mode 100644 geronimo-mail_2.1_tck/pom.xml
 copy geronimo-mail_2.1_impl/geronimo-mail_2.1_provider/src/test/java/org/apache/geronimo/mail/testserver/MailServer.java => geronimo-mail_2.1_tck/src/main/java/org/apache/geronimo/mail/tck/JamesTckServer.java (53%)
 create mode 100644 geronimo-mail_2.1_tck/src/tck/geronimo.jtx