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

Remove OSGI dependencies in several packages #1297

Merged
merged 5 commits into from
Apr 29, 2022

Conversation

SPalominos
Copy link
Contributor

@SPalominos SPalominos commented Apr 29, 2022

Move all OSGI dependencies to h2gis-functions-osgi and to postgis-jts-osgi
Move classes used for datasource creation (H2GISOsgiDBFactory and DataSourceFactoryImpl) to *-osgi package and keep test purpose class (H2GISDBFactory) in h2gis-functions and (PostGISDBFactory) in postgis-jts
Updates test to use the OSGI-less factory class.

and move classes used for datasource creation (H2GISOsgiDBFactory and DataSourceFactoryImpl) to *-osgi packages and keep test purpose class (HGISSimpleDBFactory) in h2gis-functions.
@ebocher ebocher merged commit 87e7187 into orbisgis:master Apr 29, 2022
@ebocher ebocher mentioned this pull request Apr 29, 2022
@@ -12,6 +12,8 @@
+ Fix estimated extend on schema (#1286)
+ `TableLocation.parse` now restore a `TableLocation.toString()` to the initial state
+ Make test run again without PostGIS instance
+ ST_DistanceSphere throws an exception when the two input srids are different (#1292)
+ ST_DistanceSphere throws an exception when the twon input srids are different (#1292)
Copy link
Member

Choose a reason for hiding this comment

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

oups

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.

None yet

3 participants