New patch release (4.5.2.000)

There is a new patch release (4.5.2.000) available to install on the “dev” update provider.

You can find detailed instructions to update here (including instruction if you are behind a firewall):
https://bitbucket.org/lucee/lucee/wiki/Update

To get the fix for ticket LDEV-429, you need to update the jars in question:

Have a good day
@micstriit

Release Notes
[ LDEV-429 ] Unable to access Youtube API using SSL
[ LDEV-430 ] logging for datasources

Since we’re pulling in those two libraries from Maven (httpclient / httpmime) due to needing specific versions, could you at least tell us which versions you’ve updated to now?

Apologies. The Apache HTTP JARs have made the release a bit of a mess.

@micstriit has been on holiday – but he’s back tomorrow. Will raise it with him as a matter of priority.

you can see the versions here:

mvnrepo:
http://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient/4.5
http://mvnrepository.com/artifact/org.apache.httpcomponents/httpmime/4.5
http://mvnrepository.com/artifact/org.apache.httpcomponents/httpcore/4.4.1

Luckily in Lucee 5 this is a much better:
http://mvnrepository.com/artifact/org.lucee/lucee/5.0.0.22

1 Like

Thanks @micstriit !

Those match what we have in our “dependencies” project – good to know we’re all on the same versions!