Carsten Otto

Results 145 issues of Carsten Otto

I fail to understand how the default context is set in the starred view. I expect the topmost context (as defined in the context view) to be used, as it...

Enhancement ⚡️

In the project view, when editing an action so that it does not belong to the shown project anymore, the corresponding context list is still shown even if the action...

User interface
bug 🐛

When removing the star from a starred action in the "Starred" view by clicking the star, the action is still shown. I expect it to be hidden (possibly also hiding...

User interface
bug 🐛

When renaming a project, the actions belonging to that project are still shown with the old name (assuming verbose action descriptors are used). Reloading the page does not help, I...

bug 🐛

In the project view, when editing an action so that a new dependency is created, the text "Currently there are no deferred or pending actions" is still shown together with...

User interface
bug 🐛

As far as I understand the code for JPAI_NON_PROXIED_TRANSACTION_CALL, one may only invoke `this.foo()` (with `foo` annotated as `@Transactional`) if the method containing that invocation is also annotated with `@Transactional`....

reasonable

The page regarding [feature groups](http://www.togglz.org/documentation/feature-groups.html) mentions how to define feature groups, but does not explain how these are configured outside of the admin console. As I configure using Archaius, I...

documentation
help-wanted

OpenFeign 10.10.1 does not seem to include a valid JPMS module descriptor: ``` $ jar --file=~/.gradle/caches/modules-2/files-2.1/io.github.openfeign/feign-core/10.10.1/d09c5d478b1cd83e95035539687b9ff4905dc99c/feign-core-10.10.1.jar --describe-module No module descriptor found. Derived automatic module. [email protected] automatic requires java.base mandated contains...

feign-12

Running with Gradle 7.4 rc1, Spotbug splugin 5.0.5, and `--configuration-cache`. Related to #662. Code available here: https://github.com/C-Otto/playground/commit/be3dc4f9fab32e1407b1917c824d88306234f54d ``` - Task `:application:spotbugsMain` of type `com.github.spotbugs.snom.SpotBugsTask`: invocation of 'Task.project' at execution time...

See https://github.com/OpenFeign/feign/issues/1357 ``` $ jar --file=~/.gradle/caches/modules-2/files-2.1/org.springframework.cloud/spring-cloud-openfeign-core/3.0.0/28815173d55223dd2a1fbbe9650be3c04b71b18b/spring-cloud-openfeign-core-3.0.0.jar --describe-module No module descriptor found. Derived automatic module. [email protected] automatic requires java.base mandated contains org.springframework.cloud.openfeign contains org.springframework.cloud.openfeign.annotation contains org.springframework.cloud.openfeign.clientconfig contains org.springframework.cloud.openfeign.encoding contains org.springframework.cloud.openfeign.hateoas contains...

enhancement