This is an automated email from the ASF dual-hosted git repository.
rcordier pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git.
from f46b419 JAMES-3226 Using james-project component name, renamed title
and changed pre-release
new 9e4c758 [Refactoring] Migrate MDNReportFormattingTest to JUnit5
new 5e22e05 [Refactoring] Migrate MDNReportTest to JUnit5
new 714764e [Refactoring] Migrate MDNTest to JUnit5
new 89fb804 [Refactoring] Migrate DispositionActionModeTest to JUnit5
new d8a83a5 [Refactoring] Migrate DispositionTypeTest to JUnit5
new 464774b [Refactoring] Migrate DispositionSendingModeTest to JUnit5
new 2513f8b [Refactoring] Migrate DispositionModifierTest to JUnit5
new 47c0a08 [Refactoring] Migrate AddressTypeTest to JUnit5
new ee2e3a6 [Refactoring] Migrate DispositionTest to JUnit5
new ffe56a5 [Refactoring] Migrate ErrorTest to JUnit5
new c34a151 [Refactoring] Migrate ExtensionFieldTest to JUnit5
new 15035f0 [Refactoring] Migrate FinalRecipientTest to JUnit5
new d5e9596 [Refactoring] Migrate GatewayTest to JUnit5
new b63194f [Refactoring] Migrate OriginalMessageIdTest to JUnit5
new 5aec691 [Refactoring] Migrate OriginalRecipientTest to JUnit5
new 58b51a5 [Refactoring] Migrate ReportingUserAgentTest to JUnit5
new ca4c334 [Refactoring] Migrate TextTest to JUnit5
new 2d13c4c JAMES-3316: remove buggy JsValue from assert sessionRoutesTest
new 44c83bd JAMES-2629 Use a future supplier in CassandraAsyncExecutor
new a90dfe8 JAMES-3098 Mailbox/get should not return delegated mailboxes
when no sharing extension
new 1b38871 [Refactoring] Drop scala warnings
new 75a3390 [Refactoring] Drop java warnings
new 1c4fb21 [Refactoring] Migrate james-server-mailets to JUnit 5
The 23 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:
.../cassandra/utils/CassandraAsyncExecutor.java | 4 +-
.../org/apache/james/mailbox/MessageManager.java | 1 +
.../org/apache/james/mailbox/events/Group.java | 5 +-
.../elasticsearch/json/IndexableMessageTest.java | 15 +-
.../scala/org/apache/james/event/json/DTOs.scala | 4 +-
.../apache/james/event/json/EventSerializer.scala | 4 +-
.../mailbox/tools/jpa/migrator/JpaMigrator.java | 2 +-
.../main/java/org/apache/mailet/HostAddress.java | 1 +
.../main/java/org/apache/mailet/MailetContext.java | 2 +
.../main/java/org/apache/mailet/Serializer.java | 2 +-
.../java/org/apache/james/transport/InitJCE.java | 5 +-
.../org/apache/james/transport/KeyStoreHolder.java | 3 +-
.../org/apache/james/transport/SMIMEKeyHolder.java | 3 +-
.../james/mailet/DefaultDescriptorsExtractor.java | 2 +-
.../apache/mailet/base/test/FakeMailContext.java | 5 +
.../apache/james/mdn/MDNReportFormattingTest.java | 50 +++---
.../java/org/apache/james/mdn/MDNReportTest.java | 48 +++---
.../test/java/org/apache/james/mdn/MDNTest.java | 69 ++++----
.../mdn/action/mode/DispositionActionModeTest.java | 12 +-
.../apache/james/mdn/fields/AddressTypeTest.java | 57 +++----
.../apache/james/mdn/fields/DispositionTest.java | 65 ++++----
.../org/apache/james/mdn/fields/ErrorTest.java | 23 ++-
.../james/mdn/fields/ExtensionFieldTest.java | 52 ++++---
.../james/mdn/fields/FinalRecipientTest.java | 82 +++++-----
.../org/apache/james/mdn/fields/GatewayTest.java | 61 ++++----
.../james/mdn/fields/OriginalMessageIdTest.java | 66 ++++----
.../james/mdn/fields/OriginalRecipientTest.java | 88 ++++++-----
.../james/mdn/fields/ReportingUserAgentTest.java | 154 +++++++++++-------
.../java/org/apache/james/mdn/fields/TextTest.java | 39 ++---
.../mdn/modifier/DispositionModifierTest.java | 55 +++----
.../sending/mode/DispositionSendingModeTest.java | 12 +-
.../apache/james/mdn/type/DispositionTypeTest.java | 16 +-
pom.xml | 8 +-
.../blob/deduplication/GCPropertiesTest.scala | 2 +-
.../library/inetnetwork/InetNetworkBuilder.java | 2 +-
.../mailetcontainer/api/mock/MockMailetLoader.java | 2 +-
.../api/mock/MockMatcherLoader.java | 2 +-
.../apache/james/transport/mailets/BounceTest.java | 34 ++--
.../james/transport/mailets/DSNBounceTest.java | 64 ++++----
.../james/transport/mailets/ForwardTest.java | 58 ++++---
.../james/transport/mailets/MetricsMailetTest.java | 24 ++-
.../transport/mailets/NotifyPostmasterTest.java | 36 ++---
.../james/transport/mailets/NotifySenderTest.java | 38 ++---
.../james/transport/mailets/RedirectTest.java | 97 ++++++------
.../apache/james/transport/mailets/ResendTest.java | 28 ++--
.../james/transport/mailets/ToRepositoryTest.java | 34 ++--
.../mailets/redirect/AddressExtractorTest.java | 118 +++++++-------
.../mailets/redirect/MailModifierTest.java | 44 +++---
.../mailets/redirect/MessageAlteringUtilsTest.java | 36 ++---
.../mailets/remote/delivery/DelayTest.java | 67 ++++----
.../remote/delivery/DelaysAndMaxRetryTest.java | 41 +++--
.../remote/delivery/DeliveryRunnableTest.java | 41 +++--
.../remote/delivery/HeloNameProviderTest.java | 27 ++--
.../delivery/InternetAddressConverterTest.java | 21 +--
.../delivery/RemoteDeliveryConfigurationTest.java | 173 ++++++++++-----------
.../mailets/remote/delivery/RepeatTest.java | 20 +--
.../james/transport/util/MailAddressUtilsTest.java | 58 ++++---
.../transport/util/SpecialAddressesUtilsTest.java | 98 ++++++------
.../integration/GetMailboxesMethodTest.java | 10 +-
.../integration/SetMailboxesMethodTest.java | 10 +-
.../methods/integration/SetMessagesMethodTest.java | 25 +--
.../contract/MailboxGetMethodContract.scala | 74 ++++++++-
.../rfc8621/contract/SessionRoutesContract.scala | 28 ++--
.../jmap/http/BasicAuthenticationStrategy.scala | 8 +-
.../org/apache/james/jmap/json/Serializer.scala | 3 +
.../james/jmap/method/MailboxGetMethod.scala | 72 ++++++---
.../apache/james/jmap/http/SessionRoutesTest.scala | 2 +-
.../scala/org/apache/james/jmap/json/Fixture.scala | 61 --------
.../james/webadmin/routes/TasksRoutesTest.java | 4 +-
.../routes/MailRepositoriesRoutesTest.java | 12 +-
.../eventsourcing/EventSourcingTaskManager.scala | 2 +-
71 files changed, 1224 insertions(+), 1267 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]