Skip to content

Dap4 package purge#287

Open
ndp-opendap wants to merge 3 commits intomasterfrom
dap4-package-purge
Open

Dap4 package purge#287
ndp-opendap wants to merge 3 commits intomasterfrom
dap4-package-purge

Conversation

@ndp-opendap
Copy link
Contributor

Removes WCS related cruft and associated libs from the opendap.dap4 package

@ndp-opendap ndp-opendap linked an issue Mar 11, 2026 that may be closed by this pull request
@ndp-opendap
Copy link
Contributor Author

This branch will need a test deployment on SIT to verify that I did not go too far...

@sonarqubecloud
Copy link

Copy link
Member

@jgallagher59701 jgallagher59701 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See my notes about the commented out code

providedCompile group: 'javax.servlet', name: 'javax.servlet-api', version: '3.0.1'
providedCompile group: 'javax.servlet', name: 'javax.servlet-api', version: '3.1.0'
providedCompile group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.0'
// providedCompile group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.0'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest that you put a copy of build.gradle with a suffix like '.with_old_libs.3.11.26' and remove the commented stuff. Sonar gripes at me about commented out code and I used to balk, but it's turned out to be for the better.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was planning to just trust Git and remove it all after we got a successful test-deploy test in SIT

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Retire unused code from the opendap.dap4 package

2 participants