Skip to content

Commit

Permalink
Update geowebcache-core-context for 1.13 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
tbarsballe committed Mar 28, 2018
1 parent 17ecc8a commit 75c66ea
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions geowebcache/src/main/webapp/WEB-INF/geowebcache-core-context.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

<bean id="geoWebCacheExtensions" class="org.geowebcache.GeoWebCacheExtensions"/>

<bean id="geoWebCacheEnvironment" class="org.geowebcache.GeoWebCacheEnvironment" depends-on="geoWebCacheExtensions"/>

<bean id="boundlessGwcTheme" class="com.boundlessgeo.geowebcache.web.BoundlessWebResourceBundle" />

<bean id="gwcAppCtx" class="org.geowebcache.util.ApplicationContextProvider" />
Expand Down Expand Up @@ -75,9 +77,16 @@
<constructor-arg ref="gwcAppCtx" />
</bean>

<bean id="gwcBlobStoreAggregator" class="org.geowebcache.storage.BlobStoreAggregator">
<description>
BlobStoreAggregator serves up BlobStoreInfos from the available Configurations in the application context
</description>
</bean>

<bean id="gwcBlobStore" class="org.geowebcache.storage.CompositeBlobStore" destroy-method="destroy">
<constructor-arg ref="gwcTLDispatcher"/>
<constructor-arg ref="gwcDefaultStorageFinder" />
<constructor-arg ref="gwcBlobStoreAggregator"/>
<constructor-arg ref="gwcXmlConfig"/>
</bean>

Expand All @@ -103,6 +112,9 @@


<bean id="gwcGridSetBroker" class="org.geowebcache.grid.GridSetBroker">
</bean>

<bean id="gwcDefaultGridsets" class="org.geowebcache.config.DefaultGridsets">
<!-- Should we used EPSG:900913 instead of EPSG:3857 ? -->
<constructor-arg type="boolean" value="TRUE" />
<!--
Expand Down

0 comments on commit 75c66ea

Please sign in to comment.