Scott Murphy
Scott Murphy
@rainboyan I have my registrations in `application.properties` (since they are private). That is why I have `application.properties` in [.gitignore](https://github.com/codeconsole/grace-website/blob/secured/.gitignore)
if all you need is the user id, `getCurrentUserId()` would be the preferred way.
It would be nice if this was supported natively by the plugin instead of having to add something like this to `build.gradle` ```gradle def resolveDotGitDir(File repoRoot) { File dotGit =...
The app was java8. It started occurring continuously on 5/10/24 after running successfully for years. Same result after migrating to java21. Most likely a backend issue because I don't see...
It was a nasty issue and I didn't have time to wait for it to get fixed. I since removed my dependency on `ImagesServiceFactory` and now do all of the...
[Groovy Single Page](https://groovy-lang.org/documentation.html) and [Download](https://groovy.apache.org/download.html)
Spring Download https://github.com/spring-io/spring-doc-actions/issues/33
https://github.com/grails/grails-core/pull/13845
Down to [@EnableWebMvc ](https://github.com/grails/grails-core/pull/13863) ``` Overriding bean definition for bean 'localeResolver' with a different definition: replacing [Root bean: class=null; scope=; abstract=false; lazyInit=null; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; fallback=false; factoryBeanName=org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration; factoryMethodName=localeResolver; initMethodNames=null;...
Down to ``` Overriding bean definition for bean 'propertySourcesPlaceholderConfigurer' with a different definition: replacing [Root bean: class=org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration; scope=; abstract=false; lazyInit=null; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; fallback=false; factoryBeanName=null; factoryMethodName=propertySourcesPlaceholderConfigurer; initMethodNames=null; destroyMethodNames=[(inferred)]; defined...