-
Notifications
You must be signed in to change notification settings - Fork 38.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add default methods to MailSender and JavaMailSender when appropriate
send(..) -methods of JavaMailSenderImpl which is only delegating to other methods are pulled up as default methods in the interfaces JavaMailSender and MailSender, to make these interfaces require fewer methods to implement. See gh-23651
- v7.0.0-M2
- v7.0.0-M1
- v6.2.3
- v6.2.2
- v6.2.1
- v6.2.0
- v6.2.0-RC3
- v6.2.0-RC2
- v6.2.0-RC1
- v6.2.0-M7
- v6.2.0-M6
- v6.2.0-M5
- v6.2.0-M4
- v6.2.0-M3
- v6.2.0-M2
- v6.2.0-M1
- v6.1.17
- v6.1.16
- v6.1.15
- v6.1.14
- v6.1.13
- v6.1.12
- v6.1.11
- v6.1.10
- v6.1.9
- v6.1.8
- v6.1.7
- v6.1.6
- v6.1.5
- v6.1.4
- v6.1.3
- v6.1.2
- v6.1.1
- v6.1.0
- v6.1.0-RC2
- v6.1.0-RC1
1 parent
3c4eef1
commit f67fad4
Showing
3 changed files
with
34 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters