manofthepeace

Results 12 issues of manofthepeace

## Type of change - [x] Bug fix - [ ] New feature development - [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc) - [ ] Build/deploy pipeline...

community-pr

Seems like the fix was merged into 2022.10.0: https://github.com/bitwarden/mobile/releases/tag/v2022.10.0. Which is few months old now, so I think it is safe to remvove the workarounds cc @BlackDex

Tested with springboot 3.0.0 When the new `ElasticsearchClient` is in the classpath, it triggers the `ElasticsearchClientAutoConfiguration` which then overrides the application objectmapper / the one configured via `Jackson2ObjectMapperBuilder`. Reproducer for...

type: bug

### Describe the bug Not exactly sure if its with dependent beans per se, but we saw this in our application using quartz job. The reproducer uses something a bit...

kind/bug
area/scheduler
area/fault-tolerance

Fixes https://github.com/quarkusio/quarkus/issues/38766 note: Documentation + javadoc not updated. cc @mkouba

area/scheduler

### Describe the bug when using something like this it works as expected; ```java public class App { private static final Logger LOGGER = Logger.getLogger("App"); @Inject @ManagedExecutorConfig(maxAsync = 5) ManagedExecutor...

kind/bug
area/arc
area/context-propagation

### Issue Description My podman updated to 5.0.0 from 4.9.3 via brew. With that update I can no longer create the podman machine. the problem seems to be the following;...

kind/bug
macos
machine

I actually haven't tested anything beside my own project with the new property. Building native would throw the following; `[WARNING] [io.quarkus.deployment.configuration] Configuration property 'quarkus.package.type' has been deprecated and replaced by:...

Draft until 3.17.0 actually exists. Fixes: https://github.com/quarkusio/quarkus/issues/42686 Looks like the dust settled on this and 3.17 will be OK When compared to 3.14, 3 new singleton instances are available; `Random*Utils.secure()`...

area/core
area/testing
area/dependencies
area/devtools

This does not seem needed anymore see: https://github.com/apache/maven-mvnd/pull/1056 I was able to build with `mvnd clean install -Dquickly` with mvnd 1.0.2. Would fail with mvnd 1.0.1

area/config
triage/flaky-test