-
Notifications
You must be signed in to change notification settings - Fork 19
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
HTML Nexus response handling fixed #10
Conversation
* java classes target 1.6 specified explicitly, * hamcrest library removed from artifact assembly, * sources and javadoc jars removed from artifact assembly, * Jsoup library (lightweight HTML parser) added, * transitivity removed from common-logging library (no more avalon in artifact!)
* HTML content is treated in the same way, as XML content, * HtmlResponseHandler removed; HtmlResponseParser added instead. It creates the same Content objects structure as XML unmarshalling, * No qualifier handling in MavenVersion fixed (no ".null" appended), * some tests for HTML parser and MavenVersion added, * version increased to 0.3.1
Hi @aresok. Thanks for this! I have the "authority" to accept this pull request, but since I haven't written this or directly worked with it, I wouldn't be able to add much in the way of feedback. However, I was wondering whether you'd be interested in owning this repository. The original owner of this plugin seems to have abandoned it, but since you have submitted what looks like a very well thought-out pull request, I was wondering whether you'd like to own it. I am willing to do the legwork of finding the right people to convince about this, transfer the repo from here and change the ownership details mentioned here. You'd also (obviously) get direct access to the repo. Let me know if you're interested. Well, let me know even if you aren't. :) Thanks, PS: Even if you agree, I'll still have to ask around whether it's ok. I suspect it'll be alright. But, I thought I'd ask you first. |
HI @arvindsw. I didn't expect such proposal! Thank you for that. And yes, I agree, I can take the ownership. Just let me know when I will be able to start! :) regards, |
Oops, forgot to respond to you, @aresok. Cool! I saw your response, and started conversations about this. Looks like people are on board with this. I'm working on the rest of the activities around this. Expect this to happen in a few days. |
@aresok Nice job on this patch... I built and deployed locally and it is now picking up the latest artifact. Before the plugin simply was not working at all, so this is a huge fix. I'm doing a POC using Go 14.3, so it works in that version. |
@aresok -- Hey when I look at the console output of my tasks in my jobs, which includes a dump of all of the environment variables being set, I don't see the GO_PACKAGE___LOCATION environment variable being set? It's in the documentation, and from a deployment-script standpoint, that's one of the key values you'll be typically feeding a deploy script. Is that being missed somehow in this patch? |
Hi @jefftrimm,
|
Hi, |
Change ownership of abandoned go-maven-poller to Arkadiusz Sokołowski. See: ThoughtWorksInc/go-maven-poller#10 (comment)
Change ownership of abandoned go-maven-poller to Arkadiusz Sokołowski. See: #10 (comment)
Hi @aresok. I'm closing this PR. I've removed all the files in this repo, and I've put in a redirection message to your repo. I've submitted a PR for the plugins page on go.cd, which changes the owner to you. That should get accepted soon. You might want to look at the issues on this go-maven-poller project, and open corresponding issues, if they make sense. You can link them back to the issues on this repo. It is not going to get deleted (at least by me). Let me know if I've missed anything. Cheers, |
The PR has been accepted by @mdaliejaz. You're the owner now! Congratulations! Feel free to ask for help, any time. |
The new github site doesn't seem to have any ability to submit issues? https://github.com/aresok/go-maven-poller https://github.com/aresok/go-maven-poller Also, it doesn't look like the latest release includes all of the latest fixes? https://github.com/aresok/go-maven-poller/releases https://github.com/aresok/go-maven-poller/releases -Jeff
|
Hi, On Wed, Jan 14, 2015 at 2:42 AM, Aravind SV notifications@github.com
|
Hi, Is there something else required to make the release 'complete'? regards,Arek Sokołowski On Wed, Jan 14, 2015 at 8:42 AM, Arek Sokołowski areksokolowski@gmail.com
|
Hey @aresok, I think that's all there is to it. I'm thinking of turning off issues in the original repo, but I don't know who has access to that. I'll leave it for now, and if people start opening issues there, then I'll find out the owner and ask them to turn off issues. If you need to migrate (create duplicate) issues in your repo, please do that. If the issues at https://github.com/ThoughtWorksInc/go-maven-poller/issues are no longer relevant, I can close them and point them to your repo. Would you like me to do that? Congratulations on the first release! Cheers, |
See #7 - this request provides fix for the issue.
Additionally, it reduces the size of created artifact (Jar) from ~9 to ~2MB.