Anton Erofeev
Anton Erofeev
``` Reflections reflections = new Reflections(packageName); return new HashSet(reflections.getSubTypesOf(Object.class)); ``` this code returns an empty set, but i expect it to return a set of all classes version: 0.9.12
### Module Core ### Testcontainers version 1.19.3 ### Using the latest Testcontainers version? Yes ### Host OS Linux ### Host Arch x86 ### Docker version ```shell nerdctl version 1.0.0 ```...
## Environment **Liquibase Version**: 4.2.2 **Liquibase Integration & Version**: spring boot **Database Vendor & Version**: PostgreSQL: 42.2.16 ## Description Adding a non-nullable column to existing table fails. The "value" attribute...
**Is your feature request related to a problem? Please describe.** Can't set the `automountServiceAccountToken: false` for EventSource and Sensor deployments **Describe the solution you'd like** `automountServiceAccountToken: false` can be passed...
**Subsystem** http **Motivation** https://youtrack.jetbrains.com/issue/KTOR-6412 **Solution** Added Accept Encoding constants
## Impact - [ ] Bug fix (non-breaking change which fixes expected existing functionality) - [x] Enhancement/New feature (adds functionality without impacting existing logic) - [ ] Breaking change (fix...
**Subsystem** Core, http **Motivation** https://youtrack.jetbrains.com/issue/KTOR-7586 **Solution** improved parsing of supported media types
**Subsystem** Server, ktor-server-core **Motivation** https://youtrack.jetbrains.com/issue/KTOR-7278 **Solution** fixed `Content-Type` header evaluation
**Subsystem** Client, ktor.client.plugins.contentnegotiation **Motivation** https://youtrack.jetbrains.com/issue/KTOR-8450 **Solution** added content negotiation suffix support