James Hardwick

Results 89 comments of James Hardwick

Filed this here because it feels like the most likely place that we can do something about this. I guess ideally Ehcache would have published a 3.x+ version with different...

@puneetbehl it appears the plugin defines certain spring beans based on Spring Security Core classes which in turn have a hard dependency on the old `net.sf.ehcache` package e.g. [EhCacheBasedUserCache.java](https://github.com/spring-projects/spring-security/blob/master/core/src/main/java/org/springframework/security/core/userdetails/cache/EhCacheBasedUserCache.java). So...

@reecega my fix was I stopped using Grails, unfortunately.

@bmulholland easiest thing is to probably go to https://support.github.com and open a new issue there. I've had pretty good success with getting the attention of their engineers through that channel....

You'll probably have the most luck going to https://support.github.com, clicking "My Tickets", and then filing a new ticket there. That should actually be received by an engineer. As opposed to...

Just realized I left basically the same comment ~5 months ago 🤦🏻‍♂️

@tuanlt2 take a look at the [GraphQLExecutionInputCustomizer](https://github.com/micronaut-projects/micronaut-graphql/blob/master/graphql/src/main/java/io/micronaut/configuration/graphql/GraphQLExecutionInputCustomizer.java) interface.

Pinging this issue to remind someone that it's still an issue. SDKMAN is a very popular tool among Java developers for installing modern JDK's.

@NghiaTranUIT SDKMAN 5.16.0. It's worth mentioning that SDKMAN automatically keeps itself up to date, so most people that use it will be on either the newest version or maybe one...

@NghiaTranUIT if I do `brew uninstall proximal` will that sufficiently remove any previously installed certificates so that I can retry the install w/ your beta build?