This repository has been archived by the owner on Sep 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 179
Don't include servlet-api JARs in WARs that we build #964
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
cwardgar
commented
Dec 3, 2017
- The culprit here was Gretty. I've updated to "com.cwardgar.gretty-fork:gretty:2.0.1", which fixes the bug.
- In :tds:war, fail the build if we find that a "servlet-api" JAR is slated for inclusion in the WAR.
- Use the "compileOnly" configuration that was introduced in Gradle 2.12, instead of "provided" or "providedCompile". As a result, we no longer need the "gradle-extra-configurations-plugin" plugin.
- Maven proxy repositories are proving to be a pain. Simply use the associated source repos instead. If those repos go away, we can host the needed artifacts in "unidata-3rdparty".
* The culprit here was Gretty. I've updated to "com.cwardgar.gretty-fork:gretty:2.0.1", which fixes the bug. * In :tds:war, fail the build if we find that a "servlet-api" JAR is slated for inclusion in the WAR. * Use the "compileOnly" configuration that was introduced in Gradle 2.12, instead of "provided" or "providedCompile". As a result, we no longer need the "gradle-extra-configurations-plugin" plugin. * Maven proxy repositories are proving to be a pain. Simply use the associated source repos instead. If those repos go away, we can host the needed artifacts in "unidata-3rdparty".
* Previously, we were relying on the one that Gretty 1.X erroneously added to "compile".
lesserwhirls
approved these changes
Dec 4, 2017
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
So is there anything left to get in before the release? |
Nope, I don't think so. I will put a new build on thredds.ucar.edu to see how it looks there, and if everything looks ok, then I think we are good. |
Ok, I'll do the release today then. |
Is it still version 4 release?
Yuan
…On Mon, Dec 4, 2017 at 11:29 AM, Christian W ***@***.***> wrote:
Ok, I'll do the release today then.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#964 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABI4r3xgND7Uw1hgP3hn1t8uCEbu9Jrmks5s9DoHgaJpZM4Qzmef>
.
|
Yes, it'll be v4.6.11 |
I need to check in one small change for dorade radar, I will create a pull
request in a few minutes.
Yuan
…On Mon, Dec 4, 2017 at 11:34 AM, Christian W ***@***.***> wrote:
Yes, it'll be v4.6.11
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#964 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABI4rxVpGpmSrUf8CznAbZ_hb1ItN2jXks5s9DsdgaJpZM4Qzmef>
.
|
Christian,
Can you make the change for me? only one line in the DoradeSweep.java, line
557, change from
if (findName(file, "SSWB") )
to
if (findName(file, "SSWB") || findName(file, "COMM"))
I have too many other modifications in my local repo.
Yuan
…On Mon, Dec 4, 2017 at 11:38 AM, Yuan Ho ***@***.***> wrote:
I need to check in one small change for dorade radar, I will create a pull
request in a few minutes.
Yuan
On Mon, Dec 4, 2017 at 11:34 AM, Christian W ***@***.***>
wrote:
> Yes, it'll be v4.6.11
>
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub
> <#964 (comment)>, or mute
> the thread
> <https://github.com/notifications/unsubscribe-auth/ABI4rxVpGpmSrUf8CznAbZ_hb1ItN2jXks5s9DsdgaJpZM4Qzmef>
> .
>
|
Done: #965 |
Thanks.
Yuan
…On Mon, Dec 4, 2017 at 1:16 PM, Christian W ***@***.***> wrote:
Done: #965 <#965>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#964 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABI4r4-sAUixZ5Qai2rvMmzaIXxaEPyxks5s9FMogaJpZM4Qzmef>
.
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.