Yevhen Tienkaiev

Results 99 comments of Yevhen Tienkaiev

@tobias74 thanks! When image `elasticsearch-head:6` will officially available in https://hub.docker.com/u/mobz/ ?

Hello any progress on this? Also need to support security from Java Config: ``` http .authorizeRequests() .antMatchers("/").permitAll() .antMatchers("/login").permitAll() .antMatchers("/logout").permitAll() .antMatchers("/v2/api-docs", "/configuration/ui", "/swagger-resources/**", "/configuration/security", "/swagger-ui.html", "/webjars/**").permitAll() .antMatchers("/version").hasAnyAuthority("ROLE_USER") ```

We are use maven and start use this tool, but several months have passed since this tool not work, because of very slow release to maven central. Please do something...

+1 what the status of this? I'm try to push to the private repository.

Ok, thanks for help. @marcingrzejszczak What the status of supporting passing of it through `settings.xml`, since it created for storing user related settings and it's the common way in maven...

Highly need this! What the status of this?

Looks strange to me, as I need to google why my containers get above 100% and do math calculations with cores. Maybe better to have there two things, one is...

Hey guys what status of this? I use `@FeignClient(value = "test-service", decode404 = true)` and it's handle 404 error, so I got `ResponseEntity` filled by code without exception. Is this...

Guys I think me and other people a little bit confused about that we use `ResponseEntity` and still get exceptions instead of "filled" `ResponseEntity` with error code 4xx, 5xx etc....

Thanks, waiting for the fix. Unfortunately your proposal not fits our workflow, since we not use script based updates. But I believe it will work for someone else.