Sam Kruglov

Results 19 issues of Sam Kruglov

couldn't watch you add those annotations everywhere :D

https://hibernate.atlassian.net/browse/HHH-13691 In order to create a manipulation query I have to pass the entity class twice because the first time it's not used: ```java CriteriaDelete criteriaDelete = entityManager.getCriteriaBuilder().createCriteriaDelete(User.class); criteriaDelete.from(User.class); ```...

**Affects:** 5.3.1 Relates to #23107 Basically, I have the exact same feeling as the author did but he never clarified his point. You can validate a DTO using `@Valid` annotation...

status: waiting-for-triage
in: web

**Updated Description** Given an Axon Framework application using the `axon-spring-boot-starter` for auto wiring purposes, currently a `NullPointerException` is thrown if you try to wire an Aggregate `Repository`. This occurs because...

Type: Bug
Priority 2: Should

I propose that out-of-the-box, all messages are logged like this: - Command payloads at DEBUG - User-friendly events at INFO - Event payloads at DEBUG - Query payloads at TRACE...

Priority 4: Would
Type: Enhancement

Currently, it only works if I specify return type without generics like `Map`. If I set it like `Map` there will be no query handler recognized (considering I specify `ResponseTypes.instanceOf(Map.class)`)....

Priority 4: Would
Type: Feature
Status: Under Discussion

I am trying to set up the Consumer Driven Contracts workflow while storing stubs in Git. I think it works best if branch name in the pull request of the...

enhancement
good first issue
status: reserved-for-conference-event

I want to run my stubs that are stored in Git without having to provide git username and password. The stub runner must be able to just use my local...

documentation
first-timers-only
good first issue
status: reserved-for-conference-event

Got an error here https://github.com/graphql-java-kickstart/graphql-java-tools/blob/f0d03ea51d425967f9b8254cad4647e053f5ac17/src/main/kotlin/com/coxautodev/graphql/tools/GenericType.kt#L125 I have a type `Account extends AuditableEntity` where `AuditableEntity extends IdentifiableAdapter` where `IdentifiableAdapter implements Identifiable`. In this method `determineTypeArguments` returns a map or one entry:...

bug

https://github.com/spring-projects/spring-batch/blob/e8e3f5da085c6fedad54094b5d410b06f57f1594/spring-batch-core/src/main/java/org/springframework/batch/core/step/AbstractStep.java#L237 I have my step defined as `@JobScope`, so it's wrapped in a proxy. During debugging at this line, `this.getName()` returns the name but `this.name` returns `null`. So, this log...

status: waiting-for-reporter
type: bug