dependabot[bot] opened a new pull request, #146:
URL: https://github.com/apache/opennlp-sandbox/pull/146

   Bumps [org.bytedeco:javacpp](https://github.com/bytedeco/javacpp) from 1.5.7 
to 1.5.10.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/bytedeco/javacpp/releases";>org.bytedeco:javacpp's 
releases</a>.</em></p>
   <blockquote>
   <h2>JavaCPP 1.5.10</h2>
   <h3>January 29, 2024 version 1.5.10</h3>
   <ul>
   <li>Move native <code>Loader</code> methods to <code>Helper</code> class to 
avoid deadlocks ([issue <a 
href="https://redirect.github.com/bytedeco/javacpp/issues/737";>#737</a>](<a 
href="https://redirect.github.com/bytedeco/javacpp/issues/737";>bytedeco/javacpp#737</a>))</li>
   <li>Fix <code>Parser</code> failing to pick up <code>Info</code> for 
constructors with template arguments ([pull <a 
href="https://redirect.github.com/bytedeco/javacpp/issues/739";>#739</a>](<a 
href="https://redirect.github.com/bytedeco/javacpp/pull/739";>bytedeco/javacpp#739</a>))</li>
   <li>Fix <code>MoveAdapter</code> and <code>UniquePtrAdapter</code> causing 
double free on function calls ([pull <a 
href="https://redirect.github.com/bytedeco/javacpp/issues/738";>#738</a>](<a 
href="https://redirect.github.com/bytedeco/javacpp/pull/738";>bytedeco/javacpp#738</a>))</li>
   <li>Fix <code>Parser</code> handling of <code>template</code> specialization 
and their <code>friend</code> declarations ([pull <a 
href="https://redirect.github.com/bytedeco/javacpp/issues/733";>#733</a>](<a 
href="https://redirect.github.com/bytedeco/javacpp/pull/733";>bytedeco/javacpp#733</a>))</li>
   <li>Improve <code>Parser</code> capabilities for <code>operator</code> and 
function templates ([pull <a 
href="https://redirect.github.com/bytedeco/javacpp/issues/732";>#732</a>](<a 
href="https://redirect.github.com/bytedeco/javacpp/pull/732";>bytedeco/javacpp#732</a>))</li>
   <li>Fix <code>Parser</code> failing on nested initializer lists and on 
attributes found inside <code>enum</code> declarations</li>
   <li>Fix <code>Parser</code> for basic containers like 
<code>std::optional&lt;std::pair&lt;int,int&gt; &gt;</code> ([issue <a 
href="https://redirect.github.com/bytedeco/javacpp/issues/718";>#718</a>](<a 
href="https://redirect.github.com/bytedeco/javacpp/issues/718";>bytedeco/javacpp#718</a>))</li>
   <li>Add support for <code>std::basic_string</code> basic container ([issue 
<a 
href="https://redirect.github.com/bytedeco/javacpp-presets/issues/1311";>bytedeco/javacpp-presets#1311</a>](<a
 
href="https://redirect.github.com/bytedeco/javacpp-presets/issues/1311";>bytedeco/javacpp-presets#1311</a>))</li>
   <li>Enhance <code>Parser</code> by adding downcast constructors for 
polymorphic classes ([pull <a 
href="https://redirect.github.com/bytedeco/javacpp/issues/700";>#700</a>](<a 
href="https://redirect.github.com/bytedeco/javacpp/pull/700";>bytedeco/javacpp#700</a>))</li>
   <li>Let <code>Generator</code> pick up <code>@Name</code> annotations on 
<code>allocate()</code> as well ([pull <a 
href="https://redirect.github.com/bytedeco/javacpp/issues/700";>#700</a>](<a 
href="https://redirect.github.com/bytedeco/javacpp/pull/700";>bytedeco/javacpp#700</a>))</li>
   <li>Fix <code>Parser</code> failing to place annotations on default 
constructors ([pull <a 
href="https://redirect.github.com/bytedeco/javacpp/issues/699";>#699</a>](<a 
href="https://redirect.github.com/bytedeco/javacpp/pull/699";>bytedeco/javacpp#699</a>))</li>
   <li>Let <code>Parser</code> output <code>reset()</code> methods for basic 
containers like <code>std::optional</code> ([pull <a 
href="https://redirect.github.com/bytedeco/javacpp/issues/696";>#696</a>](<a 
href="https://redirect.github.com/bytedeco/javacpp/pull/696";>bytedeco/javacpp#696</a>))</li>
   <li>Let <code>Parser</code> define <code>front()</code> and 
<code>back()</code> for one-dimensional basic containers ([pull <a 
href="https://redirect.github.com/bytedeco/javacpp/issues/695";>#695</a>](<a 
href="https://redirect.github.com/bytedeco/javacpp/pull/695";>bytedeco/javacpp#695</a>))</li>
   <li>Let <code>Parser</code> map iterators of basic containers systematically 
([pull <a 
href="https://redirect.github.com/bytedeco/javacpp/issues/694";>#694</a>](<a 
href="https://redirect.github.com/bytedeco/javacpp/pull/694";>bytedeco/javacpp#694</a>))</li>
   <li>Fix <code>Parser</code> for function parameters contained in template 
arguments ([pull <a 
href="https://redirect.github.com/bytedeco/javacpp/issues/693";>#693</a>](<a 
href="https://redirect.github.com/bytedeco/javacpp/pull/693";>bytedeco/javacpp#693</a>))</li>
   <li>Fix <code>Parser</code> on function pointer declarations starting with 
<code>typedef struct</code> ([pull <a 
href="https://redirect.github.com/bytedeco/javacpp-presets/issues/1361";>bytedeco/javacpp-presets#1361</a>](<a
 
href="https://redirect.github.com/bytedeco/javacpp-presets/pull/1361";>bytedeco/javacpp-presets#1361</a>))</li>
   </ul>
   <h2>JavaCPP 1.5.9</h2>
   <h3>June 6, 2023 version 1.5.9</h3>
   <ul>
   <li>Fix <code>Loader.extractResource()</code> for nested JAR files from 
Spring Boot ([pull <a 
href="https://redirect.github.com/bytedeco/javacpp/issues/685";>#685</a>](<a 
href="https://redirect.github.com/bytedeco/javacpp/pull/685";>bytedeco/javacpp#685</a>))</li>
   <li>Have <code>Parser</code> desugar <code>...</code> varargs to array 
<code>[]</code> for return types as well ([pull <a 
href="https://redirect.github.com/bytedeco/javacpp/issues/682";>#682</a>](<a 
href="https://redirect.github.com/bytedeco/javacpp/pull/682";>bytedeco/javacpp#682</a>))</li>
   <li>Fix <code>Parser</code> failing on some <code>friend</code> functions 
for <code>operator</code> overloading ([pull <a 
href="https://redirect.github.com/bytedeco/javacpp/issues/681";>#681</a>](<a 
href="https://redirect.github.com/bytedeco/javacpp/pull/681";>bytedeco/javacpp#681</a>))</li>
   <li>Fix <code>Parser</code> incorrectly casting <code>const</code> pointers 
to template arguments of pointer types ([pull <a 
href="https://redirect.github.com/bytedeco/javacpp/issues/677";>#677</a>](<a 
href="https://redirect.github.com/bytedeco/javacpp/pull/677";>bytedeco/javacpp#677</a>))</li>
   <li>Fix <code>Parser</code> with <code>Info.enumerate</code> failing to 
translate <code>enum</code> values based on other <code>enum</code> values</li>
   <li>Fix <code>Parser</code> prematurely expanding macros defined in 
<code>class</code>, <code>struct</code> or <code>union</code> ([issue <a 
href="https://redirect.github.com/bytedeco/javacpp/issues/674";>#674</a>](<a 
href="https://redirect.github.com/bytedeco/javacpp/issues/674";>bytedeco/javacpp#674</a>))</li>
   <li>Add <code>Info.upcast</code> to support class hierarchies with virtual 
inheritance ([pull <a 
href="https://redirect.github.com/bytedeco/javacpp/issues/671";>#671</a>](<a 
href="https://redirect.github.com/bytedeco/javacpp/pull/671";>bytedeco/javacpp#671</a>))</li>
   <li>Pick up <code>@Adapter</code>, <code>@SharedPtr</code>, etc annotations 
on <code>allocate()</code> as well ([pull <a 
href="https://redirect.github.com/bytedeco/javacpp/issues/668";>#668</a>](<a 
href="https://redirect.github.com/bytedeco/javacpp/pull/668";>bytedeco/javacpp#668</a>))</li>
   <li>Provide <code>@Virtual(subclasses=false)</code> to prevent 
<code>Generator</code> from subclassing subclasses ([pull <a 
href="https://redirect.github.com/bytedeco/javacpp/issues/660";>#660</a>](<a 
href="https://redirect.github.com/bytedeco/javacpp/pull/660";>bytedeco/javacpp#660</a>))</li>
   <li>Fix <code>Loader.getPlatform()</code> detection for 
<code>linux-armhf</code> with Temurin JDK ([issue <a 
href="https://redirect.github.com/bytedeco/javacv/issues/2001";>bytedeco/javacv#2001</a>](<a
 
href="https://redirect.github.com/bytedeco/javacv/issues/2001";>bytedeco/javacv#2001</a>))</li>
   <li>Fix <code>Parser</code> ignoring <code>Info.skip</code> for enumerators 
that do not get translated ([issue <a 
href="https://redirect.github.com/bytedeco/javacpp-presets/issues/1315";>bytedeco/javacpp-presets#1315</a>](<a
 
href="https://redirect.github.com/bytedeco/javacpp-presets/issues/1315";>bytedeco/javacpp-presets#1315</a>))</li>
   <li>Fix <code>Parser</code> error on C++17 style namespace declarations 
containing <code>::</code> separators ([issue <a 
href="https://redirect.github.com/bytedeco/javacpp/issues/595";>#595</a>](<a 
href="https://redirect.github.com/bytedeco/javacpp/issues/595";>bytedeco/javacpp#595</a>))</li>
   <li>Fix <code>Parser</code> observing <code>Info.virtualize</code> for 
non-virtual functions ([pull <a 
href="https://redirect.github.com/bytedeco/javacpp/issues/658";>#658</a>](<a 
href="https://redirect.github.com/bytedeco/javacpp/pull/658";>bytedeco/javacpp#658</a>))</li>
   <li>Use regex in <code>Parser</code> to match more robustly templates and 
namespaces ([pull <a 
href="https://redirect.github.com/bytedeco/javacpp/issues/657";>#657</a>](<a 
href="https://redirect.github.com/bytedeco/javacpp/pull/657";>bytedeco/javacpp#657</a>))</li>
   <li>Fix <code>Builder</code> default output path for class names with the 
same length ([pull <a 
href="https://redirect.github.com/bytedeco/javacpp/issues/654";>#654</a>](<a 
href="https://redirect.github.com/bytedeco/javacpp/pull/654";>bytedeco/javacpp#654</a>))</li>
   <li>Add <code>Info.friendly</code> to have <code>Parser</code> map some 
<code>friend</code> functions to Java methods ([pull <a 
href="https://redirect.github.com/bytedeco/javacpp/issues/649";>#649</a>](<a 
href="https://redirect.github.com/bytedeco/javacpp/pull/649";>bytedeco/javacpp#649</a>))</li>
   <li>Add <code>Loader.loadProperties(boolean forceReload)</code> to reset 
platform properties ([issue <a 
href="https://redirect.github.com/deepjavalibrary/djl/issues/2318";>deepjavalibrary/djl#2318</a>](<a
 
href="https://redirect.github.com/deepjavalibrary/djl/issues/2318";>deepjavalibrary/djl#2318</a>))</li>
   <li>Prevent <code>TokenIndexer</code> from recursively expanding macros</li>
   <li>Fix <code>Generator</code> passing empty <code>String</code> objects on 
callback for arguments using adapters</li>
   <li>Fix <code>Parser</code> failure on <code>enum</code> enumerators 
generated using the concat <code>##</code> operator</li>
   </ul>
   <h2>JavaCPP 1.5.8</h2>
   <h3>November 2, 2022 version 1.5.8</h3>
   <ul>
   <li>Add <code>static long Pointer.getDirectBufferAddress(Buffer)</code> 
method for convenience ([pull <a 
href="https://redirect.github.com/bytedeco/javacpp/issues/629";>#629</a>](<a 
href="https://redirect.github.com/bytedeco/javacpp/pull/629";>bytedeco/javacpp#629</a>))</li>
   <li>Fix <code>UniquePtrAdapter</code> incorrectly deallocating pointers on 
callbacks ([issue <a 
href="https://redirect.github.com/bytedeco/javacpp/issues/613";>#613</a>](<a 
href="https://redirect.github.com/bytedeco/javacpp/issues/613";>bytedeco/javacpp#613</a>))</li>
   <li>Fix <code>Generator</code> incorrectly casting <code>@ByVal</code> or 
<code>@ByRef</code> annotated <code>FunctionPointer</code> arguments ([issue <a 
href="https://redirect.github.com/bytedeco/javacpp-presets/issues/1244";>bytedeco/javacpp-presets#1244</a>](<a
 
href="https://redirect.github.com/bytedeco/javacpp-presets/issues/1244";>bytedeco/javacpp-presets#1244</a>))</li>
   <li>Fix <code>Generator</code> compiler errors for 
<code>FunctionPointer</code> with <code>@UniquePtr</code> arguments ([issue <a 
href="https://redirect.github.com/bytedeco/javacpp/issues/613";>#613</a>](<a 
href="https://redirect.github.com/bytedeco/javacpp/issues/613";>bytedeco/javacpp#613</a>))</li>
   <li>Fix <code>Generator</code> compiler errors on Mac for Clang without 
Objective-C support ([pull <a 
href="https://redirect.github.com/bytedeco/javacpp/issues/610";>#610</a>](<a 
href="https://redirect.github.com/bytedeco/javacpp/pull/610";>bytedeco/javacpp#610</a>))</li>
   <li>Prevent <code>Parser</code> from outputting cast methods for base 
classes that are <code>Info.skip</code> ([pull <a 
href="https://redirect.github.com/bytedeco/javacpp/issues/607";>#607</a>](<a 
href="https://redirect.github.com/bytedeco/javacpp/pull/607";>bytedeco/javacpp#607</a>))</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/bytedeco/javacpp/blob/master/CHANGELOG.md";>org.bytedeco:javacpp's
 changelog</a>.</em></p>
   <blockquote>
   <h3>January 29, 2024 version 1.5.10</h3>
   <ul>
   <li>Move native <code>Loader</code> methods to <code>Helper</code> class to 
avoid deadlocks ([issue <a 
href="https://redirect.github.com/bytedeco/javacpp/issues/737";>#737</a>](<a 
href="https://redirect.github.com/bytedeco/javacpp/issues/737";>bytedeco/javacpp#737</a>))</li>
   <li>Fix <code>Parser</code> failing to pick up <code>Info</code> for 
constructors with template arguments ([pull <a 
href="https://redirect.github.com/bytedeco/javacpp/issues/739";>#739</a>](<a 
href="https://redirect.github.com/bytedeco/javacpp/pull/739";>bytedeco/javacpp#739</a>))</li>
   <li>Fix <code>MoveAdapter</code> and <code>UniquePtrAdapter</code> causing 
double free on function calls ([pull <a 
href="https://redirect.github.com/bytedeco/javacpp/issues/738";>#738</a>](<a 
href="https://redirect.github.com/bytedeco/javacpp/pull/738";>bytedeco/javacpp#738</a>))</li>
   <li>Fix <code>Parser</code> handling of <code>template</code> specialization 
and their <code>friend</code> declarations ([pull <a 
href="https://redirect.github.com/bytedeco/javacpp/issues/733";>#733</a>](<a 
href="https://redirect.github.com/bytedeco/javacpp/pull/733";>bytedeco/javacpp#733</a>))</li>
   <li>Improve <code>Parser</code> capabilities for <code>operator</code> and 
function templates ([pull <a 
href="https://redirect.github.com/bytedeco/javacpp/issues/732";>#732</a>](<a 
href="https://redirect.github.com/bytedeco/javacpp/pull/732";>bytedeco/javacpp#732</a>))</li>
   <li>Fix <code>Parser</code> failing on nested initializer lists and on 
attributes found inside <code>enum</code> declarations</li>
   <li>Fix <code>Parser</code> for basic containers like 
<code>std::optional&lt;std::pair&lt;int,int&gt; &gt;</code> ([issue <a 
href="https://redirect.github.com/bytedeco/javacpp/issues/718";>#718</a>](<a 
href="https://redirect.github.com/bytedeco/javacpp/issues/718";>bytedeco/javacpp#718</a>))</li>
   <li>Add support for <code>std::basic_string</code> basic container ([issue 
<a 
href="https://redirect.github.com/bytedeco/javacpp-presets/issues/1311";>bytedeco/javacpp-presets#1311</a>](<a
 
href="https://redirect.github.com/bytedeco/javacpp-presets/issues/1311";>bytedeco/javacpp-presets#1311</a>))</li>
   <li>Enhance <code>Parser</code> by adding downcast constructors for 
polymorphic classes ([pull <a 
href="https://redirect.github.com/bytedeco/javacpp/issues/700";>#700</a>](<a 
href="https://redirect.github.com/bytedeco/javacpp/pull/700";>bytedeco/javacpp#700</a>))</li>
   <li>Let <code>Generator</code> pick up <code>@Name</code> annotations on 
<code>allocate()</code> as well ([pull <a 
href="https://redirect.github.com/bytedeco/javacpp/issues/700";>#700</a>](<a 
href="https://redirect.github.com/bytedeco/javacpp/pull/700";>bytedeco/javacpp#700</a>))</li>
   <li>Fix <code>Parser</code> failing to place annotations on default 
constructors ([pull <a 
href="https://redirect.github.com/bytedeco/javacpp/issues/699";>#699</a>](<a 
href="https://redirect.github.com/bytedeco/javacpp/pull/699";>bytedeco/javacpp#699</a>))</li>
   <li>Let <code>Parser</code> output <code>reset()</code> methods for basic 
containers like <code>std::optional</code> ([pull <a 
href="https://redirect.github.com/bytedeco/javacpp/issues/696";>#696</a>](<a 
href="https://redirect.github.com/bytedeco/javacpp/pull/696";>bytedeco/javacpp#696</a>))</li>
   <li>Let <code>Parser</code> define <code>front()</code> and 
<code>back()</code> for one-dimensional basic containers ([pull <a 
href="https://redirect.github.com/bytedeco/javacpp/issues/695";>#695</a>](<a 
href="https://redirect.github.com/bytedeco/javacpp/pull/695";>bytedeco/javacpp#695</a>))</li>
   <li>Let <code>Parser</code> map iterators of basic containers systematically 
([pull <a 
href="https://redirect.github.com/bytedeco/javacpp/issues/694";>#694</a>](<a 
href="https://redirect.github.com/bytedeco/javacpp/pull/694";>bytedeco/javacpp#694</a>))</li>
   <li>Fix <code>Parser</code> for function parameters contained in template 
arguments ([pull <a 
href="https://redirect.github.com/bytedeco/javacpp/issues/693";>#693</a>](<a 
href="https://redirect.github.com/bytedeco/javacpp/pull/693";>bytedeco/javacpp#693</a>))</li>
   <li>Fix <code>Parser</code> on function pointer declarations starting with 
<code>typedef struct</code> ([pull <a 
href="https://redirect.github.com/bytedeco/javacpp-presets/issues/1361";>bytedeco/javacpp-presets#1361</a>](<a
 
href="https://redirect.github.com/bytedeco/javacpp-presets/pull/1361";>bytedeco/javacpp-presets#1361</a>))</li>
   </ul>
   <h3>June 6, 2023 version 1.5.9</h3>
   <ul>
   <li>Fix <code>Loader.extractResource()</code> for nested JAR files from 
Spring Boot ([pull <a 
href="https://redirect.github.com/bytedeco/javacpp/issues/685";>#685</a>](<a 
href="https://redirect.github.com/bytedeco/javacpp/pull/685";>bytedeco/javacpp#685</a>))</li>
   <li>Have <code>Parser</code> desugar <code>...</code> varargs to array 
<code>[]</code> for return types as well ([pull <a 
href="https://redirect.github.com/bytedeco/javacpp/issues/682";>#682</a>](<a 
href="https://redirect.github.com/bytedeco/javacpp/pull/682";>bytedeco/javacpp#682</a>))</li>
   <li>Fix <code>Parser</code> failing on some <code>friend</code> functions 
for <code>operator</code> overloading ([pull <a 
href="https://redirect.github.com/bytedeco/javacpp/issues/681";>#681</a>](<a 
href="https://redirect.github.com/bytedeco/javacpp/pull/681";>bytedeco/javacpp#681</a>))</li>
   <li>Fix <code>Parser</code> incorrectly casting <code>const</code> pointers 
to template arguments of pointer types ([pull <a 
href="https://redirect.github.com/bytedeco/javacpp/issues/677";>#677</a>](<a 
href="https://redirect.github.com/bytedeco/javacpp/pull/677";>bytedeco/javacpp#677</a>))</li>
   <li>Fix <code>Parser</code> with <code>Info.enumerate</code> failing to 
translate <code>enum</code> values based on other <code>enum</code> values</li>
   <li>Fix <code>Parser</code> prematurely expanding macros defined in 
<code>class</code>, <code>struct</code> or <code>union</code> ([issue <a 
href="https://redirect.github.com/bytedeco/javacpp/issues/674";>#674</a>](<a 
href="https://redirect.github.com/bytedeco/javacpp/issues/674";>bytedeco/javacpp#674</a>))</li>
   <li>Add <code>Info.upcast</code> to support class hierarchies with virtual 
inheritance ([pull <a 
href="https://redirect.github.com/bytedeco/javacpp/issues/671";>#671</a>](<a 
href="https://redirect.github.com/bytedeco/javacpp/pull/671";>bytedeco/javacpp#671</a>))</li>
   <li>Pick up <code>@Adapter</code>, <code>@SharedPtr</code>, etc annotations 
on <code>allocate()</code> as well ([pull <a 
href="https://redirect.github.com/bytedeco/javacpp/issues/668";>#668</a>](<a 
href="https://redirect.github.com/bytedeco/javacpp/pull/668";>bytedeco/javacpp#668</a>))</li>
   <li>Provide <code>@Virtual(subclasses=false)</code> to prevent 
<code>Generator</code> from subclassing subclasses ([pull <a 
href="https://redirect.github.com/bytedeco/javacpp/issues/660";>#660</a>](<a 
href="https://redirect.github.com/bytedeco/javacpp/pull/660";>bytedeco/javacpp#660</a>))</li>
   <li>Fix <code>Loader.getPlatform()</code> detection for 
<code>linux-armhf</code> with Temurin JDK ([issue <a 
href="https://redirect.github.com/bytedeco/javacv/issues/2001";>bytedeco/javacv#2001</a>](<a
 
href="https://redirect.github.com/bytedeco/javacv/issues/2001";>bytedeco/javacv#2001</a>))</li>
   <li>Fix <code>Parser</code> ignoring <code>Info.skip</code> for enumerators 
that do not get translated ([issue <a 
href="https://redirect.github.com/bytedeco/javacpp-presets/issues/1315";>bytedeco/javacpp-presets#1315</a>](<a
 
href="https://redirect.github.com/bytedeco/javacpp-presets/issues/1315";>bytedeco/javacpp-presets#1315</a>))</li>
   <li>Fix <code>Parser</code> error on C++17 style namespace declarations 
containing <code>::</code> separators ([issue <a 
href="https://redirect.github.com/bytedeco/javacpp/issues/595";>#595</a>](<a 
href="https://redirect.github.com/bytedeco/javacpp/issues/595";>bytedeco/javacpp#595</a>))</li>
   <li>Fix <code>Parser</code> observing <code>Info.virtualize</code> for 
non-virtual functions ([pull <a 
href="https://redirect.github.com/bytedeco/javacpp/issues/658";>#658</a>](<a 
href="https://redirect.github.com/bytedeco/javacpp/pull/658";>bytedeco/javacpp#658</a>))</li>
   <li>Use regex in <code>Parser</code> to match more robustly templates and 
namespaces ([pull <a 
href="https://redirect.github.com/bytedeco/javacpp/issues/657";>#657</a>](<a 
href="https://redirect.github.com/bytedeco/javacpp/pull/657";>bytedeco/javacpp#657</a>))</li>
   <li>Fix <code>Builder</code> default output path for class names with the 
same length ([pull <a 
href="https://redirect.github.com/bytedeco/javacpp/issues/654";>#654</a>](<a 
href="https://redirect.github.com/bytedeco/javacpp/pull/654";>bytedeco/javacpp#654</a>))</li>
   <li>Add <code>Info.friendly</code> to have <code>Parser</code> map some 
<code>friend</code> functions to Java methods ([pull <a 
href="https://redirect.github.com/bytedeco/javacpp/issues/649";>#649</a>](<a 
href="https://redirect.github.com/bytedeco/javacpp/pull/649";>bytedeco/javacpp#649</a>))</li>
   <li>Add <code>Loader.loadProperties(boolean forceReload)</code> to reset 
platform properties ([issue <a 
href="https://redirect.github.com/deepjavalibrary/djl/issues/2318";>deepjavalibrary/djl#2318</a>](<a
 
href="https://redirect.github.com/deepjavalibrary/djl/issues/2318";>deepjavalibrary/djl#2318</a>))</li>
   <li>Prevent <code>TokenIndexer</code> from recursively expanding macros</li>
   <li>Fix <code>Generator</code> passing empty <code>String</code> objects on 
callback for arguments using adapters</li>
   <li>Fix <code>Parser</code> failure on <code>enum</code> enumerators 
generated using the concat <code>##</code> operator</li>
   </ul>
   <h3>November 2, 2022 version 1.5.8</h3>
   <ul>
   <li>Add <code>static long Pointer.getDirectBufferAddress(Buffer)</code> 
method for convenience ([pull <a 
href="https://redirect.github.com/bytedeco/javacpp/issues/629";>#629</a>](<a 
href="https://redirect.github.com/bytedeco/javacpp/pull/629";>bytedeco/javacpp#629</a>))</li>
   <li>Fix <code>UniquePtrAdapter</code> incorrectly deallocating pointers on 
callbacks ([issue <a 
href="https://redirect.github.com/bytedeco/javacpp/issues/613";>#613</a>](<a 
href="https://redirect.github.com/bytedeco/javacpp/issues/613";>bytedeco/javacpp#613</a>))</li>
   <li>Fix <code>Generator</code> incorrectly casting <code>@ByVal</code> or 
<code>@ByRef</code> annotated <code>FunctionPointer</code> arguments ([issue <a 
href="https://redirect.github.com/bytedeco/javacpp-presets/issues/1244";>bytedeco/javacpp-presets#1244</a>](<a
 
href="https://redirect.github.com/bytedeco/javacpp-presets/issues/1244";>bytedeco/javacpp-presets#1244</a>))</li>
   <li>Fix <code>Generator</code> compiler errors for 
<code>FunctionPointer</code> with <code>@UniquePtr</code> arguments ([issue <a 
href="https://redirect.github.com/bytedeco/javacpp/issues/613";>#613</a>](<a 
href="https://redirect.github.com/bytedeco/javacpp/issues/613";>bytedeco/javacpp#613</a>))</li>
   <li>Fix <code>Generator</code> compiler errors on Mac for Clang without 
Objective-C support ([pull <a 
href="https://redirect.github.com/bytedeco/javacpp/issues/610";>#610</a>](<a 
href="https://redirect.github.com/bytedeco/javacpp/pull/610";>bytedeco/javacpp#610</a>))</li>
   <li>Prevent <code>Parser</code> from outputting cast methods for base 
classes that are <code>Info.skip</code> ([pull <a 
href="https://redirect.github.com/bytedeco/javacpp/issues/607";>#607</a>](<a 
href="https://redirect.github.com/bytedeco/javacpp/pull/607";>bytedeco/javacpp#607</a>))</li>
   <li>Ensure <code>Generator</code> and <code>Parser</code> process header 
files from <code>cinclude</code> before <code>include</code> ([issue <a 
href="https://redirect.github.com/bytedeco/javacpp/issues/580";>#580</a>](<a 
href="https://redirect.github.com/bytedeco/javacpp/issues/580";>bytedeco/javacpp#580</a>))</li>
   <li>Remove <code>sun.misc.Unsafe</code> config incompatible/unneeded with 
GraalVM Native Image 22.x ([issue <a 
href="https://redirect.github.com/bytedeco/sample-projects/issues/63";>bytedeco/sample-projects#63</a>](<a
 
href="https://redirect.github.com/bytedeco/sample-projects/issues/63";>bytedeco/sample-projects#63</a>))</li>
   <li>Define default <code>SHARED_PTR_NAMESPACE</code>, 
<code>UNIQUE_PTR_NAMESPACE</code>, <code>OPTIONAL_NAMESPACE</code> to 
<code>std</code> on supported compilers ([issue <a 
href="https://redirect.github.com/bytedeco/javacpp/issues/577";>#577</a>](<a 
href="https://redirect.github.com/bytedeco/javacpp/issues/577";>bytedeco/javacpp#577</a>))</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/bytedeco/javacpp/commit/2559658a7a223965a6c5068863746f3df8acac9b";><code>2559658</code></a>
 Release version 1.5.10</li>
   <li><a 
href="https://github.com/bytedeco/javacpp/commit/e9b82ce41c5da5c5e453d9398d3cef1312f22ec4";><code>e9b82ce</code></a>
 * Move native <code>Loader</code> methods to <code>Helper</code> class to 
avoid deadlocks (issue <a 
href="https://redirect.github.com/bytedeco/javacpp/issues/737";>#737</a>)</li>
   <li><a 
href="https://github.com/bytedeco/javacpp/commit/26eb486abd49d7e9446e27fd065c5986fb2a34b6";><code>26eb486</code></a>
 * Fix <code>Parser</code> failing to pick up <code>Info</code> for 
constructors with template argum...</li>
   <li><a 
href="https://github.com/bytedeco/javacpp/commit/314f7605a44248d1d5e7655245b63b5d0bd29c28";><code>314f760</code></a>
 * Fix <code>MoveAdapter</code> and <code>UniquePtrAdapter</code> causing 
double free on function ca...</li>
   <li><a 
href="https://github.com/bytedeco/javacpp/commit/f540614e928d3b2b687fe6cc5405b297980d2279";><code>f540614</code></a>
 * Fix <code>Parser</code> handling of <code>template</code> specialization and 
their <code>friend</code> decla...</li>
   <li><a 
href="https://github.com/bytedeco/javacpp/commit/a15c4082fd9929c4942020aeb481caeaa371c1f5";><code>a15c408</code></a>
 * Improve <code>Parser</code> capabilities for <code>operator</code> and 
function templates (pull #...</li>
   <li><a 
href="https://github.com/bytedeco/javacpp/commit/9855bf6ddd88ec94f599eaefca59d4ca94cb8b69";><code>9855bf6</code></a>
 * Fix <code>Parser</code> failing on nested initializer lists and on 
attributes found in...</li>
   <li><a 
href="https://github.com/bytedeco/javacpp/commit/2d03a8d76cacae4cfd76eb7873b2416afcb2d2de";><code>2d03a8d</code></a>
 Prevent <code>Generator</code> from requiring destructors for downcast 
constructors</li>
   <li><a 
href="https://github.com/bytedeco/javacpp/commit/78f0203d3a8ce1b4f410ab52c1fd4bbda0e500d5";><code>78f0203</code></a>
 * Fix <code>Parser</code> for basic containers like 
<code>std::optional\&lt;std::pair&lt;int,int&gt; &gt;</code>...</li>
   <li><a 
href="https://github.com/bytedeco/javacpp/commit/7227ec6846cfba24eb4ccf18a7945f6f8cd45ccd";><code>7227ec6</code></a>
 * Add support for <code>std::basic_string</code> basic container (issue 
bytedeco/javacpp...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/bytedeco/javacpp/compare/1.5.7...1.5.10";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.bytedeco:javacpp&package-manager=maven&previous-version=1.5.7&new-version=1.5.10)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@opennlp.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to