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

Add Apache Kafka Event Interface For Repositories #523

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Commits on Nov 11, 2024

  1. Configuration menu
    Copy the full SHA
    aa7e39b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73eed34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    617d4d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    44d54d3 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Fixed automatic upload handling and improved test case path management

    - Corrected automatic upload of files by ensuring paths are annotated with @value, so the correct files are uploaded as expected.
    - Removed the `basyx.environment` property from tests, as it is unrelated to the test scope and streamlines the configuration.
    geso02 committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    a616e12 View commit details
    Browse the repository at this point in the history
  2. Fix incorrect bean registration in test cases

    This commit resolves an issue where a Submodel, which should only be used in submodel-repository tests, was mistakenly registered in environment-related tests.
    
    The Submodel is now conditionally provided via profiles, ensuring it is only available in the appropriate tests and no longer causes failures in the environment tests.
    geso02 committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    e64923e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48a3cc3 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Add @value annotation back again for the member variable

    basyx environment is not assigned in auth preloader otherwise
    geso02 committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    8284424 View commit details
    Browse the repository at this point in the history