OrchardCore icon indicating copy to clipboard operation
OrchardCore copied to clipboard

Deprecated packages

Open agriffard opened this issue 1 year ago • 4 comments

Warnings on some packages in Installed tab of Nuget packages in VS:

https://www.nuget.org/packages/NEST/7.17.5 Suggested Alternatives Elastic.Clients.Elasticsearch

https://www.nuget.org/packages/Irony.Core/1.0.7 Suggested Alternatives Irony

agriffard avatar May 05 '24 10:05 agriffard

I notice that there's an issue with Irony.Core, so let us change the packages

@Skrypt what about NEST?

hishamco avatar May 05 '24 18:05 hishamco

FYI the Irony.Core has been replaced with Irony in #16012

hishamco avatar May 07 '24 23:05 hishamco

@Skrypt still waiting for your reply

hishamco avatar Jun 18 '24 08:06 hishamco

No we can't replace NEST with the new Elasticsearch client without refactoring some parts of the Elasticsearch module. It will also remove support to some older versions of Elasticsearch so I see this upgrade as an OC.Elasticsearch 2.0 module. Meaning, we would need to keep the old module for those who want to still have support to older versions of Elasticsearch.

We launched the ES module when that new Elastic.Clients.Elasticsearch module was released so it should be around a year and a half that this new module exists. I think it adds support for ES 8.0 and up. NEST supports up to 8.0 in compatibility mode only.

Skrypt avatar Jun 18 '24 15:06 Skrypt

It seems Irony.Core has been replaced.

agriffard avatar Nov 15 '24 17:11 agriffard

Yes it is

hishamco avatar Nov 15 '24 19:11 hishamco