Skip to content

Commit fbb19b9

Browse files
Bump Lucene.Net.QueryParser from 4.8.0-beta00017 to 4.8.0-beta00018 (#639)
Updated [Lucene.Net.QueryParser](https://github.com/apache/lucenenet) from 4.8.0-beta00017 to 4.8.0-beta00018. <details> <summary>Release notes</summary> _Sourced from [Lucene.Net.QueryParser's releases](https://github.com/apache/lucenenet/releases)._ ## 4.8.0-beta00018 > This is a maintenance update that upgrades ICU4N to the latest version, since several serious concurrency and resource loading bugs have been patched since the last Lucene.NET release. <!-- Release notes generated using configuration in .github/release.yml at Lucene.Net_4_8_0_beta00018 --> ## What's Changed ### 🐞 Bug Fixes * FuzzyQuery produces a wrong result when prefix is equal to the term length by @​paulirwin in apache/lucenenet#1002 * Validate PatternParser DTDs against expected name by @​paulirwin in apache/lucenenet#1358 * Validate file paths for FSDirectory and Replicator by @​paulirwin in apache/lucenenet#1357 * Bumped ICU4N to 60.1.0-alpha.440 by @​NightOwl888 in apache/lucenenet#1353 * ShingleFilter produces invalid queries by @​tohidemyname in apache/lucenenet#946 * Fix SegmentInfos replace doesn't update userData by @​tohidemyname in apache/lucenenet#948 ### 🚀 Performance Improvements * SWEEP: Replace J2N's TripleShift call with C# 11's unsigned right shift operator by @​paulirwin in apache/lucenenet#1007 ### 🏆 Improvements * Added "Improvements" Category for Release Notes by @​NightOwl888 in apache/lucenenet#1015 ### 📄 Website and API Documentation * website/site/.htaccess - bug fix by removing BOM and update to beta0017 redirection by @​rclabo in apache/lucenenet#1005 * Updated .htaccess copy and release procedure by @​NightOwl888 in apache/lucenenet#1010 * Added GitHub Automation for Release Notes by @​NightOwl888 in apache/lucenenet#1011 * fix: Render ASF policy links in static HTML footer by @​rbowen in apache/lucenenet#1303 * Fix/apidocs breadcrumb toc asf by @​zka26 in apache/lucenenet#1232 * README: fix typo MacOS -> macOS by @​jbampton in apache/lucenenet#1179 * Added ASF-required links using drop-down menu and unified navigation by @​zka26 in apache/lucenenet#1198 * fix: Self-host all external website dependencies by @​mmafrar in apache/lucenenet#1197 * Fix typos by @​jbampton in apache/lucenenet#1177 * Replace lucene.testSettings.config references with lucene.testsettings.json by @​paulirwin in apache/lucenenet#1035 ## New Contributors * @​jbampton made their first contribution in apache/lucenenet#1177 * @​mmafrar made their first contribution in apache/lucenenet#1197 * @​rbowen made their first contribution in apache/lucenenet#1303 * @​tohidemyname made their first contribution in apache/lucenenet#946 * @​zka26 made their first contribution in apache/lucenenet#1198 **Full Changelog**: apache/lucenenet@Lucene.Net_4_8_0_beta00017...Lucene.Net_4_8_0_beta00018 Commits viewable in [compare view](apache/lucenenet@Lucene.Net_4_8_0_beta00017...Lucene.Net_4_8_0_beta00018). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 60afe4c commit fbb19b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/infra/Farm.Infrastructure.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="8.16.0" />
2626
<PackageReference Include="WebPush" Version="1.0.13" />
2727
<PackageReference Include="Lucene.Net" Version="4.8.0-beta00018" />
28-
<PackageReference Include="Lucene.Net.QueryParser" Version="4.8.0-beta00017" />
28+
<PackageReference Include="Lucene.Net.QueryParser" Version="4.8.0-beta00018" />
2929
<PackageReference Include="YamlDotNet" Version="16.2.1" />
3030
<!-- Note: Newtonsoft.Json, WebSocket packages, and Refit are globally overridden in Directory.Build.props -->
3131
</ItemGroup>

0 commit comments

Comments
 (0)