Jens Teglhus Møller
Jens Teglhus Møller
Hi I had the need for a set with order retained, so I created beans that used the specific LinkedHashSet implementation instead of the Set interface. This resulted in a...
Hi I tend to use chained setters quite a lot and was wondering if it would be difficult to allow them, either by default or through configuration. I wouldn't mind...
@Builder on constructor with @Singular on parameters gives "Cannot resolve method ..." error/warning
### Short description When using `@Builder` on a constructor that takes a collection annotated with `@Singular`, intellij gives "red" warning on the builder methods (both singular and collection methods). Project...
Replaced it with corresponding jira issue.
**Describe the bug** We have a service to sends messages to the eventhub using the `com.azure:azure-messaging-eventhubs:5.18.6` artifact, with very low volume (less than 200 msg/day). Recently (since Aug. 17) we...