-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rebrand project references of PGSSoft? (to Xebia?) #3
Comments
As a side note, this is a fantastic library. I'm new to the If there's no plan to maintain this, please let me know. I'd be interested in forking it |
cc @rskupnik and @PawelAdamski |
Hi @booniepepper , thank you for the kind words! I remember working on this project those 4 years ago while under PGS Soft along with @PawelAdamski , it was a fun challenge at the time. We were only able to work on this for a month or so before being assigned to different projects and then ultimately left the company - so this thing is pretty much abandoned. I don't have the time currently to maintain it myself, but if you happen to fork it then I'll happily follow the progress and maybe help out if I can |
Thanks @rskupnik! I'm going to fork the project to here: https://github.com/so-dang-cool/HttpClientMock |
I'll hold off publishing for 2 weeks in case anyone has an objection, but hasn't seen this issue yet. |
NVM the other one is for the Apache HTTP client, not for the native Java 11 client |
According to PGSSoft#3 this project is abandoned. For some reason it is much easier to search and find this version, and not the maintained version at https://github.com/PawelAdamski/HttpClientMock
Thanks @booniepepper for nice words about the project. |
Thanks for the update |
I can see that the company has been re-branded as "Xebia" (see: https://www.pgs-soft.com and https://xebia.com)
I recommend rebranding this library before it takes off. Maybe something like:
com.xebia
in thepom.xml
http-client-mock
to follow common conventions of Maven artifact namingcom.pgs-soft:HttpClientMock
that forwards to the new artifactI really think this library was ahead of its time, and I also think it might get popular soon.
Many companies and libraries were not ready to adopt Java 11 or higher when this was first launched, and so they needed to use Java 8 compatible code for http (apache, okhttp, vertx, etc). I think this is going to change soon as more companies and libraries are starting to drop support for Java 8 in their newest releases and services, and are discovering or using the builtin HttpClient
The text was updated successfully, but these errors were encountered: