Eric Rizzo
Eric Rizzo
I'm also searching for logs or more details when connecting, in my case to an ActiveMQ broker I know is running on my corporate VPN. Apps running locally can connect...
@BoykoAlex Like I said, I know what the documents and Java Beans _say_, but Spring's own _behavior_ does not agree. I have several `@ConfigurationProperties` classes with properties that have no...
> Side note: you mentioned that you are on Spring Boot 2.5.x, which is way out of its open-source support range, so changes to boot will not make it into...
> The warning under the property in the metadata json has a quickfix which adds this property to the custom metadata JSON file. I think the quickfix just adds the...
> * make sure users can use custom self-written metadata descriptions to override or enhance the generated metadata, so that users can educate the tooling to accept specific properties. Some...
> (side note: one complication here might be the m2e issue that causes some resources not being copied into the target folder every time, just to keep that in mind...
> > Yes, I know. Updating Spring (and other critical dependencies) is on our roadmap but that kind of tech debt is sometimes hard to get approved. > > @eric-creekside...
> So we have two different action items here: > > * raise the issue and discuss directly with the Spring Boot team (I guess you will go ahead with...
> Hi Folks! Would love to get some feedback on the designs for this. > > * What's useful? > * What's missing? > * Anything confusing? > * Anything...
@vat78 did you ever find a resolution to this? A workaround seems to be to use `labels` [which is an alias for `labelFilter`](https://docs.liquibase.com/concepts/changelogs/attributes/labels.html#:~:text=Note%3A%20Prior%20to%20version%204.16.0%2C%20the%20CLI%20argument%20was%20%2D%2Dlabels%20rather%20than%20%2D%2DlabelFilter.%20In%204.16.0%20and%20beyond%2C%20%2D%2Dlabels%20is%20a%20supported%20alias%20for%20%2D%2DlabelFilter.) in recent versions of Liquibase.