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

fix: amqp channel name when using exchange #886

Draft
wants to merge 11 commits into
base: master
Choose a base branch
from

Commits on Sep 28, 2024

  1. test(amqp): cleanup

    test(amqp): update e2e
    
    test(amqp): wait for ready amqp server
    
    chore(amqp): add spring-messaging dependency in example
    
    test(amqp): persist patched asyncapi.yaml
    
    chore(amqp): use non-exclusive queue in example
    
    test: add WaitStrategy for ApiSystemTest
    
    feat(ui): show channel bindings
    
    test(amqp): update asyncapi artifacts
    
    chore(ui): fix formatting
    
    test(ui): use valid mock data
    
    test(amqp): update asyncapi artifacts
    
    Part of springwolfGH-366
    
    feat(amqp): scan all queues
    
    In addition to the routingKeys
    
    chore: update asyncapi.yaml gradle script
    
    chore(amqp): simplify local testing
    
    chore(amqp): fix queue configuration
    
    tests: additional RabbitListener tests
    
    tests: refactoring + add yaml endpoint testing
    Pascal Dal Farra authored and timonback committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    24507e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab41d6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eabc58f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6814843 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b6c3a3b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1c48b32 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9af5f19 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    65f750d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    47a4847 View commit details
    Browse the repository at this point in the history
  10. feat(amqp): be liberal and handle invalid configurations

    In case spring-amqp changes how it handles inputs, the library should still try to do its best
    timonback committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    7d3c07c View commit details
    Browse the repository at this point in the history
  11. Merge remote-tracking branch 'refs/remotes/springwolf/master' into re…

    …produce/amqp-channel-name
    
    * refs/remotes/springwolf/master: (34 commits)
      chore(example): Bump rabbitmq from 3.9-management-alpine to rabbitmq:4.0-management-alpine in amqp-example
      chore(example): Bump confluentinc/cp-kafka from 7.4.6 to 7.7.1 in cloud-stream-example
      chore(example): Bump apache/activemq-artemis from 2.34.0/2.31.2 to 2.37.0-alpine in jms-example
      chore(example): Bump confluentinc/cp-kafka from 7.4.6 to 7.7.1 in kafka-example
      chore(example): Bump localstack/localstack from 2.2.0 to 3.7.2 in sns-example
      chore(example): Bump localstack/localstack from 3.3.0 to 3.7.2 in sqs-example
      chore: start development on springwolf 1.8.0-SNAPSHOT
      chore(deps): Bump org.springframework.boot from 3.3.3 to 3.3.4 (springwolf#986)
      test(jms): increase timeout of ProducerSystemTest from 10s to 20s to fix flaky test (springwolf#992)
      chore(deps): Bump io.awspring.cloud:spring-cloud-aws-dependencies (springwolf#987)
      chore(deps): Bump protobufJavaVersion from 4.28.1 to 4.28.2 (springwolf#989)
      chore(deps): Bump swaggerVersion from 2.2.23 to 2.2.24 (springwolf#988)
      chore(deps): Bump com.networknt:json-schema-validator (springwolf#990)
      chore(deps): Bump the dependencies-angular group across 1 directory with 12 updates (springwolf#983)
      chore(deps): Bump junitJupiterVersion from 5.10.3 to 5.11.0 (springwolf#933)
      chore(deps): Bump the npm_and_yarn group (springwolf#973)
      chore(deps-dev): Bump @types/jest in /springwolf-ui (springwolf#976)
      chore(gh): allow ui pipeline to publish to gh-pages branch
      Chore/gradle 8.10.1 (springwolf#981)
      Feat/add options to amqp annotation (springwolf#980)
      ...
    timonback committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    33fac8d View commit details
    Browse the repository at this point in the history