Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ReadableByteChannelPublisher executor leak #1924

Merged

Commits on Jun 4, 2020

  1. LazyValue now has a method to check if it was loaded and has an optim…

    …ized constructor when pre-loaded.
    
    Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
    tomas-langer committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    1fb703c View commit details
    Browse the repository at this point in the history
  2. ReadableByteChannelPublisher now correctly closes executor.

    Using a builder and static factory methods
    Deprecated public constructor
    
    Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
    tomas-langer committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    825812c View commit details
    Browse the repository at this point in the history
  3. Checkstyle fix.

    Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
    tomas-langer committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    242bb91 View commit details
    Browse the repository at this point in the history
  4. Copyright fix.

    Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
    tomas-langer committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    e79c7fb View commit details
    Browse the repository at this point in the history
  5. Remove usage of deprecated constructor.

    Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
    tomas-langer committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    245c061 View commit details
    Browse the repository at this point in the history
  6. Tmp

    Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
    tomas-langer committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    979daed View commit details
    Browse the repository at this point in the history
  7. - Byte channel publisher now part of IoMulti

    - renamed methods in IoMulti
    - RetrySchema now sent around only when customized
    - Deprecated old methods and classes
    
    Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
    tomas-langer committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    e348aba View commit details
    Browse the repository at this point in the history
  8. Private constructor in Builder.

    Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
    tomas-langer committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    8c07d02 View commit details
    Browse the repository at this point in the history
  9. Renamed class to align builder, method and class name.

    Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
    tomas-langer committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    5d7872b View commit details
    Browse the repository at this point in the history
  10. Reverting to public.

    Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
    tomas-langer committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    2eab338 View commit details
    Browse the repository at this point in the history
  11. Added test for MultiFromByteChannel.

    Fixed compilation issue caused by refactoring.
    
    Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
    tomas-langer committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    459f595 View commit details
    Browse the repository at this point in the history
  12. Javadoc fix

    Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
    tomas-langer committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    55eadc5 View commit details
    Browse the repository at this point in the history