Skip to content

Commit

Permalink
Update notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakarFin committed Jun 13, 2023
1 parent c2a35c9 commit f59b208
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
12 changes: 11 additions & 1 deletion MigrationGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

## 2.11.0

Remove OpenStreetMap and What3Words search channels from control-example dependencies.
PostgreSQL 11 is now the minimum version supported (FlywayDB dependency).

OpenStreetMap and What3Words search channels were removed from control-example dependencies.
If you want to use these as your applications search backend you can add them in the app dependencies on pom.xml like this:

```
Expand All @@ -15,6 +16,15 @@ If you want to use these as your applications search backend you can add them in

This fixes an issue where (most) applications that have their own search backend implementations either need to black list the OSM channel OR exclude this depedency. This makes the choice of using the channel more explicit.

Another common configuration that most instances would probably want to add to oskari-ext.properties is:
```
# Don't show metadata catalogue as option as it doesn't return locations as results
actionhandler.SearchOptions.blacklist=METADATA_CATALOGUE_CHANNEL
```

This removes metadata search channel from SearchPlugin channel listing.
As the channel is not returning locations it will never return anything useful for the location search UIs.

## 2.10.0

Sample-server-extension now includes JSTL dependency by default so the web app works out-of-the-box in for example Tomcat environment:
Expand Down
4 changes: 2 additions & 2 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ search.channel.OPENSTREETMAP_CHANNEL.desc.en=Search addresses and/or points of i
- Geotools 27.1 -> 28.2
- JTS 1.18.2 -> 1.19.0
- FlywayDB 6.5.7 -> 9.12.0 (Note! PostgreSQL 11 is now min supported version)
- Spring 5.3.20 -> 5.3.25
- Spring security 5.7.0 -> 5.7.5
- Spring 5.3.20 -> 5.3.27
- Spring security 5.7.0 -> 5.7.8


## 2.10.1
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
<!-- Value comes from profile when needed -->
<module.build.config></module.build.config>

<spring.version>5.3.25</spring.version>
<spring-security.version>5.7.5</spring-security.version>
<spring.version>5.3.27</spring.version>
<spring-security.version>5.7.8</spring-security.version>
<!--
session-bom 2021.2.0 uses 2.7.0 from session
https://github.com/spring-projects/spring-session/blob/2.7.0/gradle/dependency-management.gradle
Expand Down

0 comments on commit f59b208

Please sign in to comment.