You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by GitBox <gi...@apache.org> on 2022/05/23 17:25:36 UTC

[GitHub] [directory-scimple] dependabot[bot] opened a new pull request, #47: Bump version.antlr4 from 4.5.3 to 4.10.1

dependabot[bot] opened a new pull request, #47:
URL: https://github.com/apache/directory-scimple/pull/47

   Bumps `version.antlr4` from 4.5.3 to 4.10.1.
   Updates `antlr4-runtime` from 4.5.3 to 4.10.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/antlr/antlr4/releases">antlr4-runtime's releases</a>.</em></p>
   <blockquote>
   <h2>4.10.1</h2>
   <p>Tiny update to fix build issue where java requirement for runtime was 11 not 1.8.</p>
   <h2>What's Changed</h2>
   <ul>
   <li>[C++] Remove reference to antlrcpp:s2ws (<a href="https://github-redirect.dependabot.com/antlr/antlr4/issues/3656">#3656</a>) by <a href="https://github.com/jcking"><code>@​jcking</code></a> in <a href="https://github-redirect.dependabot.com/antlr/antlr4/pull/3657">antlr/antlr4#3657</a></li>
   <li>Update publishing instruction for Dart by <a href="https://github.com/lingyv-li"><code>@​lingyv-li</code></a> in <a href="https://github-redirect.dependabot.com/antlr/antlr4/pull/3655">antlr/antlr4#3655</a></li>
   <li>Prep 4.10.1 by <a href="https://github.com/parrt"><code>@​parrt</code></a> in <a href="https://github-redirect.dependabot.com/antlr/antlr4/pull/3660">antlr/antlr4#3660</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/antlr/antlr4/compare/v4.10.0...4.10.1">https://github.com/antlr/antlr4/compare/v4.10.0...4.10.1</a></p>
   <h2>4.10 Major feature, code clean up, and bug fix release</h2>
   <h1>ANTLR version 4.10</h1>
   <p>This is a very major release with a number of important changes. There have been many valuable contributions, but I welcome <a href="https://github.com/KvanTTT"><code>@​KvanTTT</code></a> and <a href="https://github.com/jcking"><code>@​jcking</code></a> as recent &quot;official&quot; major ANTLR contributors. :)</p>
   <p><strong>WARNING</strong>:  <em>Generated 4.10 lexers and parsers are incompatible with code generated by previous versions of ANTLR. You must regenerate all of your code from grammars to use the new runtime. This is true of all targets (except probably javascript).</em></p>
   <h2>Repo branching structure</h2>
   <p>We have changed the branching structure of the repository. The default branch for this repo remains <a href="https://github.com/antlr/antlr4/tree/master"><code>master</code></a> and it is the latest stable release with tags for the various releases; e.g., see release tag <a href="https://github.com/antlr/antlr4/tree/4.9.3">4.9.3</a>.  We now do development work in branch <a href="https://github.com/antlr/antlr4/tree/dev"><code>dev</code></a> between releases and all pull requests should be derived from that branch. The <code>dev</code> branch is merged back into <code>master</code> to cut a release and the release state is tagged (e.g., with <code>4.10-rc.1</code> or <code>4.10</code>.) Visually our process looks roughly like this:</p>
   <!-- raw HTML omitted -->
   <p>Targets such as Go that pull directly from the repository can use the default <code>master</code> branch but can also pull from the active <code>dev</code> branch:</p>
   <pre lang="bash"><code>$ go get github.com/antlr/antlr4/runtime/Go/antlr@dev
   </code></pre>
   <h2>Developers certificate of origin</h2>
   <p>In order to bring ANTLR more in line with current standard standards for contribution processes, as of 4.10, ANTLR uses the <a href="https://developercertificate.org/">Linux Foundation's Developer Certificate of Origin, DCO, version 1.1</a>. See file <a href="developer-cert-of-origin.txt">https://github.com/antlr/antlr4/raw/master/developer-cert-of-origin.txt </a>. It is simpler than the original contributors license agreement, which required programmers to sign the <code>contributors.txt</code> file, which has now moved to file <a href="https://github.com/antlr/antlr4/raw/master/historical-contributors-agreement.txt">historical-contributors-agreement.txt </a>.</p>
   <p>Each commit in pull requests must have a &quot;signature&quot;, which is simple as using <code>-s</code> (not <code>-S</code>) on the git commit command:</p>
   <pre><code>$ git commit -s -m 'This is my commit message'
   </code></pre>
   <p>Github's pull request process enforces the sig and gives instructions on how to fix any commits that lack the sig. See <a href="https://github.com/apps/dco">https://github.com/apps/dco</a> for more info.</p>
   <h2>4.10-generated parsers incompatible with previous runtimes</h2>
   <p>ANTLR not only generates recursive-descent parsers; it generates a state machine called an augmented transition network (ATN) in serialized form as a bunch of integers stored in the generated parser and lexer files. This serialization format was changed for 4.10 to remove a size limit on the supported ATNs. See <a href="https://github-redirect.dependabot.com/antlr/antlr4/pull/3591">antlr/antlr4#3591</a>.</p>
   <p>The key point here is that we changed the version number stored inside the serialization format and so, in order to use this new version of ANTLR, you must regenerate all of your lexers and parsers using the 4.10 tool and then use the new runtime. Parsers generated with 4.10 or not compatible with previous versions of the runtime.</p>
   <h2>Increasing minimum java version</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/antlr/antlr4/commit/44d87bc1d130c88aa452894aa5f7e2f710f68253"><code>44d87bc</code></a> [maven-release-plugin] prepare release 4.10.1</li>
   <li><a href="https://github.com/antlr/antlr4/commit/03c47f766ef0eeb292e4a1df60dae4ffe63400a3"><code>03c47f7</code></a> Prep 4.10.1 (<a href="https://github-redirect.dependabot.com/antlr/antlr4/issues/3660">#3660</a>)</li>
   <li><a href="https://github.com/antlr/antlr4/commit/f6b202279c0c76fbe0224983f4c75651087ca5e3"><code>f6b2022</code></a> update instruction for dart (<a href="https://github-redirect.dependabot.com/antlr/antlr4/issues/3655">#3655</a>)</li>
   <li><a href="https://github.com/antlr/antlr4/commit/3724b19e25df671856680fddd3999d54a4823bb9"><code>3724b19</code></a> [C++] Remove reference to antlrcpp:s2ws (<a href="https://github-redirect.dependabot.com/antlr/antlr4/issues/3656">#3656</a>) (<a href="https://github-redirect.dependabot.com/antlr/antlr4/issues/3657">#3657</a>)</li>
   <li><a href="https://github.com/antlr/antlr4/commit/ae1bf405f0071ad06dc7fc3105d074aad1130135"><code>ae1bf40</code></a> use to 4.3.3 ST4 not snapshot</li>
   <li><a href="https://github.com/antlr/antlr4/commit/3adf4fd3d2abcd62660ee659a9d549f7c6e918e7"><code>3adf4fd</code></a> use to 4.3.3 ST4, tweak status badge</li>
   <li><a href="https://github.com/antlr/antlr4/commit/3e3fecf106726dae582a4e8deef156efee31b7e5"><code>3e3fecf</code></a> fix badges</li>
   <li><a href="https://github.com/antlr/antlr4/commit/661d8ec470c1167035a13956bd32b5eb6b1ff224"><code>661d8ec</code></a> deploy script copied wrong jar file</li>
   <li><a href="https://github.com/antlr/antlr4/commit/e37fea125e83dd2c73813c3febaaa21897d14cf0"><code>e37fea1</code></a> tweak doc, scripts for release</li>
   <li><a href="https://github.com/antlr/antlr4/commit/2471728f29691215aa3d3097e8eb2c95972c3de4"><code>2471728</code></a> [maven-release-plugin] prepare for next development iteration</li>
   <li>Additional commits viewable in <a href="https://github.com/antlr/antlr4/compare/4.5.3...4.10.1">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `antlr4-maven-plugin` from 4.5.3 to 4.10.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/antlr/antlr4/releases">antlr4-maven-plugin's releases</a>.</em></p>
   <blockquote>
   <h2>4.10.1</h2>
   <p>Tiny update to fix build issue where java requirement for runtime was 11 not 1.8.</p>
   <h2>What's Changed</h2>
   <ul>
   <li>[C++] Remove reference to antlrcpp:s2ws (<a href="https://github-redirect.dependabot.com/antlr/antlr4/issues/3656">#3656</a>) by <a href="https://github.com/jcking"><code>@​jcking</code></a> in <a href="https://github-redirect.dependabot.com/antlr/antlr4/pull/3657">antlr/antlr4#3657</a></li>
   <li>Update publishing instruction for Dart by <a href="https://github.com/lingyv-li"><code>@​lingyv-li</code></a> in <a href="https://github-redirect.dependabot.com/antlr/antlr4/pull/3655">antlr/antlr4#3655</a></li>
   <li>Prep 4.10.1 by <a href="https://github.com/parrt"><code>@​parrt</code></a> in <a href="https://github-redirect.dependabot.com/antlr/antlr4/pull/3660">antlr/antlr4#3660</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/antlr/antlr4/compare/v4.10.0...4.10.1">https://github.com/antlr/antlr4/compare/v4.10.0...4.10.1</a></p>
   <h2>4.10 Major feature, code clean up, and bug fix release</h2>
   <h1>ANTLR version 4.10</h1>
   <p>This is a very major release with a number of important changes. There have been many valuable contributions, but I welcome <a href="https://github.com/KvanTTT"><code>@​KvanTTT</code></a> and <a href="https://github.com/jcking"><code>@​jcking</code></a> as recent &quot;official&quot; major ANTLR contributors. :)</p>
   <p><strong>WARNING</strong>:  <em>Generated 4.10 lexers and parsers are incompatible with code generated by previous versions of ANTLR. You must regenerate all of your code from grammars to use the new runtime. This is true of all targets (except probably javascript).</em></p>
   <h2>Repo branching structure</h2>
   <p>We have changed the branching structure of the repository. The default branch for this repo remains <a href="https://github.com/antlr/antlr4/tree/master"><code>master</code></a> and it is the latest stable release with tags for the various releases; e.g., see release tag <a href="https://github.com/antlr/antlr4/tree/4.9.3">4.9.3</a>.  We now do development work in branch <a href="https://github.com/antlr/antlr4/tree/dev"><code>dev</code></a> between releases and all pull requests should be derived from that branch. The <code>dev</code> branch is merged back into <code>master</code> to cut a release and the release state is tagged (e.g., with <code>4.10-rc.1</code> or <code>4.10</code>.) Visually our process looks roughly like this:</p>
   <!-- raw HTML omitted -->
   <p>Targets such as Go that pull directly from the repository can use the default <code>master</code> branch but can also pull from the active <code>dev</code> branch:</p>
   <pre lang="bash"><code>$ go get github.com/antlr/antlr4/runtime/Go/antlr@dev
   </code></pre>
   <h2>Developers certificate of origin</h2>
   <p>In order to bring ANTLR more in line with current standard standards for contribution processes, as of 4.10, ANTLR uses the <a href="https://developercertificate.org/">Linux Foundation's Developer Certificate of Origin, DCO, version 1.1</a>. See file <a href="developer-cert-of-origin.txt">https://github.com/antlr/antlr4/raw/master/developer-cert-of-origin.txt </a>. It is simpler than the original contributors license agreement, which required programmers to sign the <code>contributors.txt</code> file, which has now moved to file <a href="https://github.com/antlr/antlr4/raw/master/historical-contributors-agreement.txt">historical-contributors-agreement.txt </a>.</p>
   <p>Each commit in pull requests must have a &quot;signature&quot;, which is simple as using <code>-s</code> (not <code>-S</code>) on the git commit command:</p>
   <pre><code>$ git commit -s -m 'This is my commit message'
   </code></pre>
   <p>Github's pull request process enforces the sig and gives instructions on how to fix any commits that lack the sig. See <a href="https://github.com/apps/dco">https://github.com/apps/dco</a> for more info.</p>
   <h2>4.10-generated parsers incompatible with previous runtimes</h2>
   <p>ANTLR not only generates recursive-descent parsers; it generates a state machine called an augmented transition network (ATN) in serialized form as a bunch of integers stored in the generated parser and lexer files. This serialization format was changed for 4.10 to remove a size limit on the supported ATNs. See <a href="https://github-redirect.dependabot.com/antlr/antlr4/pull/3591">antlr/antlr4#3591</a>.</p>
   <p>The key point here is that we changed the version number stored inside the serialization format and so, in order to use this new version of ANTLR, you must regenerate all of your lexers and parsers using the 4.10 tool and then use the new runtime. Parsers generated with 4.10 or not compatible with previous versions of the runtime.</p>
   <h2>Increasing minimum java version</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/antlr/antlr4/commit/44d87bc1d130c88aa452894aa5f7e2f710f68253"><code>44d87bc</code></a> [maven-release-plugin] prepare release 4.10.1</li>
   <li><a href="https://github.com/antlr/antlr4/commit/03c47f766ef0eeb292e4a1df60dae4ffe63400a3"><code>03c47f7</code></a> Prep 4.10.1 (<a href="https://github-redirect.dependabot.com/antlr/antlr4/issues/3660">#3660</a>)</li>
   <li><a href="https://github.com/antlr/antlr4/commit/f6b202279c0c76fbe0224983f4c75651087ca5e3"><code>f6b2022</code></a> update instruction for dart (<a href="https://github-redirect.dependabot.com/antlr/antlr4/issues/3655">#3655</a>)</li>
   <li><a href="https://github.com/antlr/antlr4/commit/3724b19e25df671856680fddd3999d54a4823bb9"><code>3724b19</code></a> [C++] Remove reference to antlrcpp:s2ws (<a href="https://github-redirect.dependabot.com/antlr/antlr4/issues/3656">#3656</a>) (<a href="https://github-redirect.dependabot.com/antlr/antlr4/issues/3657">#3657</a>)</li>
   <li><a href="https://github.com/antlr/antlr4/commit/ae1bf405f0071ad06dc7fc3105d074aad1130135"><code>ae1bf40</code></a> use to 4.3.3 ST4 not snapshot</li>
   <li><a href="https://github.com/antlr/antlr4/commit/3adf4fd3d2abcd62660ee659a9d549f7c6e918e7"><code>3adf4fd</code></a> use to 4.3.3 ST4, tweak status badge</li>
   <li><a href="https://github.com/antlr/antlr4/commit/3e3fecf106726dae582a4e8deef156efee31b7e5"><code>3e3fecf</code></a> fix badges</li>
   <li><a href="https://github.com/antlr/antlr4/commit/661d8ec470c1167035a13956bd32b5eb6b1ff224"><code>661d8ec</code></a> deploy script copied wrong jar file</li>
   <li><a href="https://github.com/antlr/antlr4/commit/e37fea125e83dd2c73813c3febaaa21897d14cf0"><code>e37fea1</code></a> tweak doc, scripts for release</li>
   <li><a href="https://github.com/antlr/antlr4/commit/2471728f29691215aa3d3097e8eb2c95972c3de4"><code>2471728</code></a> [maven-release-plugin] prepare for next development iteration</li>
   <li>Additional commits viewable in <a href="https://github.com/antlr/antlr4/compare/4.5.3...4.10.1">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   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 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-unsubscribe@directory.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org
For additional commands, e-mail: dev-help@directory.apache.org


[GitHub] [directory-scimple] dependabot[bot] closed pull request #47: Bump version.antlr4 from 4.5.3 to 4.10.1

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #47: Bump version.antlr4 from 4.5.3 to 4.10.1
URL: https://github.com/apache/directory-scimple/pull/47


-- 
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-unsubscribe@directory.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org
For additional commands, e-mail: dev-help@directory.apache.org


[GitHub] [directory-scimple] bdemers commented on pull request #47: Bump version.antlr4 from 4.5.3 to 4.10.1

Posted by GitBox <gi...@apache.org>.
bdemers commented on PR #47:
URL: https://github.com/apache/directory-scimple/pull/47#issuecomment-1142644736

   @dependabot rebase


-- 
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-unsubscribe@directory.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org
For additional commands, e-mail: dev-help@directory.apache.org


[GitHub] [directory-scimple] bdemers commented on pull request #47: Bump version.antlr4 from 4.5.3 to 4.10.1

Posted by GitBox <gi...@apache.org>.
bdemers commented on PR #47:
URL: https://github.com/apache/directory-scimple/pull/47#issuecomment-1142742524

   ANTRL 4.10+ requires Java 11
   
   Phone numbers are parsed incorrectly after v4.6.
   The string `tel:+358-4x-123-4` resolves to `tel:+358-4`
   parsing this string fails in 4.5.3


-- 
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-unsubscribe@directory.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org
For additional commands, e-mail: dev-help@directory.apache.org


[GitHub] [directory-scimple] dependabot[bot] commented on pull request #47: Bump version.antlr4 from 4.5.3 to 4.10.1

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #47:
URL: https://github.com/apache/directory-scimple/pull/47#issuecomment-1237340117

   Superseded by #128.


-- 
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-unsubscribe@directory.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org
For additional commands, e-mail: dev-help@directory.apache.org