Mahatma_Fatal_Error
Mahatma_Fatal_Error
I just wondered about the two things: 1. No context map. IMHO this would be helpful to get an overview of the logical relationship between the bounded contexts https://github.com/ddd-crew/context-mapping 2....
## Describe the bug Eclipse editor shows errors for flow control statements https://helm.sh/docs/chart_template_guide/control_structures/ Additionally, it seems that those errors lead to an endless loop of 'Build' operations every second. ##...
In general, field injection comes with some downsides http://olivergierke.de/2013/11/why-field-injection-is-evil/ Unfortunately, refactoring of old, grown code bases towards constructor injection is tedious. So I was looking for a refactoring automation (and...
Follow up of https://github.com/spring-projects/sts4/issues/475 Considering this situation: ``` @CacheEvict(key = "#customer.customerId") public void insert(Customer customer) { //some logic } ``` Then assume to refactor rename the field `customerId` of the...
Follow up of https://github.com/spring-projects/sts4/issues/475 Considering this situation: ``` @CacheEvict(key = "#customer.customerId") public void insert(Customer customer) { //some logic } ``` Then assume to refactor rename the field `customerId` of the...
It would be really great to have functionality like the following: 1. In STS4 activate profiling on methods you would like to profile, e.g. via context menu or any other...
Beforehand: This is not a concrete feature request but a request to start a discussion. SQL queries are an essential part of many spring boot applications. However, the IDE experience...
Non-existing tags are ignored as long as an existing tag is provided (consumerVersionSelectors bug?)
Considering the following ProviderTest: ```java @Provider("...") @PactBroker(consumerVersionSelectors = { @VersionSelector(tag = "existing"), @VersionSelector(tag = "bar")}, url = "${host}") public class MyProviderTest {...} ``` The `existing` tag exists on the pact...
https://www.grammarly.com/ offers great support for professional writing, especially for not-native speaker. So it would be great if there would be a way to incorporate Grammarly suggestions and into the writing...