Francisco Bento
Francisco Bento
On our CI pipelines, on a single build we launch mvn multiple times across jenkins stages, eg: lint, test, integration test, javadocs and so on, so I believe that we...
Sounds perfect. That was exactly what I was hoping for 👍🏻
> We don't have intentions to pick this up, it is not currently on our roadmap. This is what we think needs to be done [#11027 (comment)](https://github.com/backstage/backstage/issues/11027#issuecomment-1752843513) > > If...
> With this information the API definition view of the plugin can now easily show a `version`-menu to select another version than the last (active). To complete the feature, the...
This would help to mitigate the issue when actuator endpoints are deployed on a [separate management context](https://github.com/spring-projects/spring-boot/blob/main/spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/endpoints.adoc?plain=1#L897C1-L899C123): > If your Actuator endpoints are deployed on a separate management context, the...
Hi @awanlin , makes sense. I'll be looking internally for an opportunity to implement this and contribute back. Thank you.
Just a note about developer experience on this: it was tricky to track the actual problem because the [TestContextAotGenerator log is debug level](https://github.com/spring-projects/spring-framework/blob/24dd484471f631150ea5c75114acf66b9aa6f2aa/spring-test/src/main/java/org/springframework/test/context/aot/TestContextAotGenerator.java#L259) and the `spring-boot:process-test-aot` process does not fail....
> We would just need to pass all spring properties with `otel.` prefix to SDK autoconfigure by setting them as system properties. WDYT? We are using this strategy so we...
hi @dfl-aeb , sorry for the late reply. We have decided to put this on hold as we started using another in-house backend for storing the docs, so we'll probably...
Hi, this is just a heads-up that we have provided an alternative to this here https://github.com/spring-projects/spring-boot/pull/41932