Oleksandr Krutko

Results 15 issues of Oleksandr Krutko

## Description This PR brings support of Quickstart for Micronaut 4 Fixes #2754 ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [...

Replace loop for with Stream API ## Description Use primitive int instead of Integer in for loop, replace loop of Map by Collection stream. Fixes #2757 ## Type of change...

## Description Replace mock object by lombok builders in BuildConfigurationTest class Fixes #2756 ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [...

## Description Fixes #2832 This PR brings the bug fix of wrong resources directory path. `URLClassLoader` instance was unable to find out neither `application.yml` nor `application.properties` resources files due to...

## Description This PR is fixing #2844 This PR substitutes log retrieval from pods/log by build/logs. It removes necessity of additional rules for build service account. ## Type of change...

This PR introduce certificate pool structure which is mainly used to hold Certificates. I want to decouple PEM operations from Certificates pool ones. Deduplication option for certificate pool was also...

dco-signoff: yes
size/L
ok-to-test

This draft PR is trying to fix #433 As was advised be @erikgb I added additional field named `passwordHash`. However, as user shouldn't care of calculating password hash, I added...

dco-signoff: yes
size/L
ok-to-test

This PR is intended to implement feature requested in issue #24664 I decided to implement filtering of commands to all kind of containers: for external and for managed by `podman`,...

machine
release-note-none
kind/api-change

This PR introduces single thread for bulk operations. PR is related to issue #5524

This is the **draft** PR related to #13127 which introduced SHA-256 algorithm for Digest access authentication. In case this implementation is OK I will add related extension of `Credential` class...

Enhancement