Wallace Wadge

Results 6 issues of Wallace Wadge

This fixes a few minor things to make configuration cache work by moving things away from the task execution

Updated https://github.com/GoogleContainerTools/jib/pull/4069 to not touch junit.

Bump to more recent versions of gradle and junit + fix some (all?) gradle config cache issues. Fix https://github.com/GoogleContainerTools/jib/issues/4062, https://github.com/GoogleContainerTools/jib/issues/3132 https://github.com/GoogleContainerTools/jib/issues/4052, https://github.com/GoogleContainerTools/jib/issues/3877 and probably a few more PR: https://github.com/GoogleContainerTools/jib/pull/4069

priority: p2
type: feature request

Hello, We recently had a production incident caused by this as a repository method: ``` @Transactional void deleteAllByCreatedDateBefore(OffsetDateTime startTimeStart); ``` Digging in the source code, this leads to: https://github.com/spring-projects/spring-data-jpa/blob/7cdf53f184dd030524c998684f3bcdb9aeb89ef2/spring-data-jpa/src/main/java/org/springframework/data/jpa/repository/query/JpaQueryExecution.java#L295 in...

status: waiting-for-triage
for: team-attention

Hi, Is it possible to have an expression like employee.company_id == company.id ? i.e. having a path on both sides of the expression?

feature

(Opening up new issue discussed last time here). Regarding hierarchical state machines, have a look at how android does it here: https://github.com/android/platform_frameworks_base/blob/master/core/java/com/android/internal/util/StateMachine.java The code ain't very pretty but the comments...