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: LiveViewTech/eclipse-packages
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: eclipse-packages/packages
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 21 files changed
  • 3 contributors

Commits on Oct 27, 2025

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

Commits on Nov 2, 2025

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

Commits on Feb 23, 2026

  1. [eclipse-packages#571] Update to Hono 2.7.0

    Adapted the Hono chart to support Hono 2.7.0, which includes updates to
    the Apache ActiveMQ Artemis and Infinispan configurations, as well as
    changes to the deployment templates and documentation.
    
    Fixes eclipse-packages#571
    sophokles73 committed Feb 23, 2026
    Configuration menu
    Copy the full SHA
    409895c View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2026

  1. [eclipse-packages#312] Do not require HTTP server to start

    The QPid Dispatch Router tries to create an HTTP server during startup.
    This HTTP server has been used in k8s probes to determine the router's
    health status. The creation of the HTTP server may fail if the router
    is not running with an abundant amount of resources.
    
    The right thing to do would probably be to fix the underlying issue
    that causes the HTTP server to fail, which seems to be caused by a bug
    in libwebsockets that fails to correctly determine the available
    resources when running in a kind managed k8s environment. This seems to
    have been done already in the latest version of libwebsockets but there
    is no Dispatch Router container image (publicly) available, that uses
    a version of libwebsockets including the fix.
    
    Therefore, this commit changes the k8s probes to check the availability
    of the internal AMQP listener instead of the healthz resource exposed
    via the HTTP server.
    
    This way, the router might still fail to create the HTTP server but
    because it is no longer needed, the router it will be considered
    healthy as long as the internal AMQP listener is available and thus
    reach the Ready state.
    
    Fixes eclipse-packages#312
    sophokles73 committed Mar 10, 2026
    Configuration menu
    Copy the full SHA
    6c34618 View commit details
    Browse the repository at this point in the history
  2. Update to more recent k8s version

    Also updated tools and actions being used by the CI
    job to most recent versions.
    sophokles73 committed Mar 10, 2026
    Configuration menu
    Copy the full SHA
    0cddbec View commit details
    Browse the repository at this point in the history
Loading