taskadapter / redmine-java-api

Redmine Java API
Apache License 2.0
270 stars 163 forks source link

Added support for nonProxy host (using standard java.net.ProxySelector) #284

Closed manuelsanchezortiz closed 6 years ago

manuelsanchezortiz commented 7 years ago

This runs fine for me, please review if this implementation is good.

I look forward to see support for this feature in the next release to point my build script to a maven repo.

Thxs.

alexeyOnGitHub commented 5 years ago

I have not used this version myself, so I missed the fact that this is a breaking change. old consumers can no longer call

com.taskadapter.redmineapi.RedmineManagerFactory.getNewHttpClient(connectionManager)

because this method no longer exists.