Skip to content

Tags: asyncapi/java-spring-template

Tags

v1.6.0

Toggle v1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: mark deprecated properties with @deprecated (#421)

* process deprecated flag from json schema

* add test parameter and fix whitespace control

v1.5.1

Toggle v1.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: empty object generation (#347)

* fix: empty object generation

* remove code duplication

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add support for channel parameters (#352)

* add pattern support for kafka

* add pattern support for mqtt message handling

* use mqtt specific wildcard

* mqtt publish implementation

* adopt interface for other protocols

* update tests

* general amqp routing key support

* fix current amqp methods

* provide arbitrary methods for amqp

* provide arbitrary methods for mqtt

* update tests

* provide arbitrary methods for kafka in message handler

* provide arbitrary methods for kafka in publisher

* update tests

* update readme, resolve missing features, add attention bar

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add support for additionalProperties (#272) (#273)

* feat: Add support for additionalProperties (#272)

* fix: Map imports (#272)

* fix: Allow additionalProperties=false (#272)

* test: Extend test case for boolean (#272)

* test: Extend test case for oneOf (#272)

* rework: Remove else-branch to check value (#272)

* update from master, fix order of imports and tests

* fix case when `additionalProperties = true`

---------

Co-authored-by: Semen <[email protected]>

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: update aqmp config (#310)

* Updated config file for amqp

* Added publisher service

* Added listeners and publisher code

* Updated AMQP config and added sample config files to test

* Updated amqp config

* Segregated declarables for exchanges and queues

* Updated test snapshots

* fix double dependency

* fix snapshots

---------

Co-authored-by: Semen <[email protected]>

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: use BigDecimal for decimal format (#324)

* add BigDecimal support

* update snapshot

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add generated annotation (#323)

* add generated annotation

* update tests

* fix date in snapshots

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat!: update template for spring boot 3 (#313)

* add parameter and backward compatibility for spring boot 3

* fix list, upgrade spring and gradle versions

* add test for springBoot2, fix issues after testing

v0.29.0

Toggle v0.29.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: added mqttClientId parameter with a defualt value (#295)

* Added mqttClientId parameter with a defualt value

* Implemented request changes

---------

Co-authored-by: Vaishnavi Nandakumar <[email protected]>, Semen <[email protected]>

v0.28.0

Toggle v0.28.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add help message about AnonymousSchema generated classes (#211)