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

PR for release #531

Merged
merged 20 commits into from
Nov 22, 2023
Merged

PR for release #531

merged 20 commits into from
Nov 22, 2023

Commits on Jun 28, 2023

  1. Cleanup random findings

    - Add error handling.
    - Prevent millions of nonsense string comparions where a simple int
      compare is enough.
    - Shorten useless complicated messages. Cache result of toString().
    - Replace ugly imports.
    
    References (www):
    - https://m.youtube.com/watch?v=x2EOOJg8FkA
    - https://m.youtube.com/watch?v=EpYr3T5VP6w
    - https://medium.com/swlh/yagni-and-dry-the-kiss-of-death-for-your-software-project-cfd44b0654b6#fc82
    
    References (I'm not allowed to make those publicly available):
    - https://wikit.post.ch/x/_Bv6Rw
    - https://wikit.post.ch/x/iRepPQ
    - https://jira.post.ch/browse/SDCISA-10871
    
    (wip @ 284d263)
    hiddenalpha committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    67f673e View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

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

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    5f796ac View commit details
    Browse the repository at this point in the history
  2. [SDCISA-12877] Use Future to replace custom SucceededAsyncResult impl…

    … as requested in review
    hiddenalpha committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    15d4b9f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9936698 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aa68100 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Configuration menu
    Copy the full SHA
    0e0da83 View commit details
    Browse the repository at this point in the history
  2. updating poms for 2.0.3-SNAPSHOT development

    runner committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    ac592a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0c7425 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'release-2.0.2'

    runner committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    2670c42 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a3e9f60 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' into develop

    runner committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    39c57f8 View commit details
    Browse the repository at this point in the history
  7. Updating develop poms back to pre merge state

    runner committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    dd39752 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. An empty commit without any changes just because I found no other way…

    … how to trigger another build.
    hiddenalpha committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    0870603 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6f2e56 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #521 from hiddenalpha/SDCISA-12877-ImplAnotherHttp…

    …ClientMethod
    
    Implement another HttpClient method
    hiddenalpha authored Oct 4, 2023
    Configuration menu
    Copy the full SHA
    16c28a5 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'swisspost/develop' into feature branch

    Conflicts:
      gateleen-core/src/main/java/org/swisspush/gateleen/core/http/AbstractHttpClient.java
    hiddenalpha committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    1572a59 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Merge pull request #519 from hiddenalpha/RandomImprovements-20230628

    Cleanup random findings
    hiddenalpha authored Oct 5, 2023
    Configuration menu
    Copy the full SHA
    289da09 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

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

Commits on Nov 22, 2023

  1. Merge pull request #530 from swisspost/feature/appender_repository

    #529 EventBusAppender instance pollution in Java Heap Space
    mcweba authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    b4d447b View commit details
    Browse the repository at this point in the history