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

chore: Use IT of WebSocket against SCGW #3561

Closed
wants to merge 56 commits into from
Closed

Commits on Apr 23, 2024

  1. fix: allow key exchange port configuration (#3453)

    * allow key exchange port configuration
    
    Signed-off-by: achmelo <a.chmelo@gmail.com>
    
    * explain different defaults for the port
    
    Signed-off-by: achmelo <a.chmelo@gmail.com>
    
    * use the same default port number
    
    Signed-off-by: achmelo <a.chmelo@gmail.com>
    
    ---------
    
    Signed-off-by: achmelo <a.chmelo@gmail.com>
    (cherry picked from commit d82322e)
    achmelo committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    0677e67 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    32d39ec View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    ca9f01c View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. replace netty with tomcat

    Signed-off-by: achmelo <a.chmelo@gmail.com>
    achmelo committed May 6, 2024
    Configuration menu
    Copy the full SHA
    ffd71e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    711cb54 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    3d9f158 View commit details
    Browse the repository at this point in the history
  2. replace netty http client chooser

    Signed-off-by: achmelo <a.chmelo@gmail.com>
    achmelo committed May 13, 2024
    Configuration menu
    Copy the full SHA
    db27b23 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. add unit tests

    Signed-off-by: achmelo <a.chmelo@gmail.com>
    achmelo committed May 14, 2024
    Configuration menu
    Copy the full SHA
    4515332 View commit details
    Browse the repository at this point in the history
  2. fix tests

    Signed-off-by: achmelo <a.chmelo@gmail.com>
    achmelo committed May 14, 2024
    Configuration menu
    Copy the full SHA
    4fd2985 View commit details
    Browse the repository at this point in the history
  3. add missing dependency

    Signed-off-by: achmelo <a.chmelo@gmail.com>
    achmelo committed May 14, 2024
    Configuration menu
    Copy the full SHA
    40f6c91 View commit details
    Browse the repository at this point in the history
  4. not only for test

    Signed-off-by: achmelo <a.chmelo@gmail.com>
    achmelo committed May 14, 2024
    Configuration menu
    Copy the full SHA
    1cc7321 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. revert netty client

    Signed-off-by: achmelo <a.chmelo@gmail.com>
    achmelo committed May 15, 2024
    Configuration menu
    Copy the full SHA
    061648f View commit details
    Browse the repository at this point in the history
  2. remove webclient filter

    Signed-off-by: achmelo <a.chmelo@gmail.com>
    achmelo committed May 15, 2024
    Configuration menu
    Copy the full SHA
    c1cf356 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. use common tomcat module

    Signed-off-by: achmelo <a.chmelo@gmail.com>
    achmelo committed May 16, 2024
    Configuration menu
    Copy the full SHA
    f68f8d4 View commit details
    Browse the repository at this point in the history
  2. remove unused class

    Signed-off-by: achmelo <a.chmelo@gmail.com>
    achmelo committed May 16, 2024
    Configuration menu
    Copy the full SHA
    909d97e View commit details
    Browse the repository at this point in the history
  3. feat: AT-TLS handler for WebFlux (#3544)

    * AT-TLS handler
    
    * fix format
    
    * fix message error code
    
    ---------
    
    Co-authored-by: achmelo <37397715+achmelo@users.noreply.github.com>
    pj892031 and achmelo committed May 16, 2024
    Configuration menu
    Copy the full SHA
    6ced020 View commit details
    Browse the repository at this point in the history
  4. use transitive API in other modules

    Signed-off-by: achmelo <a.chmelo@gmail.com>
    achmelo committed May 16, 2024
    Configuration menu
    Copy the full SHA
    2f587e9 View commit details
    Browse the repository at this point in the history
  5. message number already exists

    Signed-off-by: achmelo <a.chmelo@gmail.com>
    achmelo committed May 16, 2024
    Configuration menu
    Copy the full SHA
    7af8efd View commit details
    Browse the repository at this point in the history
  6. feat: tomcat customizer for CGW (#3546)

    * tomcat customizer
    
    Signed-off-by: sj895092 <shobhackm9@gmail.com>
    
    * fix failing tests
    
    Signed-off-by: sj895092 <shobhackm9@gmail.com>
    
    * add tests
    
    Signed-off-by: sj895092 <shobhackm9@gmail.com>
    
    * formatting
    
    Signed-off-by: sj895092 <shobhackm9@gmail.com>
    
    ---------
    
    Signed-off-by: sj895092 <shobhackm9@gmail.com>
    Shobhajayanna committed May 16, 2024
    Configuration menu
    Copy the full SHA
    af538e7 View commit details
    Browse the repository at this point in the history
  7. refactoring

    Signed-off-by: sj895092 <shobhackm9@gmail.com>
    Shobhajayanna committed May 16, 2024
    Configuration menu
    Copy the full SHA
    7d60659 View commit details
    Browse the repository at this point in the history
  8. honour the global zowe parameter for attls

    Signed-off-by: achmelo <a.chmelo@gmail.com>
    achmelo committed May 16, 2024
    Configuration menu
    Copy the full SHA
    02e50ec View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c3ccd51 View commit details
    Browse the repository at this point in the history
  10. fix

    pj892031 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    97f805d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5aa5794 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    825840d View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. fix unit test

    Signed-off-by: achmelo <a.chmelo@gmail.com>
    achmelo committed May 17, 2024
    Configuration menu
    Copy the full SHA
    d6b8c8e View commit details
    Browse the repository at this point in the history
  2. factor of SslInfo

    pj892031 committed May 17, 2024
    Configuration menu
    Copy the full SHA
    fb0720f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae586a9 View commit details
    Browse the repository at this point in the history
  4. adding test cases

    Signed-off-by: sj895092 <shobhackm9@gmail.com>
    Shobhajayanna committed May 17, 2024
    Configuration menu
    Copy the full SHA
    0e9c82d View commit details
    Browse the repository at this point in the history
  5. adding tests

    Signed-off-by: sj895092 <shobhackm9@gmail.com>
    Shobhajayanna committed May 17, 2024
    Configuration menu
    Copy the full SHA
    421ed52 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    88fb5e1 View commit details
    Browse the repository at this point in the history
  7. set attls profile for backward compatibility, cleanup sh

    Signed-off-by: achmelo <a.chmelo@gmail.com>
    achmelo committed May 17, 2024
    Configuration menu
    Copy the full SHA
    f83356f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8881e04 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    8a1633b View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Pablo Carle <pablocarle@users.noreply.github.com>
    Signed-off-by: Pavel Jareš <58428711+pj892031@users.noreply.github.com>
    pj892031 and pablocarle committed May 20, 2024
    Configuration menu
    Copy the full SHA
    dab0be5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2baf1a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    901bbc8 View commit details
    Browse the repository at this point in the history
  5. fix tests

    Signed-off-by: Pavel Jares <Pavel.Jares@broadcom.com>
    pj892031 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    0295d3c View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. allow other spring profiles in config

    Signed-off-by: achmelo <a.chmelo@gmail.com>
    achmelo committed May 21, 2024
    Configuration menu
    Copy the full SHA
    eaa83bd View commit details
    Browse the repository at this point in the history
  2. disable application ssl

    Signed-off-by: achmelo <a.chmelo@gmail.com>
    achmelo committed May 21, 2024
    Configuration menu
    Copy the full SHA
    d7d683e View commit details
    Browse the repository at this point in the history
  3. add-opens java.base/sun.nio.ch=ALL-UNNAMED in SCGW

    Signed-off-by: Pavel Jares <Pavel.Jares@broadcom.com>
    pj892031 committed May 21, 2024
    Configuration menu
    Copy the full SHA
    3dc1af5 View commit details
    Browse the repository at this point in the history
  4. update add opens

    Signed-off-by: Pavel Jares <Pavel.Jares@broadcom.com>
    pj892031 committed May 21, 2024
    Configuration menu
    Copy the full SHA
    58165b7 View commit details
    Browse the repository at this point in the history
  5. fix start.sh scripts

    Signed-off-by: Pavel Jares <Pavel.Jares@broadcom.com>
    pj892031 committed May 21, 2024
    Configuration menu
    Copy the full SHA
    71f5e0c View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. code review

    Signed-off-by: Pavel Jares <Pavel.Jares@broadcom.com>
    pj892031 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    36601f7 View commit details
    Browse the repository at this point in the history
  2. fix

    Signed-off-by: Pavel Jares <Pavel.Jares@broadcom.com>
    pj892031 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    887ef59 View commit details
    Browse the repository at this point in the history
  3. code review

    Signed-off-by: Pavel Jares <Pavel.Jares@broadcom.com>
    pj892031 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    fd55f93 View commit details
    Browse the repository at this point in the history
  4. usage of jakarta.servlet.request.X509Certificate (exclude Gateway)

    Signed-off-by: Pavel Jares <Pavel.Jares@broadcom.com>
    pj892031 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    a3eca44 View commit details
    Browse the repository at this point in the history
  5. fix name

    Signed-off-by: Pavel Jares <Pavel.Jares@broadcom.com>
    pj892031 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    98bf312 View commit details
    Browse the repository at this point in the history
  6. update start.sh for GW (to use full JAR)

    Signed-off-by: Pavel Jares <Pavel.Jares@broadcom.com>
    pj892031 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    37f83cc View commit details
    Browse the repository at this point in the history
  7. fix

    Signed-off-by: Pavel Jares <Pavel.Jares@broadcom.com>
    pj892031 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    a58c2ef View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. fixes

    Signed-off-by: Pavel Jares <Pavel.Jares@broadcom.com>
    pj892031 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    9404274 View commit details
    Browse the repository at this point in the history
  2. fix WebSockets

    Signed-off-by: Pavel Jares <Pavel.Jares@broadcom.com>
    pj892031 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    24c9e68 View commit details
    Browse the repository at this point in the history
  3. IT of websocket against Cloud Gateway

    Signed-off-by: Pavel Jares <Pavel.Jares@broadcom.com>
    pj892031 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    9b4bf26 View commit details
    Browse the repository at this point in the history
  4. Integration tests fix

    Signed-off-by: Pavel Jares <Pavel.Jares@broadcom.com>
    pj892031 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    1bd348a View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    97f5d1c View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    e0cd59e View commit details
    Browse the repository at this point in the history