File tree Expand file tree Collapse file tree 2 files changed +7
-27
lines changed Expand file tree Collapse file tree 2 files changed +7
-27
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ OMERO thumbnail Vert.x asynchronous microservice server endpoint for OMERO.web.
8
8
Requirements
9
9
============
10
10
11
- * OMERO 5.4 .x+
12
- * OMERO.web 5.4 .x+
11
+ * OMERO 5.6 .x+
12
+ * OMERO.web 5.6 .x+
13
13
* Redis backed sessions
14
14
* Java 8+
15
15
@@ -105,27 +105,7 @@ currently used by OMERO.web to the thumbnail microservice server endpoint::
105
105
106
106
...
107
107
108
- location /webgateway/render_thumbnail/ {
109
- proxy_pass http://thumbnail_backend;
110
- }
111
-
112
- location /webclient/render_thumbnail/ {
113
- proxy_pass http://thumbnail_backend;
114
- }
115
-
116
- location /webgateway/render_birds_eye_view/ {
117
- proxy_pass http://thumbnail_backend;
118
- }
119
-
120
- location /webclient/render_birds_eye_view/ {
121
- proxy_pass http://thumbnail_backend;
122
- }
123
-
124
- location /webgateway/get_thumbnails/ {
125
- proxy_pass http://thumbnail_backend;
126
- }
127
-
128
- location /webclient/get_thumbnails/ {
108
+ location ~ ^/(webgateway|webclient)/(render_thumbnail|render_birds_eye_view|get_thumbnails)/ {
129
109
proxy_pass http://thumbnail_backend;
130
110
}
131
111
@@ -135,7 +115,7 @@ Development Installation
135
115
136
116
1 . Clone the repository::
137
117
138
- git clone git@ github.com: glencoesoftware/omero-ms-thumbnail.git
118
+ git clone https:// github.com/ glencoesoftware/omero-ms-thumbnail.git
139
119
140
120
1 . Run the Gradle build and utilize the artifacts as required::
141
121
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
4
4
}
5
5
6
6
group = ' com.glencoesoftware.omero'
7
- version = ' 0.5.7 '
7
+ version = ' 0.5.8-SNAPSHOT '
8
8
9
9
mainClassName = ' io.vertx.core.Launcher'
10
10
@@ -61,13 +61,13 @@ dependencies {
61
61
implementation ' io.zipkin.brave:brave-http:4.13.6'
62
62
implementation ' io.zipkin.brave:brave-instrumentation-http:5.6.8'
63
63
implementation ' io.zipkin.reporter2:zipkin-sender-okhttp3:2.10.0'
64
- implementation ' ch.qos.logback:logback-classic:1.2.11 '
64
+ implementation ' ch.qos.logback:logback-classic:1.3.14 '
65
65
implementation ' org.slf4j:log4j-over-slf4j:1.7.32'
66
66
implementation ' com.glencoesoftware.omero:omero-ms-core:0.7.0'
67
67
implementation ' io.vertx:vertx-web:3.8.1'
68
68
implementation ' io.vertx:vertx-config:3.8.1'
69
69
implementation ' io.vertx:vertx-config-yaml:3.8.1'
70
- implementation ' org.openmicroscopy:omero-blitz:5.6 .2'
70
+ implementation ' org.openmicroscopy:omero-blitz:5.7 .2'
71
71
implementation ' io.prometheus.jmx:collector:0.12.0'
72
72
implementation ' io.prometheus:simpleclient_hotspot:0.8.0'
73
73
implementation ' com.zeroc:icegrid:3.6.5'
You can’t perform that action at this time.
0 commit comments