Yoann Rodière

Results 71 issues of Yoann Rodière

Fixes #40305

:Core/Infra/Logging
>upgrade
Team:Core/Infra
external-contributor
dependencies
v8.5.0

https://hibernate.atlassian.net/browse/HHH-14798 No fix at the moment... See also https://hibernate.zulipchat.com/#narrow/stream/132094-hibernate-orm-dev/topic/HHH-14798/near/251876108

## Context While the Java language forbids two methods to have the same signature with a different return type, the JVM allows this. Thus, the bytecode of a given class...

enhancement

Apparently it's not currently implemented: https://github.com/hibernate/hibernate-reactive/blob/380a4e3888e8340042e552e4ad8ec1db232f21a1/hibernate-reactive-core/src/main/java/org/hibernate/reactive/loader/collection/impl/ReactivePaddedBatchingCollectionInitializerBuilder.java#L35 If I set the batch fetch style to `PADDED`, the batch fetch size to `16`, and I have a collection table somewhere, startup fails...

bug

https://issues.redhat.com/browse/WFLY-16874

deps-ok

https://issues.redhat.com/browse/WFLY-16862 I don't think this warrants a dedicated integration test since we're fixing a very exotic use case here. I also noticed a module had a name that was not...

deps-ok

[WFLY-16861](https://issues.redhat.com/browse/WFLY-16861): Add public module to wildfly-preview for hibernate-search-orm-coordination-outbox-polling As discussed with @bstansberry on Zulip (this is the experimental Hibernate Search module I was talking about). Creating this PR as draft...

deps-ok

### Elasticsearch Version 8.4.2 ### Installed Plugins _No response_ ### Java Version _bundled_ ### OS Version `Linux yrodiere.redhat 5.19.8-200.fc36.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 8 19:02:21 UTC 2022 x86_64 x86_64...

>bug
needs:triage

# Description Fixes #1082. Relevant documentation: https://docs.github.com/en/rest/apps/installations#list-repositories-accessible-to-the-app-installation As you can see, this endpoint can only be reached with an installation token; but `GHAppInstallation` can only be obtained through `GHApp` with...

# Description `getSlug()` exposes the `slug` property of the GitHub app, e.g. `ghapi-test-app-1`. See "Response schema" in https://docs.github.com/en/rest/apps/apps#get-the-authenticated-app. # Before submitting a PR: - [X] Changes must not break binary...