Sebastian Davids
Sebastian Davids
Maybe update the changelog as well?
https://github.com/apache/logging-log4j2/releases/tag/rel%2F2.24.0 > Starting in version 2.24.0, JMX support is disabled by default [...]
What about the documentation change? https://github.com/spring-projects/spring-boot/issues/40273#issuecomment-2061212964 It would underscore your statement: > We want to keep `spring.jmx.enabled` specifically for Spring code.
Use case: Annotating a table cell ``` [%header,cols="1,1,1"] |=== |A |B |C |0 |0 |0 |0 |1 |0 |0 |0 |0 |=== cat walked onto keyboard ```
The new directory structure should take this into account as well: #586
Maybe add here as well? https://shields.io/badges
```kotlin tasks.withType().configureEach { isPreserveFileTimestamps = false isReproducibleFileOrder = true filePermissions { unix(0644) } dirPermissions { unix(0755) } } ```
https://github.com/gradle/gradle/blob/035834c2fa7b88422635cde176fe9c7a6f6b8bc7/platforms/core-configuration/file-collections/src/main/java/org/gradle/api/internal/file/DefaultConfigurableFilePermissions.java#L96-L100 https://github.com/gradle/gradle/blob/035834c2fa7b88422635cde176fe9c7a6f6b8bc7/platforms/core-configuration/file-collections/src/main/java/org/gradle/api/internal/file/AbstractFilePermissions.java#L32-L35 https://github.com/gradle/gradle/blob/035834c2fa7b88422635cde176fe9c7a6f6b8bc7/platforms/core-configuration/file-collections/src/main/java/org/gradle/api/internal/file/DefaultConfigurableUserClassFilePermissions.java#L38-L42 https://github.com/gradle/gradle/blob/035834c2fa7b88422635cde176fe9c7a6f6b8bc7/platforms/core-configuration/file-collections/src/main/java/org/gradle/api/internal/file/AbstractUserClassFilePermissions.java#L33-L35 ```shell jshell --feedback=silent -
Could this be fixed for the 9.0.0 stable release please.