Skip to content
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

Replace problematic external dependencies #21

Open
mlipper opened this issue Jun 30, 2016 · 0 comments
Open

Replace problematic external dependencies #21

mlipper opened this issue Jun 30, 2016 · 0 comments
Assignees
Milestone

Comments

@mlipper
Copy link
Member

mlipper commented Jun 30, 2016

The geoclient-service project and several other downstream legacy projects rely on libraries that are unmaintained and/or can be replaced with more stable API's. In particular:

  • com.intera.util:spring-jsonp-support: Latest versions of Spring web API's have built-in JSONP support options.
  • net.sf.dozer:dozer: Active development seems stalled, recent versions have serious bugs. Many stable candidates to replace Dozer for Value Object "copy-transform" functionality from external configuration. Apache BeanUtils likely easiest because it's already a project dependency.
  • org.jogamp.gluegen:gluegen: Great library but almost unnecessary given the virtually non-existent C soruce and relatively unchanging work area API.
  • See Simplify coordinate transformation dependencies #10
@mlipper mlipper added this to the 2.0.0 milestone Jun 30, 2016
@mlipper mlipper self-assigned this Jun 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant