Tyler Van Gorder
Tyler Van Gorder
Just to clarify, we are no longer using the legacy RestClient, we are moving to the new and improved retry logic in Camden.SR6. I just wanted to highlight that with...
Makes sense to me, appreciate the quick response.
@DaveBender If you are using Zuul or the Feign client you can use the ribbon.ConnectionTimeout ribbon.ReadTimeout If you are using a RestTemplate with the `@LoadBalanced` annotations, you need to set...
@geowalrus4gh We are doing what Ryan suggested, we create different RestTemplates for our various third-party clients that have different timeout requirements. One thing we do to control this process is...
Yeah, It definitely makes sense to use the parent application's port. I guess what was surprising is that you can already define the eureka instance information via the eureka.instance.\* fields....
OK, I think I tracked down the change to the health and status pages: in M3, the server port was used to construct the URI: ``` @Value("${server.port:${SERVER_PORT:${PORT:8080}}}") private int serverPort...
Hi @nmck257 , It appears that maven will fall back to anonymous access even when you define a user/password with no property place-holders. So this might be a fix where,...
``` moderne-remote-cache central https://artifactory.moderne.ninja/artifactory/moderne-remote-cache moderne-remote-cache MYNAME MYPASS ``` Maven still uses anonymous access
@Jonpez2 Yes, the plan is first to get the parser working without being constrained by jigsaw and then to implement the additional language features.
Yep, we are halfway there, we can load the parser in jigsaw without security exceptions, the next step is adding 17 language features. Hoping to work on that soon, it...