Arthur S
Arthur S
Fixes #2634 Added dedicated configuration, which alters pre-release version checks for specified dependencies. Similar features has been mentioned there https://github.com/scala-steward-org/scala-steward/issues/1023#issuecomment-551942307
It could be that one wants to update the specific artifact to a pre-released version ignoring same series limitation of the current implementation. Proposed solution is to have it configured...
Logback dropped support for grooovy configuration since 1.2.9. Details info could be found in news for Dec 16, 2021 http://logback.qos.ch/news.html There are a lot of mentions of this way for...
Fixes #1399 SettingKeys are added under Docker specific trait. I also added basic documentation about them being available.
Would be nice to have an option to use different user and group applied during `COPY` step. Same effect could be achieved if explicit chown command added, but it will...
If `buildInfoOptions += BuildInfoOption.BuildTime` is present in sbt build and VSCode/metals + sbt BSP build server are used, sometimes incremental compiler goes into infinite recompilation. This is somehow expected, because...
Groovy 3 language runtime can't handle this properly on JDK17 (potentially JDK17+). The recommended workaround is to use `@CompileStatic` https://issues.apache.org/jira/browse/GROOVY-10405?focusedCommentId=17487003&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-17487003 Alternatively one could just manually write all the code, which...
It is deprecated and is incompatible with latest tomcat production releases (is not published for 8.5 and 9.0+ branches). Related to the same issue in grails core https://github.com/grails/grails-core/issues/11631
Grails 4.1.0.M2 Gorm 7.1.0.M3 Groovy 3.0.6 Java Adoptopenjdk 15 ``` Caused by: java.lang.NullPointerException: Cannot invoke "org.grails.orm.hibernate.cfg.Mapping.getBatchSize()" because "m" is null at org.grails.orm.hibernate.cfg.GrailsDomainBinder.bindSubClass(GrailsDomainBinder.java:1508) at org.grails.orm.hibernate.cfg.GrailsDomainBinder.bindSubClasses(GrailsDomainBinder.java:1467) at org.grails.orm.hibernate.cfg.GrailsDomainBinder.bindRoot(GrailsDomainBinder.java:1410) at org.grails.orm.hibernate.cfg.GrailsDomainBinder.contribute(GrailsDomainBinder.java:161) at org.hibernate.boot.model.process.spi.MetadataBuildingProcess.complete(MetadataBuildingProcess.java:283)...
### Is your enhancement related to a problem? Please describe When you build podman binary from sources you need to install it to the system paths, because for example on...