Andrey Turbanov

Results 18 issues of Andrey Turbanov

use main list of remote repositories when build dependency set. Fix for https://issues.apache.org/jira/browse/MASSEMBLY-874 Logic of fix is somewhat similar to https://github.com/apache/maven-assembly-plugin/commit/d9a06f5559fadc6275db4b4d3dc49b0d81f77385 : set actual remote repositories inside `ProjectBuildingRequest` See comment...

Hashtable was used only from single thread. And only non-null key/values added to it. We can safely replace it with HashSet. --------- ### Progress - [ ] Change must be...

rfr
client

Hello. Is it possible to add method(s) to retrieve usual DOM Attr objects? Thanks.

Current message about failing setLoginTimeout can be confusing. For example when using Spring [AbstractDataSource](https://github.com/spring-projects/spring-framework/blob/master/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/AbstractDataSource.java) - message in logs will looks like this: ``` Failed to set login timeout for data...

## Impact - [ ] Bug fix (non-breaking change which fixes expected existing functionality) - [x] Enhancement/New feature (adds functionality without impacting existing logic) - [ ] Breaking change (fix...

TypeEnhancement
performance

I would like to propose removing commons-io dependency from main module. Modern Java version offer similar methods to deal with files.

Update README.txt in 3.9 branch to mention that Java 8 is required. Following this checklist to help us incorporate your contribution quickly and easily: - [x] Make sure there is...

**Describe the bug** I noticed that search in repositories is unreliable sometimes and could fail with `URISyntaxException`. Example: ``` Exception in thread "main" org.kohsuke.github.HttpException: Server returned HTTP response code: -1,...

bug