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

MP Reactive Messaging impl #1287

Merged
merged 26 commits into from
Mar 10, 2020
Merged

Commits on Mar 3, 2020

  1. MP Reactive Messaging impl

    Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
    danielkec committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    abdb9c8 View commit details
    Browse the repository at this point in the history
  2. Arquillian manually managed deploy fix after native compatibility cdi…

    … changes
    
    Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
    danielkec committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    253efc1 View commit details
    Browse the repository at this point in the history
  3. Routing assembly at proper time

    Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
    danielkec committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    5186a41 View commit details
    Browse the repository at this point in the history
  4. Generic vararg warning cleanup

    Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
    danielkec committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    5a2e648 View commit details
    Browse the repository at this point in the history
  5. Fix test container tear-down

    Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
    danielkec committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    4e441de View commit details
    Browse the repository at this point in the history
  6. Error collecting

    Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
    danielkec committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    a62998c View commit details
    Browse the repository at this point in the history
  7. Flatten packages

    Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
    danielkec committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    405ed38 View commit details
    Browse the repository at this point in the history
  8. Fix Arquillian tests pollution

    Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
    danielkec committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    aa2e74e View commit details
    Browse the repository at this point in the history
  9. Register feature

    Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
    danielkec committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    dccd26b View commit details
    Browse the repository at this point in the history
  10. Rename AbstractMethod

    Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
    danielkec committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    ecd1e07 View commit details
    Browse the repository at this point in the history
  11. Clean up raw generics

    Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
    danielkec committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    852c38c View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2020

  1. Config merging cleanup

    Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
    danielkec committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    c6c4c77 View commit details
    Browse the repository at this point in the history
  2. Final fields cleanup

    Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
    danielkec committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    ceb722f View commit details
    Browse the repository at this point in the history
  3. Proper acknowledgement

    Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
    danielkec committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    00d8a4e View commit details
    Browse the repository at this point in the history
  4. Param assigment

    Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
    danielkec committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    1883360 View commit details
    Browse the repository at this point in the history
  5. Add module-info

    Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
    danielkec committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    3e8aefe View commit details
    Browse the repository at this point in the history
  6. Get rid of intermediate blocking by queuing completables and keeping …

    …order of callbacks.
    
    Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
    danielkec committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    2dbfb84 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

  1. Fix racing tests

    Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
    danielkec committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    db5ef08 View commit details
    Browse the repository at this point in the history
  2. CompletableQueue has maximum size

    Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
    danielkec committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    be87033 View commit details
    Browse the repository at this point in the history
  3. Move MP api dependency to dependencies/pom.xml

      * Hide unnecessary public methods
    
    Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
    danielkec committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    9c183f8 View commit details
    Browse the repository at this point in the history
  4. Wait for whole stream in async tests

    Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
    danielkec committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    f6a60ea View commit details
    Browse the repository at this point in the history
  5. Reactive Streams module-info

    Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
    danielkec committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    011fe39 View commit details
    Browse the repository at this point in the history
  6. Clean up tck poms

      * Fix INCOMING_SUBSCRIBER_MSG_2_VOID signature handling
    
    Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
    danielkec committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    46992ab View commit details
    Browse the repository at this point in the history
  7. Werker build fix

    Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
    danielkec committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    e1c9111 View commit details
    Browse the repository at this point in the history
  8. Copyright fix

    Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
    danielkec committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    26830e4 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2020

  1. Unify exceptions

    Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
    danielkec committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    8e38830 View commit details
    Browse the repository at this point in the history