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

SOLR-14221: Upgrade restlet to version 2.4.0 #1211

Merged
merged 1 commit into from
Feb 2, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
SOLR-14221: Upgrade restlet to version 2.4.0
  • Loading branch information
janhoy committed Jan 26, 2020
commit 8de0031e4d8047534581fb6f99a0e30021bbf1b8
2 changes: 1 addition & 1 deletion lucene/ivy-versions.properties
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ org.ow2.asm.version = 7.2
/org.ow2.asm/asm = ${org.ow2.asm.version}
/org.ow2.asm/asm-commons = ${org.ow2.asm.version}

org.restlet.jee.version = 2.3.0
org.restlet.jee.version = 2.4.0
/org.restlet.jee/org.restlet = ${org.restlet.jee.version}
/org.restlet.jee/org.restlet.ext.servlet = ${org.restlet.jee.version}

Expand Down
2 changes: 2 additions & 0 deletions solr/CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,8 @@ Improvements

* SOLR-14132: Upgrade Angular JS 1.3.8 to 1.7.9 (Kevin Risden)

* SOLR-14221: Upgrade restlet to version 2.4.0 (janhoy)

Optimizations
---------------------

Expand Down
1 change: 0 additions & 1 deletion solr/licenses/org.restlet-2.3.0.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions solr/licenses/org.restlet-2.4.0.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
80f34dd07c6f515f226aa1050908179679625821
1 change: 0 additions & 1 deletion solr/licenses/org.restlet.ext.servlet-2.3.0.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions solr/licenses/org.restlet.ext.servlet-2.4.0.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
34fc0a5d08cfe68299887de9790de4d53ab80302
4 changes: 2 additions & 2 deletions versions.lock
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,8 @@ org.jsoup:jsoup:1.12.1 (1 constraints: 3705303b)
org.locationtech.spatial4j:spatial4j:0.7 (1 constraints: ab041e2c)
org.ow2.asm:asm:7.2 (2 constraints: 900e3e5e)
org.ow2.asm:asm-commons:7.2 (1 constraints: ad042e2c)
org.restlet.jee:org.restlet:2.3.0 (2 constraints: e3159ee6)
org.restlet.jee:org.restlet.ext.servlet:2.3.0 (1 constraints: 0705fe35)
org.restlet.jee:org.restlet:2.4.0 (2 constraints: e515d4e6)
org.restlet.jee:org.restlet.ext.servlet:2.4.0 (1 constraints: 08050136)
org.rrd4j:rrd4j:3.5 (1 constraints: ac04252c)
org.slf4j:jcl-over-slf4j:1.7.24 (1 constraints: 4005473b)
org.slf4j:slf4j-api:1.7.24 (18 constraints: 6ef487eb)
Expand Down
2 changes: 1 addition & 1 deletion versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ org.locationtech.spatial4j:*=0.7
org.mockito:mockito-core=2.23.4
org.objenesis:objenesis=2.6
org.ow2.asm:*=7.2
org.restlet.jee:*=2.3.0
org.restlet.jee:*=2.4.0
org.rrd4j:rrd4j=3.5
org.slf4j:*=1.7.24
org.tallison:jmatio=1.5
Expand Down