Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jakartaee/mail-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.6.5
Choose a base ref
...
head repository: jakartaee/mail-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.6.6
Choose a head ref
  • 20 commits
  • 62 files changed
  • 7 contributors

Commits on Jan 12, 2021

  1. bump version to 1.6.6-SNAPSHOT

    Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
    lukasj committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    b79e3d8 View commit details
    Browse the repository at this point in the history
  2. #464: jsp-api and servlet-api 4P download url mismatch

    Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
    lukasj committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    4223a2a View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2021

  1. Added back missing null check, as the javadoc states.

    Fixes issue #456
    
    See ac77368
    
    Signed-off-by: Tobias Weimer <tobias.weimer@posteo.de>
    tweimer authored and lukasj committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    832d086 View commit details
    Browse the repository at this point in the history
  2. #456: MimeMessage.setFrom(null) fails instead of removing the header…

    … - test
    
    Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
    lukasj committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    302a6b3 View commit details
    Browse the repository at this point in the history
  3. Move the build to require JDK 11

    -update build plugins (allows building on Java SE 15),
    -resurrect building temporarily excluded parts (#473),
    -fix content of provider implementation files (#493)
    -define missing JPMS descriptors and fix existing ones,
      move away from Automatic-Module-Name in manifests
    -include JPMS descriptors in final jar filess
    -src/bin level kept at 1.7 where possible
    
    Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
    lukasj committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    ee935c2 View commit details
    Browse the repository at this point in the history
  4. fix cp headers

    Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
    lukasj committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    3f46feb View commit details
    Browse the repository at this point in the history
  5. #489: mime handling crashes on Android 11 debug build

    Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
    lukasj committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    0175587 View commit details
    Browse the repository at this point in the history
  6. put a note about bug-fix into changes.txt

    Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
    lukasj committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    081eeba View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2021

  1. Android SocketChannel workaround not working around #403 (#441)

    (cherry picked from commit ba9bd7e)
    jmehrens authored and lukasj committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    dc17241 View commit details
    Browse the repository at this point in the history
  2. Update cp year and changelist

    Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
    (cherry picked from commit 4b4b44b)
    
    Conflicts:
    	doc/release/CHANGES.txt
    lukasj committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    50ea97d View commit details
    Browse the repository at this point in the history
  3. Update copyright years

    jmehrens authored and lukasj committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    b52f7ef View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2021

  1. Issue 461: Added two line authentication support for XOAUTH2 connecti…

    …ons (#477)
    
    Signed-off-by: Mateusz Marzecki <mmarzecki@atlassian.com>
    
    Co-authored-by: Mateusz Marzecki <mmarzecki@atlassian.com>
    Co-authored-by: Lukas Jungmann <lukas.jungmann@oracle.com>
    3 people committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    49381ff View commit details
    Browse the repository at this point in the history
  2. #461: XOAUTH2 - rename property and document it

    Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
    lukasj committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    89e25f6 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

  1. WriteTimeoutSocket::getFileDescriptor$ support for Conscrypt #505 (#507)

    WriteTimeoutSocket::getFileDescriptor$ support for Conscrypt #505
    (cherry picked from commit db4f348)
    
    Conflicts:
    	mail/src/test/java/com/sun/mail/util/WriteTimeoutSocketTest.java
    jmehrens committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    c6d0168 View commit details
    Browse the repository at this point in the history
  2. include resources in android-mail,

    remove duplicated license file
    
    Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
    lukasj committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    b1b38ad View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. Improve code coverage in logging-mailhandler tests #512

    (cherry picked from commit 226d2d6)
    
    Conflicts:
    	mail/src/test/java/com/sun/mail/util/logging/CompactFormatterTest.java
    	mail/src/test/java/com/sun/mail/util/logging/MailHandlerTest.java
    jmehrens committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    fed14a6 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. Update build job for JDK 11

    Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
    senivam authored and lukasj committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    6c3e252 View commit details
    Browse the repository at this point in the history
  2. fix TCK download link for 1.6

    Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
    lukasj committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    5101474 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #522 from jmehrens/issue_512_1x

    Improve code coverage in logging-mailhandler tests #512
    lukasj authored Feb 12, 2021
    Configuration menu
    Copy the full SHA
    6bda38c View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

  1. Prepare release 1.6.6

    javamail-bot committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    c4b1e46 View commit details
    Browse the repository at this point in the history
Loading