AngryGami
AngryGami
**Describe the bug** Despite explicit setting different parameter value subsequent query executions return same result sometimes (if made quickly enough, or maybe two different parameter values have same hash?) **Basic...
Code example probably will be best description here. ```kotlin @Entity class KAEntry( @Unique val key: String, val value: String, @Id var id: Long = 0 ) class MyApp : Application()...
Please see https://issues.jenkins-ci.org/browse/JENKINS-38669 for explanation Upstream PR: https://github.com/jenkinsci/workflow-api-plugin/pull/111 Downstream PR: https://github.com/jenkinsci/workflow-job-plugin/pull/147
### Severity Minor ### Versions Asterisk 20.5.2 ### Components/Modules res_rtp_asterisk ### Operating Environment Alpine Linux 3.19, docker container ### Frequency of Occurrence Constant ### Issue Description I have two clients...
```kotlin @Serializable enum class TestEnum(val value: Int) { @SerialName(value = "1") V1(1), @SerialName(value = "2") V2(2); } fun main() { val json = Json.encodeToString(listOf(TestEnum.V1, TestEnum.V2)) println(json) } ``` Code above...
here is how 4.3.0 pom looks like in maven central: ```xml 4.0.0 org.dizitart nitrite-java 4.3.0 nitrite-bom pom Nitrite BOM Nitrite Bill of Materials UTF-8 org.dizitart nitrite ${project.version} org.dizitart nitrite-jackson-mapper ${project.version}...