You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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-inJSONP
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.The text was updated successfully, but these errors were encountered: