TuxCoding
65a379c3c2
Catching missing class on other platforms than Paper or older
...
Related #1313
2025-06-23 19:51:35 +02:00
Ziga
2ff6547552
Improve debug logs for force login in Passky
2025-06-23 11:05:01 +02:00
Ziga
c3233b2c67
- Fix Passky hook
...
- Implement debug logs to Passky
2025-06-23 11:02:08 +02:00
TuxCoding
f86c918a8b
Use Paper API for detecting proxies (1.21.6+)
...
Related #1312
2025-06-23 10:44:58 +02:00
WuzzyLV
001cf3237b
Update CraftAPI to fix 403 Forbidden errors from Mojang API
...
Fixes #1306
Fixes #1305
2025-06-13 11:13:52 +02:00
dependabot[bot]
c28c634351
Bump advanced-security/maven-dependency-submission-action from 4.1.2 to 5.0.0 ( #1298 )
...
Bump advanced-security/maven-dependency-submission-action
Bumps [advanced-security/maven-dependency-submission-action](https://github.com/advanced-security/maven-dependency-submission-action ) from 4.1.2 to 5.0.0.
- [Release notes](https://github.com/advanced-security/maven-dependency-submission-action/releases )
- [Commits](https://github.com/advanced-security/maven-dependency-submission-action/compare/v4.1.2...v5.0.0 )
---
updated-dependencies:
- dependency-name: advanced-security/maven-dependency-submission-action
dependency-version: 5.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-03 17:19:54 +02:00
TuxCoding
4550562465
Fix finding the correct login sessions in Velocity
...
Velocity uses different objects during each login phase.
Therefore, keys are no persistent. Only an internal variable
is shared and exposed with `getConnection()`, but this method
is not available in the API. We use `InetSocketAddress` objects
until there is a better method for identifying sessions.
Related #1297
2025-06-02 18:23:33 +02:00
tbm00
2308d98dcd
Added /fldelete <name> to delete profiles from storage ( #1283 )
...
* Added `/fldelete <name>` to delete profiles from storage by name
* Implemented requested changes for pull request #1283
* Update delete command's perm default
2025-05-26 14:51:21 +02:00
Alex (TuxCoding)
063b6a9405
Add support for Passky login plugin ( #1289 )
2025-05-20 11:19:54 +02:00
TuxCoding
1b45b8d2be
Run tasks directly instead of using the sync method
...
Fixes #1291
2025-05-13 17:05:23 +02:00
TuxCoding
8be0de4781
Add new download location
2025-05-13 16:59:58 +02:00
TuxCoding
d06c44041d
Add annotation processor explicitly to fix plugin json generation
...
Related #1286
Related #1292
2025-05-13 16:57:28 +02:00
Alex (TuxCoding)
69fa341188
[CI-SKIP] Add GitHub changelog configuration
2025-04-28 13:06:17 +02:00
Ziga
e1ba698f28
Remove duplicated repository
2025-04-24 21:01:11 +02:00
Ziga
7bf613c8b4
Add support for Passky login plugin
2025-04-24 20:55:03 +02:00
Alex (TuxCoding)
1c194280b1
Bump the production-dependencies group across 1 directory with 8 updates ( #1288 )
...
Bumps the production-dependencies group with 8 updates in the /
directory:
| Package | From | To |
| --- | --- | --- |
|
[com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle )
| `10.17.0` | `10.23.0` |
|
[org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin )
| `3.13.0` | `3.14.0` |
|
[com.mycila:license-maven-plugin](https://github.com/mathieucarbou/license-maven-plugin )
| `4.5` | `5.0.0` |
|
[org.apache.maven.plugins:maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin )
| `3.4.0` | `3.6.0` |
|
[org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire )
| `3.3.0` | `3.5.3` |
| org.slf4j:slf4j-jdk14 | `2.0.13` | `2.0.17` |
| [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml ) |
`2.2` | `2.4` |
|
[org.mariadb.jdbc:mariadb-java-client](https://github.com/mariadb-corporation/mariadb-connector-j )
| `3.4.0` | `3.5.3` |
Updates `com.puppycrawl.tools:checkstyle` from 10.17.0 to 10.23.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/checkstyle/checkstyle/releases ">com.puppycrawl.tools:checkstyle's
releases</a>.</em></p>
<blockquote>
<h2>checkstyle-10.23.0</h2>
<p>Checkstyle 10.23.0 - <a
href="https://checkstyle.org/releasenotes.html#Release_10.23.0 ">https://checkstyle.org/releasenotes.html#Release_10.23.0 </a></p>
<p>New:</p>
<p><a
href="https://redirect.github.com/checkstyle/checkstyle/issues/9745 ">#9745</a>
- JavadocMethod: new property 'allowInlineReturn' to support for Javadoc
return tag as inline</p>
<p>Bug fixes:</p>
<p><a
href="https://redirect.github.com/checkstyle/checkstyle/issues/14697 ">#14697</a>
- False negative in UnusedImportCheck</p>
<!-- raw HTML omitted -->
<h2>checkstyle-10.22.0</h2>
<p>Checkstyle 10.22.0 - <a
href="https://checkstyle.org/releasenotes.html#Release_10.22.0 ">https://checkstyle.org/releasenotes.html#Release_10.22.0 </a></p>
<p>Breaking backward compatibility:</p>
<p><a
href="https://redirect.github.com/checkstyle/checkstyle/issues/9280 ">#9280</a>
- JavadocVariable: new property 'accessModifiers' as substitution of
'scope' and 'excludeScope'
<a
href="https://redirect.github.com/checkstyle/checkstyle/issues/15499 ">#15499</a>
- Change default or IllegalIdentifierName</p>
<p>Bug fixes:</p>
<p><a
href="https://redirect.github.com/checkstyle/checkstyle/issues/16641 ">#16641</a>
- <code>FileContents.getJavadocBefore()</code>: Comments should not be
skipped if it is not alone in line
<a
href="https://redirect.github.com/checkstyle/checkstyle/issues/16385 ">#16385</a>
- JavadocTagContinuationIndentation Ignore indentation check when HTML
tag break line
<a
href="https://redirect.github.com/checkstyle/checkstyle/issues/16628 ">#16628</a>
- use SLL prediction mode for fast javadoc parsing to improve
performance
<a
href="https://redirect.github.com/checkstyle/checkstyle/issues/43 ">#43</a>
- JavadocMethod: Javadoc Not Detected Above Multiline Comments
<a
href="https://redirect.github.com/checkstyle/checkstyle/issues/12817 ">#12817</a>
- Incorrect Indentation errors for expression switches with
google_checks.xml
<a
href="https://redirect.github.com/checkstyle/checkstyle/issues/6637 ">#6637</a>
- SuppressWarningsHolder aliasList members don't act like aliases
<a
href="https://redirect.github.com/checkstyle/checkstyle/issues/13043 ">#13043</a>
- Make references optional for link and linkplain tags
<a
href="https://redirect.github.com/checkstyle/checkstyle/issues/16005 ">#16005</a>
- Parse errors if ``@<code>see</code> spans multiple lines
<a
href="https://redirect.github.com/checkstyle/checkstyle/issues/14446 ">#14446</a>
- Parse error when Javadoc contains `@`snippet with code example that
uses Java annotation</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="25f2753f65 "><code>25f2753</code></a>
[maven-release-plugin] prepare release checkstyle-10.23.0</li>
<li><a
href="ed97c94df9 "><code>ed97c94</code></a>
doc: release notes for 10.23.0</li>
<li><a
href="9e773ff72e "><code>9e773ff</code></a>
Issue <a
href="https://redirect.github.com/checkstyle/checkstyle/issues/16332 ">#16332</a>:
Updated SuppressionSingleFilterExamplesTest methods to use veri...</li>
<li><a
href="688d0cda5b "><code>688d0cd</code></a>
Issue <a
href="https://redirect.github.com/checkstyle/checkstyle/issues/16360 ">#16360</a>:
Migrate XMLLoggerTest to use inlineConfigParser</li>
<li><a
href="66946e9fe9 "><code>66946e9</code></a>
Issue <a
href="https://redirect.github.com/checkstyle/checkstyle/issues/16360 ">#16360</a>:
Migrate XMLLoggerTest.testAddErrorOnZeroColumns to use inlineCo...</li>
<li><a
href="4890ef67d1 "><code>4890ef6</code></a>
Issue <a
href="https://redirect.github.com/checkstyle/checkstyle/issues/14631 ">#14631</a>:
Updated HR_TAG to new AST format</li>
<li><a
href="754c35d720 "><code>754c35d</code></a>
minor: Bump version to 10.23.0-SNAPSHOT</li>
<li><a
href="359fa919d6 "><code>359fa91</code></a>
Issue <a
href="https://redirect.github.com/checkstyle/checkstyle/issues/16155 ">#16155</a>:
use nio api in XpathFileGeneratorAuditListener</li>
<li><a
href="3f0fec8c85 "><code>3f0fec8</code></a>
Issue <a
href="https://redirect.github.com/checkstyle/checkstyle/issues/9745 ">#9745</a>:
Added JavadocMethod inline return tag support</li>
<li><a
href="381a852b92 "><code>381a852</code></a>
Issue <a
href="https://redirect.github.com/checkstyle/checkstyle/issues/14631 ">#14631</a>:
Updated DD to new AST format</li>
<li>Additional commits viewable in <a
href="https://github.com/checkstyle/checkstyle/compare/checkstyle-10.17.0...checkstyle-10.23.0 ">compare
view</a></li>
</ul>
</details>
<br />
Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.13.0 to
3.14.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/apache/maven-compiler-plugin/releases ">org.apache.maven.plugins:maven-compiler-plugin's
releases</a>.</em></p>
<blockquote>
<h2>3.14.0</h2>
<!-- raw HTML omitted -->
<h2>🚀 New features and improvements</h2>
<ul>
<li>Enable GitHub Issues (<a
href="https://redirect.github.com/apache/maven-compiler-plugin/pull/305 ">#305</a>)
<a
href="https://github.com/slawekjaranowski "><code>@slawekjaranowski</code></a></li>
<li><a
href="https://issues.apache.org/jira/browse/MCOMPILER-579 ">[MCOMPILER-579]</a>
- allow module-version configuration (<a
href="https://redirect.github.com/apache/maven-compiler-plugin/pull/273 ">#273</a>)
<a href="https://github.com/mguillem "><code>@mguillem</code></a></li>
<li>Bump org.codehaus.plexus:plexus-java from 1.2.0 to 1.4.0 - JDK 24
support (<a
href="https://redirect.github.com/apache/maven-compiler-plugin/pull/293 ">#293</a>)
@<a href="https://github.com/apps/dependabot ">dependabot[bot]</a></li>
<li>Update release-drafter configuration, PR automation (<a
href="https://redirect.github.com/apache/maven-compiler-plugin/pull/281 ">#281</a>)
<a
href="https://github.com/slawekjaranowski "><code>@slawekjaranowski</code></a></li>
<li><a
href="https://issues.apache.org/jira/browse/MCOMPILER-588 ">[MCOMPILER-588]</a>
- JUnit4 test framework to JUnit5 migration (<a
href="https://redirect.github.com/apache/maven-compiler-plugin/pull/236 ">#236</a>)
<a
href="https://github.com/MidNight-er "><code>@MidNight-er</code></a></li>
</ul>
<h2>🐛 Bug Fixes</h2>
<ul>
<li>Fix release-drafter config (<a
href="https://redirect.github.com/apache/maven-compiler-plugin/pull/292 ">#292</a>)
<a
href="https://github.com/slawekjaranowski "><code>@slawekjaranowski</code></a></li>
<li><a
href="https://issues.apache.org/jira/browse/MCOMPILER-591 ">[MCOMPILER-591]</a>
- testCompile - fix detections of target less than 1.9 (<a
href="https://redirect.github.com/apache/maven-compiler-plugin/pull/240 ">#240</a>)
<a
href="https://github.com/slawekjaranowski "><code>@slawekjaranowski</code></a></li>
</ul>
<h2>📦 Dependency updates</h2>
<ul>
<li>Bump org.codehaus.plexus:plexus-java from 1.2.0 to 1.4.0 - JDK 24
support (<a
href="https://redirect.github.com/apache/maven-compiler-plugin/pull/293 ">#293</a>)
@<a href="https://github.com/apps/dependabot ">dependabot[bot]</a></li>
<li>Bump mavenVersion from 3.6.3 to 3.9.9 (<a
href="https://redirect.github.com/apache/maven-compiler-plugin/pull/283 ">#283</a>)
@<a href="https://github.com/apps/dependabot ">dependabot[bot]</a></li>
<li>Bump org.mockito:mockito-core from 4.8.0 to 4.11.0 (<a
href="https://redirect.github.com/apache/maven-compiler-plugin/pull/288 ">#288</a>)
@<a href="https://github.com/apps/dependabot ">dependabot[bot]</a></li>
<li>Bump org.apache.maven.plugins:maven-plugins from 42 to 43 (<a
href="https://redirect.github.com/apache/maven-compiler-plugin/pull/285 ">#285</a>)
@<a href="https://github.com/apps/dependabot ">dependabot[bot]</a></li>
<li><a
href="https://issues.apache.org/jira/browse/MCOMPILER-590 ">[MCOMPILER-590]</a>
- Bump org.apache.maven.plugins:maven-plugins from 41 to 42 (<a
href="https://redirect.github.com/apache/maven-compiler-plugin/pull/235 ">#235</a>)
@<a href="https://github.com/apps/dependabot ">dependabot[bot]</a></li>
</ul>
<h2>👻 Maintenance</h2>
<ul>
<li>Update scm tag according to branch (<a
href="https://redirect.github.com/apache/maven-compiler-plugin/pull/303 ">#303</a>)
<a
href="https://github.com/slawekjaranowski "><code>@slawekjaranowski</code></a></li>
<li><a
href="https://issues.apache.org/jira/browse/MNGSITE-529 ">[MNGSITE-529]</a>
- Rename "Goals" to "Plugin Documentation" (<a
href="https://redirect.github.com/apache/maven-compiler-plugin/pull/300 ">#300</a>)
<a href="https://github.com/Bukama "><code>@Bukama</code></a></li>
<li>Use JUnit version from parent (<a
href="https://redirect.github.com/apache/maven-compiler-plugin/pull/299 ">#299</a>)
<a
href="https://github.com/slawekjaranowski "><code>@slawekjaranowski</code></a></li>
<li><a
href="https://issues.apache.org/jira/browse/MCOMPILER-529 ">[MCOMPILER-529]</a>
- Update docs about version schema (Maven 3) (<a
href="https://redirect.github.com/apache/maven-compiler-plugin/pull/295 ">#295</a>)
<a href="https://github.com/Bukama "><code>@Bukama</code></a></li>
<li>Use default Maven versions for build on GitHub (<a
href="https://redirect.github.com/apache/maven-compiler-plugin/pull/289 ">#289</a>)
<a
href="https://github.com/slawekjaranowski "><code>@slawekjaranowski</code></a></li>
<li>Remove Maven 3 note (<a
href="https://redirect.github.com/apache/maven-compiler-plugin/pull/241 ">#241</a>)
<a href="https://github.com/elharo "><code>@elharo</code></a></li>
<li>Remove info about old versions (<a
href="https://redirect.github.com/apache/maven-compiler-plugin/pull/237 ">#237</a>)
<a href="https://github.com/elharo "><code>@elharo</code></a></li>
</ul>
<h2>🔧 Build</h2>
<ul>
<li>Exclude JDK 8 - temurin, adopt-openj9 on macos, use defaults values
(<a
href="https://redirect.github.com/apache/maven-compiler-plugin/pull/238 ">#238</a>)
<a
href="https://github.com/slawekjaranowski "><code>@slawekjaranowski</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="b5e7d9b907 "><code>b5e7d9b</code></a>
[maven-release-plugin] prepare release maven-compiler-plugin-3.14.0</li>
<li><a
href="9134f1231a "><code>9134f12</code></a>
Enable GitHub Issues</li>
<li><a
href="19b8b128f4 "><code>19b8b12</code></a>
Update scm tag according to branch</li>
<li><a
href="09dce4e613 "><code>09dce4e</code></a>
[MCOMPILER-579] allow module-version configuration (<a
href="https://redirect.github.com/apache/maven-compiler-plugin/issues/273 ">#273</a>)</li>
<li><a
href="f7c3c5fab1 "><code>f7c3c5f</code></a>
Bump org.codehaus.plexus:plexus-java from 1.2.0 to 1.4.0</li>
<li><a
href="764a54b22b "><code>764a54b</code></a>
[MNGSITE-529] Rename "Goals" to "Plugin
Documentation"</li>
<li><a
href="cfacbc1630 "><code>cfacbc1</code></a>
PR Automation only on close event</li>
<li><a
href="5c26bba9ed "><code>5c26bba</code></a>
Use JUnit version from parent</li>
<li><a
href="5449407f10 "><code>5449407</code></a>
[MCOMPILER-529] Update docs about version schema (Maven 3)</li>
<li><a
href="01d5b8824e "><code>01d5b88</code></a>
Bump mavenVersion from 3.6.3 to 3.9.9 (<a
href="https://redirect.github.com/apache/maven-compiler-plugin/issues/283 ">#283</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.13.0...maven-compiler-plugin-3.14.0 ">compare
view</a></li>
</ul>
</details>
<br />
Updates `com.mycila:license-maven-plugin` from 4.5 to 5.0.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/mathieucarbou/license-maven-plugin/releases ">com.mycila:license-maven-plugin's
releases</a>.</em></p>
<blockquote>
<h2>v5.0.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Bump junit.version from 5.11.0 to 5.11.1 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/836 ">mathieucarbou/license-maven-plugin#836</a></li>
<li>Drop Java 8, use 11 by <a
href="https://github.com/mathieucarbou "><code>@mathieucarbou</code></a>
in <a
href="https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/833 ">mathieucarbou/license-maven-plugin#833</a></li>
<li>[pom] Bump jgit to 6.10.0.202406032230-r by <a
href="https://github.com/hazendaz "><code>@hazendaz</code></a> in <a
href="https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/837 ">mathieucarbou/license-maven-plugin#837</a></li>
<li>Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.6 to 3.2.7
by <a href="https://github.com/dependabot "><code>@dependabot</code></a>
in <a
href="https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/838 ">mathieucarbou/license-maven-plugin#838</a></li>
<li>Bump com.puppycrawl.tools:checkstyle from 10.18.1 to 10.18.2 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/839 ">mathieucarbou/license-maven-plugin#839</a></li>
<li>Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.0 to
3.10.1 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/841 ">mathieucarbou/license-maven-plugin#841</a></li>
<li>Bump junit.version from 5.11.1 to 5.11.2 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/843 ">mathieucarbou/license-maven-plugin#843</a></li>
<li>Bump surefire.version from 3.5.0 to 3.5.1 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/844 ">mathieucarbou/license-maven-plugin#844</a></li>
<li>Bump junit.version from 5.11.2 to 5.11.3 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/845 ">mathieucarbou/license-maven-plugin#845</a></li>
<li>Bump org.apache.maven.plugins:maven-invoker-plugin from 3.8.0 to
3.8.1 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/846 ">mathieucarbou/license-maven-plugin#846</a></li>
<li>Bump org.apache.maven.plugins:maven-project-info-reports-plugin from
3.7.0 to 3.8.0 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/848 ">mathieucarbou/license-maven-plugin#848</a></li>
<li>Bump org.apache.maven.plugins:maven-site-plugin from 3.20.0 to
3.21.0 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/847 ">mathieucarbou/license-maven-plugin#847</a></li>
<li>Bump maven-plugin.version from 3.15.0 to 3.15.1 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/849 ">mathieucarbou/license-maven-plugin#849</a></li>
<li>Bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.5.0 to
3.6.0 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/850 ">mathieucarbou/license-maven-plugin#850</a></li>
<li>Bump com.puppycrawl.tools:checkstyle from 10.18.2 to 10.19.0 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/851 ">mathieucarbou/license-maven-plugin#851</a></li>
<li>Bump com.puppycrawl.tools:checkstyle from 10.19.0 to 10.20.0 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/852 ">mathieucarbou/license-maven-plugin#852</a></li>
<li>Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.1 to
3.11.1 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/854 ">mathieucarbou/license-maven-plugin#854</a></li>
<li>Bump surefire.version from 3.5.1 to 3.5.2 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/853 ">mathieucarbou/license-maven-plugin#853</a></li>
<li>Bump com.puppycrawl.tools:checkstyle from 10.20.0 to 10.20.1 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/855 ">mathieucarbou/license-maven-plugin#855</a></li>
<li>Bump groovy.version from 4.0.23 to 4.0.24 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/856 ">mathieucarbou/license-maven-plugin#856</a></li>
<li>[exclusions] Do not handle .gradle or build directories by <a
href="https://github.com/hazendaz "><code>@hazendaz</code></a> in <a
href="https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/858 ">mathieucarbou/license-maven-plugin#858</a></li>
<li>Bump com.puppycrawl.tools:checkstyle from 10.20.1 to 10.20.2 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/861 ">mathieucarbou/license-maven-plugin#861</a></li>
<li>Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.1 to
3.11.2 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/862 ">mathieucarbou/license-maven-plugin#862</a></li>
<li>Bump org.apache.maven.plugins:maven-invoker-plugin from 3.8.1 to
3.9.0 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/863 ">mathieucarbou/license-maven-plugin#863</a></li>
<li>Bump junit.version from 5.11.3 to 5.11.4 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/865 ">mathieucarbou/license-maven-plugin#865</a></li>
<li>Bump com.puppycrawl.tools:checkstyle from 10.20.2 to 10.21.0 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/864 ">mathieucarbou/license-maven-plugin#864</a></li>
<li>Bump com.google.guava:guava from 33.3.1-jre to 33.4.0-jre by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/866 ">mathieucarbou/license-maven-plugin#866</a></li>
<li>Bump org.assertj:assertj-core from 3.26.3 to 3.27.0 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/867 ">mathieucarbou/license-maven-plugin#867</a></li>
<li>Bump com.puppycrawl.tools:checkstyle from 10.21.0 to 10.21.1 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/871 ">mathieucarbou/license-maven-plugin#871</a></li>
<li>Bump org.assertj:assertj-core from 3.27.0 to 3.27.1 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/872 ">mathieucarbou/license-maven-plugin#872</a></li>
<li>Bump org.assertj:assertj-core from 3.27.1 to 3.27.2 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/875 ">mathieucarbou/license-maven-plugin#875</a></li>
<li>Test to specify licenseSet includes from CLI by <a
href="https://github.com/mathieu "><code>@mathieu</code></a> in <a
href="https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/878 ">mathieucarbou/license-maven-plugin#878</a></li>
<li>[GA] Update snapshot report by <a
href="https://github.com/github-actions "><code>@github-actions</code></a>
in <a
href="https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/835 ">mathieucarbou/license-maven-plugin#835</a></li>
<li>lazy evaluation for git provided properties by <a
href="https://github.com/frawa "><code>@frawa</code></a> in <a
href="https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/877 ">mathieucarbou/license-maven-plugin#877</a></li>
<li>[GA] Update snapshot report by <a
href="https://github.com/github-actions "><code>@github-actions</code></a>
in <a
href="https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/879 ">mathieucarbou/license-maven-plugin#879</a></li>
<li>[exclusions] Add angular folder to exclusions by <a
href="https://github.com/hazendaz "><code>@hazendaz</code></a> in <a
href="https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/869 ">mathieucarbou/license-maven-plugin#869</a></li>
<li>Update dependency com.mycila:license-maven-plugin to v4.6 by <a
href="https://github.com/hazendaz "><code>@hazendaz</code></a> in <a
href="https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/868 ">mathieucarbou/license-maven-plugin#868</a></li>
<li>[java11] Use Path.of instead of Paths.get by <a
href="https://github.com/hazendaz "><code>@hazendaz</code></a> in <a
href="https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/881 ">mathieucarbou/license-maven-plugin#881</a></li>
<li>[GA] Update snapshot report by <a
href="https://github.com/github-actions "><code>@github-actions</code></a>
in <a
href="https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/880 ">mathieucarbou/license-maven-plugin#880</a></li>
<li>Bump org.assertj:assertj-core from 3.27.2 to 3.27.3 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/889 ">mathieucarbou/license-maven-plugin#889</a></li>
<li>[tests] Rewrite hamcrest to assertj and remove hamcrest from the
build by <a
href="https://github.com/hazendaz "><code>@hazendaz</code></a> in <a
href="https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/895 ">mathieucarbou/license-maven-plugin#895</a></li>
<li>Use less of plexus and no longer need to override plexus xml by <a
href="https://github.com/hazendaz "><code>@hazendaz</code></a> in <a
href="https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/894 ">mathieucarbou/license-maven-plugin#894</a></li>
<li>Add to default exclusion and cleanup pom on exclusions already in
core releases by <a
href="https://github.com/hazendaz "><code>@hazendaz</code></a> in <a
href="https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/892 ">mathieucarbou/license-maven-plugin#892</a></li>
<li>[gha] Make sure we cache maven (and sort) and make sure docs are
proper EOF marked by <a
href="https://github.com/hazendaz "><code>@hazendaz</code></a> in <a
href="https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/893 ">mathieucarbou/license-maven-plugin#893</a></li>
<li>Build cleanup items by <a
href="https://github.com/hazendaz "><code>@hazendaz</code></a> in <a
href="https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/891 ">mathieucarbou/license-maven-plugin#891</a></li>
<li>[GA] Update snapshot report by <a
href="https://github.com/github-actions "><code>@github-actions</code></a>
in <a
href="https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/890 ">mathieucarbou/license-maven-plugin#890</a></li>
<li>Bump com.puppycrawl.tools:checkstyle from 10.21.1 to 10.21.2 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/899 ">mathieucarbou/license-maven-plugin#899</a></li>
<li>Bump groovy.version from 4.0.24 to 4.0.25 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/898 ">mathieucarbou/license-maven-plugin#898</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="57aa95f7b0 "><code>57aa95f</code></a>
[maven-release-plugin] prepare release v5.0.0</li>
<li><a
href="de4e5d9fcc "><code>de4e5d9</code></a>
Merge pull request <a
href="https://redirect.github.com/mathieucarbou/license-maven-plugin/issues/921 ">#921</a>
from mathieucarbou/dependabot/maven/org.mockito-mocki...</li>
<li><a
href="1fd530b022 "><code>1fd530b</code></a>
Bump org.mockito:mockito-bom from 5.16.0 to 5.16.1</li>
<li><a
href="0229bcf6fe "><code>0229bcf</code></a>
Merge pull request <a
href="https://redirect.github.com/mathieucarbou/license-maven-plugin/issues/920 ">#920</a>
from mathieucarbou/dependabot/maven/junit.version-5.12.1</li>
<li><a
href="34c9cb32b1 "><code>34c9cb3</code></a>
Bump junit.version from 5.12.0 to 5.12.1</li>
<li><a
href="8d11e9c28b "><code>8d11e9c</code></a>
Merge pull request <a
href="https://redirect.github.com/mathieucarbou/license-maven-plugin/issues/918 ">#918</a>
from mathieucarbou/dependabot/maven/com.puppycrawl.to...</li>
<li><a
href="04794f5a92 "><code>04794f5</code></a>
Bump com.puppycrawl.tools:checkstyle from 10.21.3 to 10.21.4</li>
<li><a
href="b2243d70dd "><code>b2243d7</code></a>
Merge pull request <a
href="https://redirect.github.com/mathieucarbou/license-maven-plugin/issues/917 ">#917</a>
from mathieucarbou/dependabot/maven/org.mockito-mocki...</li>
<li><a
href="915c37355d "><code>915c373</code></a>
Bump org.mockito:mockito-bom from 5.15.2 to 5.16.0</li>
<li><a
href="ff4b1d6565 "><code>ff4b1d6</code></a>
Merge pull request <a
href="https://redirect.github.com/mathieucarbou/license-maven-plugin/issues/915 ">#915</a>
from mathieucarbou/dependabot/maven/org.apache.maven....</li>
<li>Additional commits viewable in <a
href="https://github.com/mathieucarbou/license-maven-plugin/compare/license-maven-plugin-4.5...v5.0.0 ">compare
view</a></li>
</ul>
</details>
<br />
Updates `org.apache.maven.plugins:maven-checkstyle-plugin` from 3.4.0 to
3.6.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="dd1abd9ee7 "><code>dd1abd9</code></a>
[maven-release-plugin] prepare release
maven-checkstyle-plugin-3.6.0</li>
<li><a
href="9ccb06ed3e "><code>9ccb06e</code></a>
fix</li>
<li><a
href="6ac89b88de "><code>6ac89b8</code></a>
[MCHECKSTYLE-452] Upgrade to Doxia 2.0.0 GA Stack</li>
<li><a
href="ff1a1b76e2 "><code>ff1a1b7</code></a>
Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0</li>
<li><a
href="13e16c5bbf "><code>13e16c5</code></a>
Remove unecessary test dependency on plexus-container-default</li>
<li><a
href="a7c962ae77 "><code>a7c962a</code></a>
[maven-release-plugin] prepare for next development iteration</li>
<li><a
href="868abc95ea "><code>868abc9</code></a>
[maven-release-plugin] prepare release
maven-checkstyle-plugin-3.5.0</li>
<li><a
href="9043f8a96e "><code>9043f8a</code></a>
[MCHECKSTYLE-446] Dynamically calculate
xrefLocation/xrefTestLocation</li>
<li><a
href="0e7bd00e10 "><code>0e7bd00</code></a>
[MCHECKSTYLE-445] Upgrade to Doxia 2.0.0 Milestone Stack</li>
<li><a
href="b92666d0b0 "><code>b92666d</code></a>
Bump org.apache.maven.plugins:maven-plugins from 42 to 43</li>
<li>Additional commits viewable in <a
href="https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.4.0...maven-checkstyle-plugin-3.6.0 ">compare
view</a></li>
</ul>
</details>
<br />
Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.3.0 to
3.5.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/apache/maven-surefire/releases ">org.apache.maven.plugins:maven-surefire-plugin's
releases</a>.</em></p>
<blockquote>
<h2>3.5.3</h2>
<!-- raw HTML omitted -->
<h2>🐛 Bug Fixes</h2>
<ul>
<li><a
href="https://issues.apache.org/jira/browse/SUREFIRE-1737 ">[SUREFIRE-1737]</a>
- Fix disable in statelessTestsetReporter (<a
href="https://redirect.github.com/apache/maven-surefire/pull/816 ">#816</a>)
<a
href="https://github.com/slawekjaranowski "><code>@slawekjaranowski</code></a></li>
<li><a
href="https://issues.apache.org/jira/browse/SUREFIRE-1643 ">[SUREFIRE-1643]</a>
- surefire junit5 parallel tests (<a
href="https://redirect.github.com/apache/maven-surefire/pull/815 ">#815</a>)
<a href="https://github.com/olamy "><code>@olamy</code></a></li>
<li><a
href="https://issues.apache.org/jira/browse/SUREFIRE-2289 ">[SUREFIRE-2289]</a>
- Make exceptions more appropriate to context (<a
href="https://redirect.github.com/apache/maven-surefire/pull/798 ">#798</a>)
<a href="https://github.com/elharo "><code>@elharo</code></a></li>
</ul>
<h2>👻 Maintenance</h2>
<ul>
<li>surefire shared utils version current version (<a
href="https://redirect.github.com/apache/maven-surefire/pull/825 ">#825</a>)
<a href="https://github.com/olamy "><code>@olamy</code></a></li>
<li>Update site descriptors (<a
href="https://redirect.github.com/apache/maven-surefire/pull/821 ">#821</a>)
<a
href="https://github.com/slawekjaranowski "><code>@slawekjaranowski</code></a></li>
<li>Use newer version of surefire for itself testing, enable JUnit 5 in
tests (<a
href="https://redirect.github.com/apache/maven-surefire/pull/822 ">#822</a>)
<a
href="https://github.com/slawekjaranowski "><code>@slawekjaranowski</code></a></li>
<li>Remove dependencies from root pom (<a
href="https://redirect.github.com/apache/maven-surefire/pull/819 ">#819</a>)
<a
href="https://github.com/slawekjaranowski "><code>@slawekjaranowski</code></a></li>
<li>move this dependency to dptMngt (<a
href="https://redirect.github.com/apache/maven-surefire/pull/818 ">#818</a>)
<a href="https://github.com/olamy "><code>@olamy</code></a></li>
<li><a
href="https://issues.apache.org/jira/browse/SUREFIRE-2291 ">[SUREFIRE-2291]</a>
- Change logger from Plexus to SLF4J (<a
href="https://redirect.github.com/apache/maven-surefire/pull/811 ">#811</a>)
<a
href="https://github.com/jeffjensen "><code>@jeffjensen</code></a></li>
<li>Add GitHub Automation actions (<a
href="https://redirect.github.com/apache/maven-surefire/pull/812 ">#812</a>)
<a
href="https://github.com/slawekjaranowski "><code>@slawekjaranowski</code></a></li>
<li>Convert reports to Guice (<a
href="https://redirect.github.com/apache/maven-surefire/pull/803 ">#803</a>)
<a href="https://github.com/elharo "><code>@elharo</code></a></li>
<li><a
href="https://issues.apache.org/jira/browse/MNGSITE-529 ">[MNGSITE-529]</a>
- Rename "Goals" to "Plugin Documentation" (<a
href="https://redirect.github.com/apache/maven-surefire/pull/809 ">#809</a>)
<a href="https://github.com/Bukama "><code>@Bukama</code></a></li>
<li>Update encoding docs (<a
href="https://redirect.github.com/apache/maven-surefire/pull/802 ">#802</a>)
<a href="https://github.com/elharo "><code>@elharo</code></a></li>
<li>Guice injection (<a
href="https://redirect.github.com/apache/maven-surefire/pull/801 ">#801</a>)
<a href="https://github.com/elharo "><code>@elharo</code></a></li>
</ul>
<h2>📦 Dependency updates</h2>
<ul>
<li>Bump org.htmlunit:htmlunit from 4.10.0 to 4.11.1 (<a
href="https://redirect.github.com/apache/maven-surefire/pull/823 ">#823</a>)
@<a href="https://github.com/apps/dependabot ">dependabot[bot]</a></li>
<li>Bump parent to 44 (<a
href="https://redirect.github.com/apache/maven-surefire/pull/817 ">#817</a>)
<a
href="https://github.com/slawekjaranowski "><code>@slawekjaranowski</code></a></li>
<li>Bump org.codehaus.plexus:plexus-java from 1.3.0 to 1.4.0 (<a
href="https://redirect.github.com/apache/maven-surefire/pull/810 ">#810</a>)
@<a href="https://github.com/apps/dependabot ">dependabot[bot]</a></li>
<li>Bump org.htmlunit:htmlunit from 4.4.0 to 4.10.0 (<a
href="https://redirect.github.com/apache/maven-surefire/pull/813 ">#813</a>)
@<a href="https://github.com/apps/dependabot ">dependabot[bot]</a></li>
<li>Bump commons-io:commons-io from 2.17.0 to 2.18.0 (<a
href="https://redirect.github.com/apache/maven-surefire/pull/797 ">#797</a>)
@<a href="https://github.com/apps/dependabot ">dependabot[bot]</a></li>
<li>Bump org.assertj:assertj-core from 3.27.2 to 3.27.3 (<a
href="https://redirect.github.com/apache/maven-surefire/pull/807 ">#807</a>)
@<a href="https://github.com/apps/dependabot ">dependabot[bot]</a></li>
<li>Bump org.assertj:assertj-core from 3.27.0 to 3.27.2 (<a
href="https://redirect.github.com/apache/maven-surefire/pull/805 ">#805</a>)
@<a href="https://github.com/apps/dependabot ">dependabot[bot]</a></li>
<li>Bump org.assertj:assertj-core from 3.26.3 to 3.27.0 (<a
href="https://redirect.github.com/apache/maven-surefire/pull/800 ">#800</a>)
@<a href="https://github.com/apps/dependabot ">dependabot[bot]</a></li>
</ul>
<h2>3.5.2</h2>
<!-- raw HTML omitted -->
<h2>🚀 New features and improvements</h2>
<ul>
<li><a
href="https://issues.apache.org/jira/browse/SUREFIRE-2278 ">[SUREFIRE-2278]</a>
- Don't say please. (<a
href="https://redirect.github.com/apache/maven-surefire/pull/792 ">#792</a>)
<a href="https://github.com/elharo "><code>@elharo</code></a></li>
</ul>
<h2>📦 Dependency updates</h2>
<ul>
<li><a
href="https://issues.apache.org/jira/browse/SUREFIRE-2281 ">[SUREFIRE-2281]</a>
- Doxia 2.0.0 ga (<a
href="https://redirect.github.com/apache/maven-surefire/pull/794 ">#794</a>)
<a href="https://github.com/michael-o "><code>@michael-o</code></a></li>
<li>Bump commons-io:commons-io from 2.2 to 2.14.0 in
/surefire-its/src/test/resources/surefire-979-smartStackTrace-wrongClassloader/module1
(<a
href="https://redirect.github.com/apache/maven-surefire/pull/789 ">#789</a>)
<a
href="https://github.com/dependabot "><code>@dependabot</code></a></li>
</ul>
<h2>👻 Maintenance</h2>
<ul>
<li><a
href="https://issues.apache.org/jira/browse/SUREFIRE-2282 ">[SUREFIRE-2282]</a>
- surefire-report-plugin: Update Introduction documenta… (<a
href="https://redirect.github.com/apache/maven-surefire/pull/796 ">#796</a>)
<a href="https://github.com/michael-o "><code>@michael-o</code></a></li>
<li>Reduce cyclomatic complexity (<a
href="https://redirect.github.com/apache/maven-surefire/pull/793 ">#793</a>)
<a href="https://github.com/elharo "><code>@elharo</code></a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="4434650a8a "><code>4434650</code></a>
[maven-release-plugin] prepare release surefire-3.5.3</li>
<li><a
href="1270950bc2 "><code>1270950</code></a>
use github directly</li>
<li><a
href="59f3a1f547 "><code>59f3a1f</code></a>
release tag name backward compatible</li>
<li><a
href="dfbabe2cfa "><code>dfbabe2</code></a>
assertj-core must be test scope (<a
href="https://redirect.github.com/apache/maven-surefire/issues/826 ">#826</a>)</li>
<li><a
href="e1f8119bfa "><code>e1f8119</code></a>
back to 3.5.3-SNAPSHOT</li>
<li><a
href="c497559438 "><code>c497559</code></a>
[maven-release-plugin] prepare for next development iteration</li>
<li><a
href="3962112f45 "><code>3962112</code></a>
[maven-release-plugin] prepare release v3.5.3</li>
<li><a
href="227c134e36 "><code>227c134</code></a>
surefire shared utils version current version (<a
href="https://redirect.github.com/apache/maven-surefire/issues/825 ">#825</a>)</li>
<li><a
href="1d34c34a7b "><code>1d34c34</code></a>
Bump org.htmlunit:htmlunit from 4.10.0 to 4.11.1</li>
<li><a
href="906b65aa11 "><code>906b65a</code></a>
Update site descriptors</li>
<li>Additional commits viewable in <a
href="https://github.com/apache/maven-surefire/compare/surefire-3.3.0...surefire-3.5.3 ">compare
view</a></li>
</ul>
</details>
<br />
Updates `org.slf4j:slf4j-jdk14` from 2.0.13 to 2.0.17
Updates `org.yaml:snakeyaml` from 2.2 to 2.4
<details>
<summary>Commits</summary>
<ul>
<li><a
href="c2f88dff8f "><code>c2f88df</code></a>
[maven-release-plugin] prepare for next development iteration</li>
<li><a
href="f30369553d "><code>f303695</code></a>
Merge branch 'master' into build-21</li>
<li><a
href="85fa3093ac "><code>85fa309</code></a>
Update changes</li>
<li><a
href="a9a6534885 "><code>a9a6534</code></a>
Merge branch 'master' into remove-custom-base64</li>
<li><a
href="ee85b4f371 "><code>ee85b4f</code></a>
Fix Base64</li>
<li><a
href="c39afe58a3 "><code>c39afe5</code></a>
Use tests for Java 8</li>
<li><a
href="df5632251a "><code>df56322</code></a>
Merge branch 'master' into ds/checkToken</li>
<li><a
href="95bd06bf21 "><code>95bd06b</code></a>
Merge pull request <a
href="https://bitbucket.org/snakeyaml/snakeyaml/issues/13 ">#13</a> from
schlosna/ds/checkToken</li>
<li><a
href="ccc1be2292 "><code>ccc1be2</code></a>
Update changes.xml</li>
<li><a
href="0487ff4ee7 "><code>0487ff4</code></a>
Update changes.xml</li>
<li>Additional commits viewable in <a
href="https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.4..snakeyaml-2.2 ">compare
view</a></li>
</ul>
</details>
<br />
Updates `org.mariadb.jdbc:mariadb-java-client` from 3.4.0 to 3.5.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/mariadb-corporation/mariadb-connector-j/releases ">org.mariadb.jdbc:mariadb-java-client's
releases</a>.</em></p>
<blockquote>
<h2>MariaDB Connector/Java 3.5.3</h2>
<h2><a
href="https://github.com/mariadb-corporation/mariadb-connector-j/tree/3.5.3 ">3.5.3</a>
(Feb 2025)</h2>
<p><a
href="https://github.com/mariadb-corporation/mariadb-connector-j/compare/3.5.2...3.5.3 ">Full
Changelog</a></p>
<h4>Bugs Fixed</h4>
<ul>
<li>CONJ-1226 Fixed issue where dates containing zero day or month
resulted in a DateTimeException</li>
<li>CONJ-1232 Resolved timestamp string representation incompatibility
between versions 2.7 and 3.x
<ul>
<li>see new option <a
href="https://mariadb.com/kb/en/about-mariadb-connector-j/#oldmodenoprecisiontimestamp ">oldModeNoPrecisionTimestamp</a></li>
</ul>
</li>
<li>CONJ-1226 Fixed incorrect values returned by
ResultSet.getColumnType() for unsigned values</li>
<li>CONJ-1241 Corrected regression in 3.x affecting column metadata for
unsigned types</li>
<li>CONJ-1243 Fixed CallableStatement.getParameterMetadata() returning
wrong java.sql.Type for boolean values</li>
<li>CONJ-1236 Prevented NPE (Null Pointer Exception) after reconnection
failure in high availability configurations</li>
<li>CONJ-1237 Fixed issue with incorrect statements.isClosed value after
closing connection</li>
<li>CONJ-1239 Disabled BULK operations when no parameters are
present</li>
<li>CONJ-1240 Fixed connectivity issues with databases that only accept
TLSv1.3</li>
<li>CONJ-1235 Modified redirection option to enable by default only when
SSL is enabled</li>
</ul>
<h2>MariaDB Connector/Java 3.5.2</h2>
<h2><a
href="https://github.com/mariadb-corporation/mariadb-connector-j/tree/3.5.2 ">3.5.2</a>
(Feb 2025)</h2>
<p><a
href="https://github.com/mariadb-corporation/mariadb-connector-j/compare/3.5.1...3.5.2 ">Full
Changelog</a></p>
<h4>Bugs Fixed</h4>
<ul>
<li>CONJ-1216 Resolved a performance issue that occurred when batch
processing on MySQL and older MariaDB (pre-10.2) servers</li>
<li>CONJ-1218 Incorrect behavior where XA connections are closed when
regular connections are terminated - this is against specifications</li>
<li>CONJ-1217 The trustCertificateKeyStorePassword alias parameter isn’t
taken into account</li>
<li>CONJ-1221 DatabaseMetadata.getTypeInfo() is missing the data types
UUID and VECTOR</li>
<li>CONJ-1225 System throws an exception prematurely without checking
all available connections</li>
<li>CONJ-1228 result-set.getObject() on BLOB type returns Blob in place
of byte[]</li>
<li>CONJ-660 new <code>disconnectOnExpiredPasswords</code> connection
option that controls client behavior when connecting with an expired
password.
When set to true (default), the client disconnects if it detects an
expired password.
When false, the client maintains the connection and allows setting a new
password.</li>
<li>CONJ-1229 Permit executeQuery commands to not return a
result-set</li>
</ul>
<h2>MariaDB Connector/Java 3.5.1</h2>
<h2><a
href="https://github.com/mariadb-corporation/mariadb-connector-j/tree/3.5.1 ">3.5.1</a>
(Nov 2024)</h2>
<p><a
href="https://github.com/mariadb-corporation/mariadb-connector-j/compare/3.5.0...3.5.1 ">Full
Changelog</a></p>
<h4>Notable changes</h4>
<ul>
<li>CONJ-1193 Implement parsec authentication</li>
<li>CONJ-1207 New HaMode: sequential write, loadbalance read</li>
<li>CONJ-1208 permit bulk for INSERT ON DUPLICATE KEY UPDATE commands
for 11.5.1+ servers</li>
</ul>
<h4>Bugs Fixed</h4>
<ul>
<li>CONJ-1053 Mark waffle-jna dependency optional in module
descriptor</li>
<li>CONJ-1196 setObject on java.util.Date was considered was a
java.sql.Date and truncate hour/minutes/seconds/ms while it must be
considered like a java.sql.Timestamp</li>
<li>CONJ-1211 jdbc 4.3 enquoteIdentifier missing validation</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/mariadb-corporation/mariadb-connector-j/blob/master/CHANGELOG.md ">org.mariadb.jdbc:mariadb-java-client's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/mariadb-corporation/mariadb-connector-j/tree/3.5.3 ">3.5.3</a>
(Mar 2025)</h2>
<p><a
href="https://github.com/mariadb-corporation/mariadb-connector-j/compare/3.5.2...3.5.3 ">Full
Changelog</a></p>
<h4>Bugs Fixed</h4>
<ul>
<li></li>
<li>CONJ-1226 Fixed issue where dates containing zero day or month
resulted in a DateTimeException</li>
<li>CONJ-1232 Resolved timestamp string representation incompatibility
between versions 2.7 and 3.x
<ul>
<li>see new option oldModeNoPrecisionTimestamp</li>
</ul>
</li>
<li>CONJ-1226 Fixed incorrect values returned by
ResultSet.getColumnType() for unsigned values</li>
<li>CONJ-1241 Corrected regression in 3.x affecting column metadata for
unsigned types</li>
<li>CONJ-1243 Fixed CallableStatement.getParameterMetadata() returning
wrong java.sql.Type for boolean values</li>
<li>CONJ-1236 Prevented NPE (Null Pointer Exception) after reconnection
failure in high availability configurations</li>
<li>CONJ-1237 Fixed issue with incorrect statements.isClosed value after
closing connection</li>
<li>CONJ-1239 Disabled BULK operations when no parameters are
present</li>
<li>CONJ-1240 Fixed connectivity issues with databases that only accept
TLSv1.3</li>
<li>CONJ-1235 Modified redirection option to enable by default only when
SSL is enabled</li>
</ul>
<h2><a
href="https://github.com/mariadb-corporation/mariadb-connector-j/tree/3.5.2 ">3.5.2</a>
(Feb 2025)</h2>
<p><a
href="https://github.com/mariadb-corporation/mariadb-connector-j/compare/3.5.1...3.5.2 ">Full
Changelog</a></p>
<h4>Bugs Fixed</h4>
<ul>
<li>CONJ-1216 Resolved a performance issue that occurred when batch
processing on MySQL and older MariaDB (pre-10.2) servers</li>
<li>CONJ-1218 Incorrect behavior where XA connections are closed when
regular connections are terminated - this is against specifications</li>
<li>CONJ-1217 The trustCertificateKeyStorePassword alias parameter isn’t
taken into account</li>
<li>CONJ-1221 DatabaseMetadata.getTypeInfo() is missing the data types
UUID and VECTOR</li>
<li>CONJ-1225 System throws an exception prematurely without checking
all available connections</li>
<li>CONJ-1228 result-set.getObject() on BLOB type returns Blob in place
of byte[]</li>
<li>CONJ-660 new <code>disconnectOnExpiredPasswords</code> connection
option that controls client behavior when connecting with an expired
password.
When set to true (default), the client disconnects if it detects an
expired password.
When false, the client maintains the connection and allows setting a new
password.</li>
<li>CONJ-1229 Permit executeQuery commands to not return a
result-set</li>
</ul>
<h2><a
href="https://github.com/mariadb-corporation/mariadb-connector-j/tree/3.5.1 ">3.5.1</a>
(Nov 2024)</h2>
<p><a
href="https://github.com/mariadb-corporation/mariadb-connector-j/compare/3.5.0...3.5.1 ">Full
Changelog</a></p>
<h4>Notable changes</h4>
<ul>
<li>CONJ-1193 Implement parsec authentication</li>
<li>CONJ-1207 New HaMode: sequential write, loadbalance read</li>
<li>CONJ-1208 permit bulk for INSERT ON DUPLICATE KEY UPDATE commands
for 11.5.1+ servers</li>
</ul>
<h4>Bugs Fixed</h4>
<ul>
<li>CONJ-1053 Mark waffle-jna dependency optional in module
descriptor</li>
<li>CONJ-1196 setObject on java.util.Date was considered was a
java.sql.Date and truncate hour/minutes/seconds/ms while it must be
considered like a java.sql.Timestamp</li>
<li>CONJ-1211 jdbc 4.3 enquoteIdentifier missing validation</li>
<li>CONJ-1213 sql command ending with semicolon and trailing space are
not using bulk</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="1622933546 "><code>1622933</code></a>
[misc] set 3.5.3 version</li>
<li><a
href="b0c299ee26 "><code>b0c299e</code></a>
Merge branch 'develop'</li>
<li><a
href="bd1d18f1af "><code>bd1d18f</code></a>
[misc] zero config not permitting non plugins without hash</li>
<li><a
href="ac2555bdb8 "><code>ac2555b</code></a>
Merge branch 'develop'</li>
<li><a
href="22f8126638 "><code>22f8126</code></a>
[misc] test improvement</li>
<li><a
href="cb03a35974 "><code>cb03a35</code></a>
[misc] correcting test for MySQL user length limitation</li>
<li><a
href="031de361f7 "><code>031de36</code></a>
[CONJ-1235] enable redirection option by default only when SSL is
enabled</li>
<li><a
href="5352d6bad2 "><code>5352d6b</code></a>
[CONJ-1226] Dates containing zero day or month results into
DateTimeException</li>
<li><a
href="2d481205ca "><code>2d48120</code></a>
[CONJ-1243] CallableStatement.getParameterMetadata for Boolean return
wrong v...</li>
<li><a
href="606fe0df86 "><code>606fe0d</code></a>
[misc] code style correction</li>
<li>Additional commits viewable in <a
href="https://github.com/mariadb-corporation/mariadb-connector-j/compare/3.4.0...3.5.3 ">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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
</details>
2025-04-23 17:17:40 +02:00
Alex (TuxCoding)
5803a34f84
Bump the development-dependencies group across 1 directory with 2 updates ( #1287 )
...
Bumps the development-dependencies group with 2 updates in the /
directory:
[org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5 )
and [org.bouncycastle:bcprov-jdk18on](https://github.com/bcgit/bc-java ).
Updates `org.junit.jupiter:junit-jupiter` from 5.10.3 to 5.12.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/junit-team/junit5/releases ">org.junit.jupiter:junit-jupiter's
releases</a>.</em></p>
<blockquote>
<p>JUnit 5.12.2 = Platform 1.12.2 + Jupiter 5.12.2 + Vintage 5.12.2</p>
<p>See <a
href="https://junit.org/junit5/docs/5.12.2/release-notes/ ">Release
Notes</a>.</p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/junit-team/junit5/compare/r5.12.1...r5.12.2 ">https://github.com/junit-team/junit5/compare/r5.12.1...r5.12.2 </a></p>
<p>JUnit 5.12.1 = Platform 1.12.1 + Jupiter 5.12.1 + Vintage 5.12.1</p>
<p>See <a
href="https://junit.org/junit5/docs/5.12.1/release-notes/ ">Release
Notes</a>.</p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/junit-team/junit5/compare/r5.12.0...r5.12.1 ">https://github.com/junit-team/junit5/compare/r5.12.0...r5.12.1 </a></p>
<p>JUnit 5.12.0 = Platform 1.12.0 + Jupiter 5.12.0 + Vintage 5.12.0</p>
<p>See <a
href="https://junit.org/junit5/docs/5.12.0/release-notes/ ">Release
Notes</a>.</p>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/chris-carneiro "><code>@chris-carneiro</code></a>
made their first contribution in <a
href="https://redirect.github.com/junit-team/junit5/pull/3938 ">junit-team/junit5#3938</a></li>
<li><a href="https://github.com/amaembo "><code>@amaembo</code></a> made
their first contribution in <a
href="https://redirect.github.com/junit-team/junit5/pull/4024 ">junit-team/junit5#4024</a></li>
<li><a
href="https://github.com/vdmitrienko "><code>@vdmitrienko</code></a>
made their first contribution in <a
href="https://redirect.github.com/junit-team/junit5/pull/3889 ">junit-team/junit5#3889</a></li>
<li><a
href="https://github.com/JojOatXGME "><code>@JojOatXGME</code></a> made
their first contribution in <a
href="https://redirect.github.com/junit-team/junit5/pull/4032 ">junit-team/junit5#4032</a></li>
<li><a href="https://github.com/yhkuo41 "><code>@yhkuo41</code></a> made
their first contribution in <a
href="https://redirect.github.com/junit-team/junit5/pull/3169 ">junit-team/junit5#3169</a></li>
<li><a href="https://github.com/AndreasTu "><code>@AndreasTu</code></a>
made their first contribution in <a
href="https://redirect.github.com/junit-team/junit5/pull/3431 ">junit-team/junit5#3431</a></li>
<li><a href="https://github.com/YongGoose "><code>@YongGoose</code></a>
made their first contribution in <a
href="https://redirect.github.com/junit-team/junit5/pull/4115 ">junit-team/junit5#4115</a></li>
<li><a
href="https://github.com/JonasJebing "><code>@JonasJebing</code></a>
made their first contribution in <a
href="https://redirect.github.com/junit-team/junit5/pull/4045 ">junit-team/junit5#4045</a></li>
<li><a href="https://github.com/ky0n "><code>@ky0n</code></a> made their
first contribution in <a
href="https://redirect.github.com/junit-team/junit5/pull/4152 ">junit-team/junit5#4152</a></li>
<li><a href="https://github.com/filiphr "><code>@filiphr</code></a> made
their first contribution in <a
href="https://redirect.github.com/junit-team/junit5/pull/4148 ">junit-team/junit5#4148</a></li>
<li><a href="https://github.com/Anmavel "><code>@Anmavel</code></a> made
their first contribution in <a
href="https://redirect.github.com/junit-team/junit5/pull/4149 ">junit-team/junit5#4149</a></li>
<li><a href="https://github.com/awelless "><code>@awelless</code></a>
made their first contribution in <a
href="https://redirect.github.com/junit-team/junit5/pull/3259 ">junit-team/junit5#3259</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/junit-team/junit5/compare/r5.11.4...r5.12.0 ">https://github.com/junit-team/junit5/compare/r5.11.4...r5.12.0 </a></p>
<p>JUnit 5.12.0-RC2 = Platform 1.12.0-RC2 + Jupiter 5.12.0-RC2 + Vintage
5.12.0-RC2</p>
<p>See <a
href="https://junit.org/junit5/docs/5.12.0-RC2/release-notes/ ">Release
Notes</a>.</p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/junit-team/junit5/compare/r5.12.0-RC1...r5.12.0-RC2 ">https://github.com/junit-team/junit5/compare/r5.12.0-RC1...r5.12.0-RC2 </a></p>
<p>JUnit 5.12.0-RC1 = Platform 1.12.0-RC1 + Jupiter 5.12.0-RC1 + Vintage
5.12.0-RC1</p>
<p>See <a
href="https://junit.org/junit5/docs/5.12.0-RC1/release-notes/ ">Release
Notes</a>.</p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/junit-team/junit5/compare/r5.12.0-M1...r5.12.0-RC1 ">https://github.com/junit-team/junit5/compare/r5.12.0-M1...r5.12.0-RC1 </a></p>
<p>JUnit 5.12.0-M1 = Platform 1.12.0-M1 + Jupiter 5.12.0-M1 + Vintage
5.12.0-M1</p>
<p>See <a
href="https://junit.org/junit5/docs/5.12.0-M1/release-notes/ ">Release
Notes</a>.</p>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/chris-carneiro "><code>@chris-carneiro</code></a>
made their first contribution in <a
href="https://redirect.github.com/junit-team/junit5/pull/3938 ">junit-team/junit5#3938</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="0a446598f2 "><code>0a44659</code></a>
Release 5.12.2</li>
<li><a
href="4c7dfdc0c0 "><code>4c7dfdc</code></a>
Finalize 5.12.2 release notes</li>
<li><a
href="561613e183 "><code>561613e</code></a>
Fix handling of <code>CleanupMode.ON_SUCCESS</code></li>
<li><a
href="19d07d2306 "><code>19d07d2</code></a>
Add 5.12.2 release notes from template</li>
<li><a
href="803cbb6d6e "><code>803cbb6</code></a>
Add build parameter for enabling dry-run mode for test execution</li>
<li><a
href="eb43e62247 "><code>eb43e62</code></a>
Back to snapshots for further development</li>
<li><a
href="ba9c9ae111 "><code>ba9c9ae</code></a>
Release 5.12.1</li>
<li><a
href="e28ad4a890 "><code>e28ad4a</code></a>
Finalize 5.12.1 release notes</li>
<li><a
href="1044e2c63c "><code>1044e2c</code></a>
Move entry to 5.12.1 release notes</li>
<li><a
href="bea821d69a "><code>bea821d</code></a>
Fix Javadoc formatting</li>
<li>Additional commits viewable in <a
href="https://github.com/junit-team/junit5/compare/r5.10.3...r5.12.2 ">compare
view</a></li>
</ul>
</details>
<br />
Updates `org.bouncycastle:bcprov-jdk18on` from 1.78.1 to 1.80
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html ">org.bouncycastle:bcprov-jdk18on's
changelog</a>.</em></p>
<blockquote>
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<p><!-- raw HTML omitted --><!-- raw HTML omitted -->2.1.1 Version<!--
raw HTML omitted --><!-- raw HTML omitted -->
Release: 1.80<!-- raw HTML omitted -->
Date: 2025, 14th January.</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/bcgit/bc-java/commits ">compare view</a></li>
</ul>
</details>
<br />
<details>
<summary>Most Recent Ignore Conditions Applied to This Pull
Request</summary>
| Dependency Name | Ignore Conditions |
| --- | --- |
| org.junit.jupiter:junit-jupiter | [< 5.10, > 5.9.1] |
</details>
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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
</details>
2025-04-23 17:17:27 +02:00
dependabot[bot]
86c4f48ec6
Bump the production-dependencies group across 1 directory with 8 updates
...
Bumps the production-dependencies group with 8 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle ) | `10.17.0` | `10.23.0` |
| [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin ) | `3.13.0` | `3.14.0` |
| [com.mycila:license-maven-plugin](https://github.com/mathieucarbou/license-maven-plugin ) | `4.5` | `5.0.0` |
| [org.apache.maven.plugins:maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin ) | `3.4.0` | `3.6.0` |
| [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire ) | `3.3.0` | `3.5.3` |
| org.slf4j:slf4j-jdk14 | `2.0.13` | `2.0.17` |
| [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml ) | `2.2` | `2.4` |
| [org.mariadb.jdbc:mariadb-java-client](https://github.com/mariadb-corporation/mariadb-connector-j ) | `3.4.0` | `3.5.3` |
Updates `com.puppycrawl.tools:checkstyle` from 10.17.0 to 10.23.0
- [Release notes](https://github.com/checkstyle/checkstyle/releases )
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.17.0...checkstyle-10.23.0 )
Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.13.0 to 3.14.0
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases )
- [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.13.0...maven-compiler-plugin-3.14.0 )
Updates `com.mycila:license-maven-plugin` from 4.5 to 5.0.0
- [Release notes](https://github.com/mathieucarbou/license-maven-plugin/releases )
- [Commits](https://github.com/mathieucarbou/license-maven-plugin/compare/license-maven-plugin-4.5...v5.0.0 )
Updates `org.apache.maven.plugins:maven-checkstyle-plugin` from 3.4.0 to 3.6.0
- [Release notes](https://github.com/apache/maven-checkstyle-plugin/releases )
- [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.4.0...maven-checkstyle-plugin-3.6.0 )
Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.3.0 to 3.5.3
- [Release notes](https://github.com/apache/maven-surefire/releases )
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.3.0...surefire-3.5.3 )
Updates `org.slf4j:slf4j-jdk14` from 2.0.13 to 2.0.17
Updates `org.yaml:snakeyaml` from 2.2 to 2.4
- [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.4..snakeyaml-2.2 )
Updates `org.mariadb.jdbc:mariadb-java-client` from 3.4.0 to 3.5.3
- [Release notes](https://github.com/mariadb-corporation/mariadb-connector-j/releases )
- [Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mariadb-corporation/mariadb-connector-j/compare/3.4.0...3.5.3 )
---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
dependency-version: 10.23.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: production-dependencies
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
dependency-version: 3.14.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: production-dependencies
- dependency-name: com.mycila:license-maven-plugin
dependency-version: 5.0.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: production-dependencies
- dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin
dependency-version: 3.6.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: production-dependencies
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
dependency-version: 3.5.3
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: production-dependencies
- dependency-name: org.slf4j:slf4j-jdk14
dependency-version: 2.0.17
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: production-dependencies
- dependency-name: org.yaml:snakeyaml
dependency-version: '2.4'
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: production-dependencies
- dependency-name: org.mariadb.jdbc:mariadb-java-client
dependency-version: 3.5.3
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: production-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-23 15:17:02 +00:00
Alex (TuxCoding)
06e6741493
Bump advanced-security/maven-dependency-submission-action from 4.0.3 to 4.1.1 ( #1254 )
...
Bumps
[advanced-security/maven-dependency-submission-action](https://github.com/advanced-security/maven-dependency-submission-action )
from 4.0.3 to 4.1.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/advanced-security/maven-dependency-submission-action/releases ">advanced-security/maven-dependency-submission-action's
releases</a>.</em></p>
<blockquote>
<h2>v4.1.1</h2>
<p>No release notes provided.</p>
<h2>v4.1.0</h2>
<ul>
<li>
<p>Adds the ability to change the detector details for the dependency
snapshots via the optional input parameters:</p>
<ul>
<li><code>detector-name</code></li>
<li><code>detector-url</code></li>
<li><code>detector-version</code></li>
</ul>
<p>If the <code>detector-name</code> is specified, then all three become
mandatory as there are no sensible defaults that can be attributed to
the values.</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="4f64ddab9d "><code>4f64dda</code></a>
chore: Updating release files</li>
<li><a
href="dba3dacedd "><code>dba3dac</code></a>
4.1.1</li>
<li><a
href="4883574ccf "><code>4883574</code></a>
Merge pull request <a
href="https://redirect.github.com/advanced-security/maven-dependency-submission-action/issues/89 ">#89</a>
from david-wiggs/hotfix/fix-test</li>
<li><a
href="33e1d3d801 "><code>33e1d3d</code></a>
Remove reference to undefined function</li>
<li><a
href="4b85c77703 "><code>4b85c77</code></a>
Merge pull request <a
href="https://redirect.github.com/advanced-security/maven-dependency-submission-action/issues/88 ">#88</a>
from david-wiggs/unique-job-matrix</li>
<li><a
href="73d9d97f9f "><code>73d9d97</code></a>
Update src/snapshot-generator.test.ts</li>
<li><a
href="967455e178 "><code>967455e</code></a>
No need to import getMavenSettingsFile when testing</li>
<li><a
href="7592e88109 "><code>7592e88</code></a>
Use supplied correlator without concatenation</li>
<li><a
href="2ba839e04b "><code>2ba839e</code></a>
Add some tests</li>
<li><a
href="5275a08fb4 "><code>5275a08</code></a>
Address merge conflicts</li>
<li>Additional commits viewable in <a
href="https://github.com/advanced-security/maven-dependency-submission-action/compare/v4.0.3...v4.1.1 ">compare
view</a></li>
</ul>
</details>
<br />
[](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>
2025-04-23 17:17:02 +02:00
dependabot[bot]
98da5a36da
Bump the development-dependencies group across 1 directory with 2 updates
...
Bumps the development-dependencies group with 2 updates in the / directory: [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5 ) and [org.bouncycastle:bcprov-jdk18on](https://github.com/bcgit/bc-java ).
Updates `org.junit.jupiter:junit-jupiter` from 5.10.3 to 5.12.2
- [Release notes](https://github.com/junit-team/junit5/releases )
- [Commits](https://github.com/junit-team/junit5/compare/r5.10.3...r5.12.2 )
Updates `org.bouncycastle:bcprov-jdk18on` from 1.78.1 to 1.80
- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html )
- [Commits](https://github.com/bcgit/bc-java/commits )
---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter
dependency-version: 5.12.2
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: org.bouncycastle:bcprov-jdk18on
dependency-version: '1.80'
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-23 15:16:39 +00:00
dependabot[bot]
3bd9e60783
Bump advanced-security/maven-dependency-submission-action
...
Bumps [advanced-security/maven-dependency-submission-action](https://github.com/advanced-security/maven-dependency-submission-action ) from 4.0.3 to 4.1.1.
- [Release notes](https://github.com/advanced-security/maven-dependency-submission-action/releases )
- [Commits](https://github.com/advanced-security/maven-dependency-submission-action/compare/v4.0.3...v4.1.1 )
---
updated-dependencies:
- dependency-name: advanced-security/maven-dependency-submission-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-23 15:16:04 +00:00
TuxCoding
568ad7a621
Add configuration option to kick players when toggling premium state
...
Fixes #1285
2025-04-23 17:12:32 +02:00
TuxCoding
1464ef2952
Add command invoker for change command events
...
Related #1285
2025-04-23 16:46:37 +02:00
TuxCoding
46239c9ffc
Use InboundConnection as session keys for Velocity
...
Related #1286
2025-04-23 12:22:10 +02:00
TuxCoding
083068b856
Update Mockito for newer Java versions
2025-04-23 12:21:24 +02:00
TuxCoding
dd2aa922d7
[ci-skip] Add project logo
2025-03-18 17:22:48 +01:00
games647
b77ea285e5
Be more precise about why using legacy scheduler
2025-03-18 17:22:48 +01:00
games647
f8f0e7ac7a
Drop lombok tool
2025-03-18 17:22:48 +01:00
games647
927f09af67
Fix ProtocolLib version and paper URL ( #1269 )
...
### Summary of your change
- Use new URL for papermc. The old one will breaked at the end of
december
- The used version of ProtocolLib is no longer available. I changed it
to new one.
2024-12-02 11:40:45 +01:00
Elikill58
9dee4e56a1
Fix ProtocolLib version and paper URL
2024-12-01 22:10:06 +01:00
games647
4dd6b9ade4
Fix finding player network channel with Protocollib and Floodgate
...
This resolves the deleted ProtocolLib method for newer builds, but uses
reflection to find the channel despite the variable name.
Fixes #1216
2024-07-08 12:38:10 +02:00
games647
51efb9d62d
Extract username for protocollib packets
2024-07-08 12:30:14 +02:00
games647
1a56741112
Merge pull request #1223 from Smart123s/fix/floodgate/velocity-1
...
Floodgate Velocity fixes
2024-07-08 11:40:28 +02:00
games647
7f488498cf
Minor code styling
...
* Use logging instead of raw exception printing
* Extract method
* Shorter var names
* More precise generics if possible
* Don't restore accessible state could be in conflict with other plugins
if we don't restore the exact value
2024-07-08 10:53:50 +02:00
Smart123s
9a40cf0afb
Mark Floodgate Join events as fired too
2024-07-06 18:10:52 +02:00
Smart123s
2d177e3df5
Retrieve and use Floodgate username in Velocity PreLoginEvent
2024-07-06 18:10:26 +02:00
games647
bdd7af8290
Use case-sensitive name from the event joining player
...
Related #1219
2024-07-05 14:45:20 +02:00
games647
29100b5376
Merge pull request #1214 from games647/dependabot/maven/development-dependencies-ac1d0d4f7c
...
Bump the development-dependencies group across 1 directory with 2 updates
2024-07-02 14:18:04 +02:00
games647
bcb1893176
Merge pull request #1215 from games647/dependabot/maven/production-dependencies-8573e958dd
...
Bump the production-dependencies group across 1 directory with 10 updates
2024-07-02 14:17:43 +02:00
games647
5fb6308130
Fix finding the player injector with newer ProtocolLib versions
...
Fixes #1210
2024-07-02 14:16:56 +02:00
dependabot[bot]
a33f53e259
Bump the production-dependencies group across 1 directory with 10 updates
...
Bumps the production-dependencies group with 10 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle ) | `10.16.0` | `10.17.0` |
| [org.projectlombok:lombok](https://github.com/projectlombok/lombok ) | `1.18.32` | `1.18.34` |
| [com.mycila:license-maven-plugin](https://github.com/mathieucarbou/license-maven-plugin ) | `4.4` | `4.5` |
| [org.apache.maven.plugins:maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin ) | `3.3.1` | `3.4.0` |
| [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire ) | `3.2.5` | `3.3.0` |
| [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin ) | `3.4.1` | `3.4.2` |
| me.clip:placeholderapi | `2.11.5` | `2.11.6` |
| [fr.xephi:authme](https://github.com/AuthMe/AuthMeReloaded ) | `5.6.0-beta2` | `5.6.0` |
| [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin ) | `3.5.3` | `3.6.0` |
| [org.mariadb.jdbc:mariadb-java-client](https://github.com/mariadb-corporation/mariadb-connector-j ) | `3.3.3` | `3.4.0` |
Updates `com.puppycrawl.tools:checkstyle` from 10.16.0 to 10.17.0
- [Release notes](https://github.com/checkstyle/checkstyle/releases )
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.16.0...checkstyle-10.17.0 )
Updates `org.projectlombok:lombok` from 1.18.32 to 1.18.34
- [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown )
- [Commits](https://github.com/projectlombok/lombok/compare/v1.18.32...v1.18.34 )
Updates `com.mycila:license-maven-plugin` from 4.4 to 4.5
- [Commits](https://github.com/mathieucarbou/license-maven-plugin/compare/license-maven-plugin-4.4...license-maven-plugin-4.5 )
Updates `org.apache.maven.plugins:maven-checkstyle-plugin` from 3.3.1 to 3.4.0
- [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.3.1...maven-checkstyle-plugin-3.4.0 )
Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.2.5 to 3.3.0
- [Release notes](https://github.com/apache/maven-surefire/releases )
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.2.5...surefire-3.3.0 )
Updates `org.apache.maven.plugins:maven-jar-plugin` from 3.4.1 to 3.4.2
- [Release notes](https://github.com/apache/maven-jar-plugin/releases )
- [Commits](https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.4.1...maven-jar-plugin-3.4.2 )
Updates `me.clip:placeholderapi` from 2.11.5 to 2.11.6
Updates `fr.xephi:authme` from 5.6.0-beta2 to 5.6.0
- [Release notes](https://github.com/AuthMe/AuthMeReloaded/releases )
- [Commits](https://github.com/AuthMe/AuthMeReloaded/compare/5.6.0-beta2...5.6.0 )
Updates `org.apache.maven.plugins:maven-shade-plugin` from 3.5.3 to 3.6.0
- [Release notes](https://github.com/apache/maven-shade-plugin/releases )
- [Commits](https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-3.5.3...maven-shade-plugin-3.6.0 )
Updates `org.mariadb.jdbc:mariadb-java-client` from 3.3.3 to 3.4.0
- [Release notes](https://github.com/mariadb-corporation/mariadb-connector-j/releases )
- [Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mariadb-corporation/mariadb-connector-j/compare/3.3.3...3.4.0 )
---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: production-dependencies
- dependency-name: org.projectlombok:lombok
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: production-dependencies
- dependency-name: com.mycila:license-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: production-dependencies
- dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: production-dependencies
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: production-dependencies
- dependency-name: org.apache.maven.plugins:maven-jar-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: production-dependencies
- dependency-name: me.clip:placeholderapi
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: production-dependencies
- dependency-name: fr.xephi:authme
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: production-dependencies
- dependency-name: org.apache.maven.plugins:maven-shade-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: production-dependencies
- dependency-name: org.mariadb.jdbc:mariadb-java-client
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: production-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-01 07:58:40 +00:00
dependabot[bot]
fb6209d26c
Bump the development-dependencies group across 1 directory with 2 updates
...
Bumps the development-dependencies group with 2 updates in the / directory: [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5 ) and [org.mockito:mockito-core](https://github.com/mockito/mockito ).
Updates `org.junit.jupiter:junit-jupiter` from 5.10.2 to 5.10.3
- [Release notes](https://github.com/junit-team/junit5/releases )
- [Commits](https://github.com/junit-team/junit5/compare/r5.10.2...r5.10.3 )
Updates `org.mockito:mockito-core` from 5.11.0 to 5.12.0
- [Release notes](https://github.com/mockito/mockito/releases )
- [Commits](https://github.com/mockito/mockito/compare/v5.11.0...v5.12.0 )
---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: org.mockito:mockito-core
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-01 07:57:04 +00:00
games647
829c70a51b
Disable connection verification by default
...
This matches the vanilla, Spigot, BungeeCord and Velocity configuration.
Mojang seems to have too many issues like IPv6 errors and it's atm not
very useful for server administrators.
Fixes #1102
2024-05-22 15:32:30 +02:00
games647
2876448e0c
Merge pull request #1201 from games647/dependabot/maven/production-dependencies-e9fd1767f2
...
Bump com.mycila:license-maven-plugin from 4.3 to 4.4 in the production-dependencies group
2024-05-22 15:13:53 +02:00
games647
2b60153f8a
Merge pull request #1205 from wtlgo/main
...
Fix floodgate config parsing
2024-05-21 16:47:03 +02:00
wtlgo
54b49eb6be
Fix floodgate config parsing
2024-05-21 17:02:46 +03:00
games647
be2ec1e5a8
Clean up methods names and documentation
2024-05-21 14:41:41 +02:00
games647
e9643ee3e2
Simplify bug report template by dropping expected behavior
2024-05-21 12:37:02 +02:00
games647
f1b780c398
Clarify pending logins methods
2024-05-11 11:15:13 +02:00
games647
33d3c751b9
Sanity check password generator
2024-05-11 11:13:52 +02:00
games647
00c0bd3b7b
Reduce build dependency bloat
2024-05-11 11:13:36 +02:00
games647
492a17e7de
Re-enable paper release repo to fix retrieving bungeecord and datafix
2024-05-10 12:20:39 +02:00
games647
c063e7b58d
Added shouldAuthenticate field for ProtocolLib
...
Related #1202
2024-05-10 12:10:31 +02:00
games647
0c64597ff0
Override packet types until they are registered at ProtocolLib
...
Related #1202
2024-05-10 12:07:47 +02:00
games647
9c06401e69
Fail safely if MinecraftEncryption is not found in newer versions
2024-05-10 12:06:52 +02:00
games647
1f9253895c
Document missing premium parameter
2024-05-10 12:06:20 +02:00
games647
41a23bb292
Netty is no longer needed for tests
2024-05-10 10:09:24 +02:00
games647
756b777056
Use a better method name for StoredProfile.isPremium
2024-05-10 10:09:12 +02:00
games647
204d25a739
Re-order and remove outdated auth plugin documentation
2024-05-10 10:03:18 +02:00
games647
07e19b590a
Fix missing class
2024-05-08 09:33:36 +02:00
dependabot[bot]
64d291556a
Bump com.mycila:license-maven-plugin
...
Bumps the production-dependencies group with 1 update: [com.mycila:license-maven-plugin](https://github.com/mathieucarbou/license-maven-plugin ).
Updates `com.mycila:license-maven-plugin` from 4.3 to 4.4
- [Commits](https://github.com/mathieucarbou/license-maven-plugin/compare/license-maven-plugin-4.3...license-maven-plugin-4.4 )
---
updated-dependencies:
- dependency-name: com.mycila:license-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: production-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-07 18:34:18 +00:00
games647
bb78043d64
Run delayed velocity tasks under our scheduler too
2024-05-07 20:31:55 +02:00
games647
7b6d2062cf
Update license year
2024-05-06 16:40:24 +02:00
games647
3473611b90
Enforce stricter permissions on GitHub actions
2024-05-06 11:18:48 +02:00
games647
9fabc69ba9
Increase dependabot to monthly updates.
...
There are not many critical changes nowadays.
2024-05-06 11:18:28 +02:00
games647
5a782137af
Exclude redundant snakeyaml dependency in BungeeCord
2024-05-06 11:17:44 +02:00
games647
4068fd06db
Update platform dependencies
2024-05-06 11:17:16 +02:00
games647
1419b7d357
Use transitive dependencies from craftapi instead of explicitly
2024-05-06 11:16:42 +02:00
games647
690eabaa5e
Use reflection for test to fix compiling core to older Java versions
2024-05-06 09:40:07 +02:00
games647
caf5188246
Experimental bump of BungeeCord module to Java 17
...
Java 17+ and 21 are LTS releases. The other proxy Velocity
also includes Java 17. Ubuntu 24 LTS includes Java 21 already.
However, Ubuntu 22 LTS only uses Java 11, so it might be
necessary to fallback although Ubuntu 23 includes it.
Nevertheless, third-party JDK installations are also a thing
and Minecraft 1.20.6 nowadays also requires Java 21.
2024-05-05 13:29:06 +02:00
games647
c905ca3d33
Move excluded shaded list to dependencies directly
...
It seems to be easier where the dependencies are coming from.
2024-05-05 13:23:07 +02:00
games647
47b6835f37
Merge pull request #1200 from Freyhold/main
...
add removed dependency in last commit 8e35c5d that updated dependency
2024-05-05 13:20:07 +02:00
hubert-praca
884a4e0d65
Add critical guava and gson back from craftapi
...
Co-authored-by: games647 <games647@users.noreply.github.com >
2024-05-05 13:18:07 +02:00
games647
0ac8481d92
Synchronize velocity java version with upstream
2024-05-05 10:18:27 +02:00
games647
f0209170c7
Exclude database windows authentication in velocity
...
It's very unlikely this is really needed.
2024-05-03 16:00:10 +02:00
games647
e63642b146
Unlock yaml, because we are shipping it now
2024-05-03 15:59:20 +02:00
games647
d58ef6b0a1
Add snakeyaml back
2024-05-03 11:18:15 +02:00
games647
8e35c5df90
Update dependencies
2024-05-03 10:43:57 +02:00
games647
cf4d19aeca
Update deps
2024-05-02 10:57:51 +02:00
games647
7479c8be87
Update compiler plugin to fix GH runner
2024-05-02 10:57:42 +02:00
games647
1889c2605e
Add unit test for multi-release scheduler
2024-05-02 10:57:10 +02:00
games647
3925b66511
Merge pull request #1179 from games647/dependabot/github_actions/advanced-security/maven-dependency-submission-action-4.0.2
...
Bump advanced-security/maven-dependency-submission-action from 4.0.0 to 4.0.2
2024-04-30 16:04:10 +02:00
games647
3f47356d35
Merge pull request #1195 from games647/dependabot/maven/production-dependencies-1cdc2e235a
...
Bump the production-dependencies group across 1 directory with 6 updates
2024-04-30 16:03:51 +02:00
games647
20c2126e53
Merge pull request #1191 from games647/dependabot/maven/development-dependencies-35f3e2a187
...
Bump the development-dependencies group with 3 updates
2024-04-30 16:03:13 +02:00
dependabot[bot]
e1335dccfe
Bump the production-dependencies group across 1 directory with 6 updates
...
Bumps the production-dependencies group with 6 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle ) | `10.12.7` | `10.16.0` |
| [org.projectlombok:lombok](https://github.com/projectlombok/lombok ) | `1.18.30` | `1.18.32` |
| [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin ) | `3.3.0` | `3.4.1` |
| org.slf4j:slf4j-jdk14 | `2.0.11` | `2.0.13` |
| [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin ) | `3.5.1` | `3.5.3` |
| [org.mariadb.jdbc:mariadb-java-client](https://github.com/mariadb-corporation/mariadb-connector-j ) | `3.3.2` | `3.3.3` |
Updates `com.puppycrawl.tools:checkstyle` from 10.12.7 to 10.16.0
- [Release notes](https://github.com/checkstyle/checkstyle/releases )
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.12.7...checkstyle-10.16.0 )
Updates `org.projectlombok:lombok` from 1.18.30 to 1.18.32
- [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown )
- [Commits](https://github.com/projectlombok/lombok/compare/v1.18.30...v1.18.32 )
Updates `org.apache.maven.plugins:maven-jar-plugin` from 3.3.0 to 3.4.1
- [Release notes](https://github.com/apache/maven-jar-plugin/releases )
- [Commits](https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.3.0...maven-jar-plugin-3.4.1 )
Updates `org.slf4j:slf4j-jdk14` from 2.0.11 to 2.0.13
Updates `org.apache.maven.plugins:maven-shade-plugin` from 3.5.1 to 3.5.3
- [Release notes](https://github.com/apache/maven-shade-plugin/releases )
- [Commits](https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-3.5.1...maven-shade-plugin-3.5.3 )
Updates `org.mariadb.jdbc:mariadb-java-client` from 3.3.2 to 3.3.3
- [Release notes](https://github.com/mariadb-corporation/mariadb-connector-j/releases )
- [Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mariadb-corporation/mariadb-connector-j/compare/3.3.2...3.3.3 )
---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: production-dependencies
- dependency-name: org.projectlombok:lombok
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: production-dependencies
- dependency-name: org.apache.maven.plugins:maven-jar-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: production-dependencies
- dependency-name: org.slf4j:slf4j-jdk14
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: production-dependencies
- dependency-name: org.apache.maven.plugins:maven-shade-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: production-dependencies
- dependency-name: org.mariadb.jdbc:mariadb-java-client
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: production-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-30 13:59:35 +00:00
games647
b9e94d3020
Improve threading by making use of green threads with Java 21
...
This is an experiment. The code was checked to keep blocking
of platform threads to a minimum (See [1]). This will keep
overhead to of using threads small while only I/O will
allocate more threads.
The project now uses Multi-Release Jars, so it will detect
correct version during runtime while keeping backwards
compatibility. However, your IDE might be set manually to
Java 21. A multi-project [2] architecture might be necessary,
but not tested if it really fixes it.
[1] https://openjdk.org/jeps/444
[2] https://maven.apache.org/plugins/maven-compiler-plugin/multirelease.html
2024-04-30 15:57:02 +02:00
games647
896e250fa2
Fix setting offline UUID with newer BungeeCord
...
Fixes #1189
Fixes #1193
2024-04-30 10:11:48 +02:00
dependabot[bot]
815ff39c96
Bump the development-dependencies group with 3 updates
...
Bumps the development-dependencies group with 3 updates: [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5 ), [org.mockito:mockito-core](https://github.com/mockito/mockito ) and [org.bouncycastle:bcprov-jdk18on](https://github.com/bcgit/bc-java ).
Updates `org.junit.jupiter:junit-jupiter` from 5.10.1 to 5.10.2
- [Release notes](https://github.com/junit-team/junit5/releases )
- [Commits](https://github.com/junit-team/junit5/compare/r5.10.1...r5.10.2 )
Updates `org.mockito:mockito-core` from 5.9.0 to 5.11.0
- [Release notes](https://github.com/mockito/mockito/releases )
- [Commits](https://github.com/mockito/mockito/compare/v5.9.0...v5.11.0 )
Updates `org.bouncycastle:bcprov-jdk18on` from 1.77 to 1.78.1
- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html )
- [Commits](https://github.com/bcgit/bc-java/commits )
---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: org.mockito:mockito-core
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: org.bouncycastle:bcprov-jdk18on
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-22 07:11:16 +00:00
dependabot[bot]
4100daa22a
Bump advanced-security/maven-dependency-submission-action
...
Bumps [advanced-security/maven-dependency-submission-action](https://github.com/advanced-security/maven-dependency-submission-action ) from 4.0.0 to 4.0.2.
- [Release notes](https://github.com/advanced-security/maven-dependency-submission-action/releases )
- [Commits](https://github.com/advanced-security/maven-dependency-submission-action/compare/v4.0.0...v4.0.2 )
---
updated-dependencies:
- dependency-name: advanced-security/maven-dependency-submission-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-01 07:57:04 +00:00
games647
a65a5f3020
Make ignore states more verbose in Velocity
2024-02-13 16:54:23 +01:00
games647
8a729e069d
Use current link for hastebin
2024-02-13 16:54:22 +01:00
games647
d89d332273
Minor code recommendations
2024-02-13 16:54:22 +01:00
games647
cd3cfef6d4
Do not encapsulate the task twice in Velocity
2024-02-13 16:54:22 +01:00
games647
6ec6e4844d
Bump dependencies
2024-02-13 16:54:22 +01:00
games647
60a65377b8
Hint proxy setup guide and out of date versions
2024-02-13 16:54:22 +01:00
games647
ffbf0ae3f4
Merge pull request #1151 from games647/dependabot/github_actions/advanced-security/maven-dependency-submission-action-4.0.0
...
Bump advanced-security/maven-dependency-submission-action from 3.0.2 to 4.0.0
2024-02-01 11:38:47 +01:00
dependabot[bot]
4cf65cf7e5
Bump advanced-security/maven-dependency-submission-action
...
Bumps [advanced-security/maven-dependency-submission-action](https://github.com/advanced-security/maven-dependency-submission-action ) from 3.0.2 to 4.0.0.
- [Release notes](https://github.com/advanced-security/maven-dependency-submission-action/releases )
- [Commits](https://github.com/advanced-security/maven-dependency-submission-action/compare/v3.0.2...v4.0.0 )
---
updated-dependencies:
- dependency-name: advanced-security/maven-dependency-submission-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-01 07:45:51 +00:00
games647
dbf5ae2fae
[Velocity] Fix plugin resuming event processing if login is not handled
...
This causes login timeouts if this plugin doesn't handle the login for
cases like:
* Anti-Bot is triggered
* Another plugin already denied the login
Fixes #1146
2024-01-23 13:59:49 +01:00
games647
707572a007
Add core module name
2024-01-16 14:08:47 +01:00
games647
108f5ad324
Transform velocity MariaDB transformers too
...
Otherwise, authentication plugin drivers couldn't be found.
2024-01-15 17:01:02 +01:00
games647
2112d06162
Increase encryption key size for Spigot protocol
...
1024 bits are very weak keys. This size equals vanillas implementation.
Therefore, 2048 goes out of spec, but works and requires only minimal
additional performance for improved security.
The consequence will be during the login and playing in onlinemode.
First for authenticating and second for the encryption of all following
packets.
2024-01-15 16:37:48 +01:00
games647
aece7f855d
Update Java CI version
2024-01-15 16:29:26 +01:00
games647
33b4ac8494
[ci-skip] Fully qualify dependabot versions
2024-01-15 16:29:16 +01:00
games647
09161b86dd
Merge pull request #1142 from games647/dependabot/maven/production-dependencies-eb968b0e20
...
Bump the production-dependencies group with 5 updates
2024-01-15 16:25:55 +01:00
games647
57833bb40b
Merge pull request #1133 from games647/dependabot/github_actions/github/codeql-action-3
...
Bump github/codeql-action from 2 to 3
2024-01-15 16:23:45 +01:00
games647
a1414a38ff
Merge pull request #1141 from games647/dependabot/maven/development-dependencies-ca802ab3b6
...
Bump the development-dependencies group with 1 update
2024-01-15 16:23:24 +01:00
games647
0021bc476d
Merge pull request #709 from Smart123s/feature/floodgate/newdb
...
Differentiate Floodgate players in database
2024-01-15 16:22:34 +01:00
dependabot[bot]
4b1e08a2f8
Bump the production-dependencies group with 5 updates
...
Bumps the production-dependencies group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle ) | `10.12.5` | `10.12.7` |
| [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire ) | `3.2.2` | `3.2.5` |
| org.slf4j:slf4j-jdk14 | `2.0.9` | `2.0.11` |
| com.lenis0012.bukkit:loginsecurity | `3.2.1` | `3.3.0` |
| [org.mariadb.jdbc:mariadb-java-client](https://github.com/mariadb-corporation/mariadb-connector-j ) | `3.3.1` | `3.3.2` |
Updates `com.puppycrawl.tools:checkstyle` from 10.12.5 to 10.12.7
- [Release notes](https://github.com/checkstyle/checkstyle/releases )
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.12.5...checkstyle-10.12.7 )
Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.2.2 to 3.2.5
- [Release notes](https://github.com/apache/maven-surefire/releases )
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.2.2...surefire-3.2.5 )
Updates `org.slf4j:slf4j-jdk14` from 2.0.9 to 2.0.11
Updates `com.lenis0012.bukkit:loginsecurity` from 3.2.1 to 3.3.0
Updates `org.mariadb.jdbc:mariadb-java-client` from 3.3.1 to 3.3.2
- [Release notes](https://github.com/mariadb-corporation/mariadb-connector-j/releases )
- [Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mariadb-corporation/mariadb-connector-j/compare/3.3.1...3.3.2 )
---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: production-dependencies
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: production-dependencies
- dependency-name: org.slf4j:slf4j-jdk14
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: production-dependencies
- dependency-name: com.lenis0012.bukkit:loginsecurity
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: production-dependencies
- dependency-name: org.mariadb.jdbc:mariadb-java-client
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: production-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-01-15 07:40:02 +00:00
dependabot[bot]
dbf5b8907e
Bump the development-dependencies group with 1 update
...
Bumps the development-dependencies group with 1 update: [org.mockito:mockito-core](https://github.com/mockito/mockito ).
Updates `org.mockito:mockito-core` from 5.8.0 to 5.9.0
- [Release notes](https://github.com/mockito/mockito/releases )
- [Commits](https://github.com/mockito/mockito/compare/v5.8.0...v5.9.0 )
---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-01-15 07:38:05 +00:00
dependabot[bot]
e6dfa97e70
Bump github/codeql-action from 2 to 3
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 2 to 3.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-01-01 07:12:00 +00:00
games647
434a276d30
Invert if and document migration flow for better readability
2023-12-11 16:16:16 +01:00
games647
485af5e044
Document states
2023-12-11 16:16:16 +01:00
Smart123s
e566740dde
Differentiate Floodgate players during login
2023-12-11 16:16:15 +01:00
Smart123s
db5b818a80
Add Floodgate variable to StoredProfile/Database
2023-12-11 16:16:15 +01:00
Smart123s
b0b998d1aa
Use columnName instead of columnIndex
...
It's safer to rely on names instead of indexes.
It's also easier to add new columns at the end of the table.
2023-12-11 16:16:15 +01:00
Smart123s
62ca46fe6a
Add checksytle suppression via comments
2023-12-11 16:16:15 +01:00
games647
cd67797b5b
Merge pull request #1122 from games647/dependabot/maven/development-dependencies-a116437099
...
Bump the development-dependencies group with 3 updates
2023-12-06 16:19:28 +01:00
games647
48e8b45f1e
Merge pull request #1123 from games647/dependabot/maven/production-dependencies-d650319dc7
...
Bump the production-dependencies group with 6 updates
2023-12-06 16:19:09 +01:00
games647
1c9b8cb971
Merge pull request #1120 from games647/dependabot/github_actions/actions/setup-java-4
...
Bump actions/setup-java from 3 to 4
2023-12-06 16:18:34 +01:00
dependabot[bot]
dcb9540a2f
Bump the production-dependencies group with 6 updates
...
Bumps the production-dependencies group with 6 updates:
| Package | From | To |
| --- | --- | --- |
| [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle ) | `10.12.4` | `10.12.5` |
| [org.apache.maven.plugins:maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin ) | `3.3.0` | `3.3.1` |
| [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire ) | `3.1.2` | `3.2.2` |
| me.clip:placeholderapi | `2.11.4` | `2.11.5` |
| [org.mariadb.jdbc:mariadb-java-client](https://github.com/mariadb-corporation/mariadb-connector-j ) | `3.2.0` | `3.3.1` |
| [org.codehaus.mojo:templating-maven-plugin](https://github.com/mojohaus/templating-maven-plugin ) | `1.0.0` | `3.0.0` |
Updates `com.puppycrawl.tools:checkstyle` from 10.12.4 to 10.12.5
- [Release notes](https://github.com/checkstyle/checkstyle/releases )
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.12.4...checkstyle-10.12.5 )
Updates `org.apache.maven.plugins:maven-checkstyle-plugin` from 3.3.0 to 3.3.1
- [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.3.0...maven-checkstyle-plugin-3.3.1 )
Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.1.2 to 3.2.2
- [Release notes](https://github.com/apache/maven-surefire/releases )
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.1.2...surefire-3.2.2 )
Updates `me.clip:placeholderapi` from 2.11.4 to 2.11.5
Updates `org.mariadb.jdbc:mariadb-java-client` from 3.2.0 to 3.3.1
- [Release notes](https://github.com/mariadb-corporation/mariadb-connector-j/releases )
- [Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mariadb-corporation/mariadb-connector-j/compare/3.2.0...3.3.1 )
Updates `org.codehaus.mojo:templating-maven-plugin` from 1.0.0 to 3.0.0
- [Release notes](https://github.com/mojohaus/templating-maven-plugin/releases )
- [Commits](https://github.com/mojohaus/templating-maven-plugin/compare/templating-maven-plugin-1.0.0...3.0.0 )
---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: production-dependencies
- dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: production-dependencies
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: production-dependencies
- dependency-name: me.clip:placeholderapi
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: production-dependencies
- dependency-name: org.mariadb.jdbc:mariadb-java-client
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: production-dependencies
- dependency-name: org.codehaus.mojo:templating-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: production-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-12-04 07:49:44 +00:00
dependabot[bot]
cacf3c23f1
Bump the development-dependencies group with 3 updates
...
Bumps the development-dependencies group with 3 updates: [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5 ), [org.mockito:mockito-core](https://github.com/mockito/mockito ) and [org.bouncycastle:bcprov-jdk18on](https://github.com/bcgit/bc-java ).
Updates `org.junit.jupiter:junit-jupiter` from 5.10.0 to 5.10.1
- [Release notes](https://github.com/junit-team/junit5/releases )
- [Commits](https://github.com/junit-team/junit5/compare/r5.10.0...r5.10.1 )
Updates `org.mockito:mockito-core` from 5.6.0 to 5.8.0
- [Release notes](https://github.com/mockito/mockito/releases )
- [Commits](https://github.com/mockito/mockito/compare/v5.6.0...v5.8.0 )
Updates `org.bouncycastle:bcprov-jdk18on` from 1.76 to 1.77
- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html )
- [Commits](https://github.com/bcgit/bc-java/commits )
---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: org.mockito:mockito-core
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: org.bouncycastle:bcprov-jdk18on
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-12-04 07:48:07 +00:00
dependabot[bot]
67f170694f
Bump actions/setup-java from 3 to 4
...
Bumps [actions/setup-java](https://github.com/actions/setup-java ) from 3 to 4.
- [Release notes](https://github.com/actions/setup-java/releases )
- [Commits](https://github.com/actions/setup-java/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/setup-java
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-12-01 07:49:23 +00:00
games647
e15ea9ce85
Restore support for fully qualified storage drivers
...
Related #1100
2023-10-12 10:47:14 +02:00
games647
70960661b4
[ci-skip] Fix typo in issue templates
2023-10-11 13:42:17 +02:00
games647
ec657faaff
Force lowercase SQL driver name to improve type checks
2023-10-11 13:40:57 +02:00
games647
51898b4b34
Migrate enhancement requests to newer issue templates
2023-10-11 13:28:12 +02:00
games647
e30de1b700
Include CI server in issue template
2023-10-11 13:28:11 +02:00
games647
ce17441edb
Merge pull request #1097 from games647/dependabot/maven/production-dependencies-84d7f6773a
...
Bump the production-dependencies group with 6 updates
2023-10-11 12:39:04 +02:00
dependabot[bot]
3244b7a87a
Bump actions/checkout from 3 to 4
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-11 12:38:02 +02:00
games647
ecacd2a715
Update toolchain for Java 21 compiling
2023-10-11 12:37:07 +02:00
SzczurekYT
ea6d4cf2f6
Add proper support for 1.19.3-1.20.1
2023-10-11 12:37:07 +02:00
SzczurekYT
91b05289ad
Add 1.20.2 support
2023-10-11 12:37:07 +02:00
dependabot[bot]
4e0f8cfb65
Bump the production-dependencies group with 6 updates
...
Bumps the production-dependencies group with 6 updates:
| Package | From | To |
| --- | --- | --- |
| [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle ) | `10.12.3` | `10.12.4` |
| [org.projectlombok:lombok](https://github.com/projectlombok/lombok ) | `1.18.28` | `1.18.30` |
| com.mycila:license-maven-plugin | `4.2` | `4.3` |
| org.slf4j:slf4j-jdk14 | `2.0.7` | `2.0.9` |
| me.clip:placeholderapi | `2.11.3` | `2.11.4` |
| [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin ) | `3.5.0` | `3.5.1` |
Updates `com.puppycrawl.tools:checkstyle` from 10.12.3 to 10.12.4
- [Release notes](https://github.com/checkstyle/checkstyle/releases )
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.12.3...checkstyle-10.12.4 )
Updates `org.projectlombok:lombok` from 1.18.28 to 1.18.30
- [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown )
- [Commits](https://github.com/projectlombok/lombok/compare/v1.18.28...v1.18.30 )
Updates `com.mycila:license-maven-plugin` from 4.2 to 4.3
Updates `org.slf4j:slf4j-jdk14` from 2.0.7 to 2.0.9
Updates `me.clip:placeholderapi` from 2.11.3 to 2.11.4
Updates `org.apache.maven.plugins:maven-shade-plugin` from 3.5.0 to 3.5.1
- [Release notes](https://github.com/apache/maven-shade-plugin/releases )
- [Commits](https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-3.5.0...maven-shade-plugin-3.5.1 )
---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: production-dependencies
- dependency-name: org.projectlombok:lombok
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: production-dependencies
- dependency-name: com.mycila:license-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: production-dependencies
- dependency-name: org.slf4j:slf4j-jdk14
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: production-dependencies
- dependency-name: me.clip:placeholderapi
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: production-dependencies
- dependency-name: org.apache.maven.plugins:maven-shade-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: production-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-02 07:56:41 +00:00
games647
d76690dcbe
Merge pull request #1087 from games647/dependabot/maven/production-dependencies-ce791421b1
...
Bump the production-dependencies group with 7 updates
2023-08-31 15:23:30 +02:00
dependabot[bot]
3559d067ad
Bump the production-dependencies group with 7 updates
...
Bumps the production-dependencies group with 7 updates:
| Package | From | To |
| --- | --- | --- |
| [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle ) | `10.9.3` | `10.12.3` |
| [org.projectlombok:lombok](https://github.com/projectlombok/lombok ) | `1.18.26` | `1.18.28` |
| [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire ) | `2.22.2` | `3.1.2` |
| [com.google.code.gson:gson](https://github.com/google/gson ) | `2.10` | `2.10.1` |
| com.lenis0012.bukkit:loginsecurity | `3.1.1` | `3.2.1` |
| [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin ) | `3.4.1` | `3.5.0` |
| [org.mariadb.jdbc:mariadb-java-client](https://github.com/mariadb-corporation/mariadb-connector-j ) | `3.1.4` | `3.2.0` |
Updates `com.puppycrawl.tools:checkstyle` from 10.9.3 to 10.12.3
- [Release notes](https://github.com/checkstyle/checkstyle/releases )
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.9.3...checkstyle-10.12.3 )
Updates `org.projectlombok:lombok` from 1.18.26 to 1.18.28
- [Release notes](https://github.com/projectlombok/lombok/releases )
- [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown )
- [Commits](https://github.com/projectlombok/lombok/compare/v1.18.26...v1.18.28 )
Updates `org.apache.maven.plugins:maven-surefire-plugin` from 2.22.2 to 3.1.2
- [Release notes](https://github.com/apache/maven-surefire/releases )
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-2.22.2...surefire-3.1.2 )
Updates `com.google.code.gson:gson` from 2.10 to 2.10.1
- [Release notes](https://github.com/google/gson/releases )
- [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md )
- [Commits](https://github.com/google/gson/compare/gson-parent-2.10...gson-parent-2.10.1 )
Updates `com.lenis0012.bukkit:loginsecurity` from 3.1.1 to 3.2.1
Updates `org.apache.maven.plugins:maven-shade-plugin` from 3.4.1 to 3.5.0
- [Release notes](https://github.com/apache/maven-shade-plugin/releases )
- [Commits](https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-3.4.1...maven-shade-plugin-3.5.0 )
Updates `org.mariadb.jdbc:mariadb-java-client` from 3.1.4 to 3.2.0
- [Release notes](https://github.com/mariadb-corporation/mariadb-connector-j/releases )
- [Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mariadb-corporation/mariadb-connector-j/compare/3.1.4...3.2.0 )
---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: production-dependencies
- dependency-name: org.projectlombok:lombok
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: production-dependencies
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: production-dependencies
- dependency-name: com.google.code.gson:gson
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: production-dependencies
- dependency-name: com.lenis0012.bukkit:loginsecurity
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: production-dependencies
- dependency-name: org.apache.maven.plugins:maven-shade-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: production-dependencies
- dependency-name: org.mariadb.jdbc:mariadb-java-client
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: production-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-31 11:53:12 +00:00
games647
48a92ed35e
Use wildcard exclude patterns
2023-08-31 13:51:42 +02:00
games647
a4eec19f53
[ci-skip] Fix dependency name
2023-08-31 13:19:17 +02:00
games647
32eda941ee
Ignore Hikari and SnakeYAML in dependency updates
2023-08-31 12:42:32 +02:00
games647
92d88caf0a
Merge pull request #1085 from games647/dependabot/maven/development-dependencies-424a594065
...
Bump the development-dependencies group with 2 updates
2023-08-31 12:28:11 +02:00
dependabot[bot]
d2202d7a12
Bump the development-dependencies group with 2 updates
...
Bumps the development-dependencies group with 2 updates: [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5 ) and [org.bouncycastle:bcprov-jdk18on](https://github.com/bcgit/bc-java ).
Updates `org.junit.jupiter:junit-jupiter` from 5.9.1 to 5.10.0
- [Release notes](https://github.com/junit-team/junit5/releases )
- [Commits](https://github.com/junit-team/junit5/compare/r5.9.1...r5.10.0 )
Updates `org.bouncycastle:bcprov-jdk18on` from 1.75 to 1.76
- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html )
- [Commits](https://github.com/bcgit/bc-java/commits )
---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: org.bouncycastle:bcprov-jdk18on
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-31 10:21:23 +00:00
games647
6a68e04c87
Fix grouping for maven packages
2023-08-31 12:18:10 +02:00
games647
b702f48907
Add version number back
2023-08-31 12:14:06 +02:00
games647
159a6ed37c
Add JavaDoc snippets and tiny reformats
2023-08-31 12:08:40 +02:00
games647
b48dfed709
Add NPE check on velocity for logins
2023-08-31 12:08:40 +02:00
games647
2db327ccc4
Group dependency updates together
2023-08-31 12:08:39 +02:00
games647
9d907983a6
Only run CodeQL if successful
2023-08-31 12:08:39 +02:00
games647
4a3d7f448f
Merge pull request #1071 from xrh0905/floodgate_enabled
...
Floodgate enabled
2023-08-31 12:07:53 +02:00
xrh0905
31cbb2ff11
Add floodgate support
...
Based on: https://github.com/games647/FastLogin/pull/649
Solve hooks not found
Add defination of floodgateservice
Geyser API
2023-08-31 12:04:23 +02:00
games647
1715c08ee6
Merge pull request #1041 from games647/dependabot/maven/org.apache.maven.plugins-maven-checkstyle-plugin-3.3.0
...
Bump maven-checkstyle-plugin from 3.1.2 to 3.3.0
2023-07-20 12:02:43 +02:00
games647
5682df9ad5
Merge pull request #1048 from games647/dependabot/maven/org.bouncycastle-bcprov-jdk18on-1.75
...
Bump bcprov-jdk18on from 1.72 to 1.75
2023-07-20 12:01:27 +02:00
games647
132b560130
Merge pull request #1036 from games647/dependabot/maven/org.mariadb.jdbc-mariadb-java-client-3.1.4
...
Bump mariadb-java-client from 3.1.0 to 3.1.4
2023-07-20 12:01:13 +02:00
games647
e204c9c579
Merge pull request #1021 from games647/dependabot/maven/com.mycila-license-maven-plugin-4.2
...
Bump license-maven-plugin from 4.1 to 4.2
2023-07-20 12:00:56 +02:00
games647
f92863e53a
Merge branch 'main' into dependabot/maven/org.apache.maven.plugins-maven-checkstyle-plugin-3.3.0
2023-07-20 12:00:33 +02:00
games647
23fec56ecd
Merge branch 'main' into dependabot/maven/org.bouncycastle-bcprov-jdk18on-1.75
2023-07-20 11:57:50 +02:00
games647
5cd10fd795
Run CodeQL after main build to leverage caching
2023-07-17 17:04:28 +02:00
games647
ecbf07c0b2
Manually start build process in CodeQL
2023-07-17 16:26:52 +02:00
games647
053b51e96b
Relax java build version requirement
...
GitHub action seems to always download Java 19 even though it is
already downloaded and installed. This could also help with running
the CodeQL action.
2023-07-17 16:17:57 +02:00
games647
44d365b15d
Use java dot file to help autobuild select the correct version
2023-07-17 15:52:54 +02:00
games647
610c49d62c
Enable write for dependency graph
2023-07-17 15:49:36 +02:00
games647
dbd12742fa
Only upload dependency graph on push
2023-07-17 15:47:02 +02:00
games647
f2fd51d4e2
Use suggestion dependency version
2023-07-17 15:17:29 +02:00
games647
f9ca318775
Apply Java version selection after CodeQL init
2023-07-17 15:13:40 +02:00
games647
f06ace2f5b
Add dependency graph to help GitHub find dependencies
2023-07-17 15:09:16 +02:00
games647
ee465e381c
Rephrase invalid session warning to make it more clear
2023-07-17 10:10:03 +02:00
games647
6ab81b1a2f
Fix formatting errors
2023-07-17 09:55:24 +02:00
games647
36ee52aa6e
Print out a warning if we detect local IP addresses during connections
...
Reference #1055
2023-07-10 15:52:34 +02:00
dependabot[bot]
e5c70d8597
Bump bcprov-jdk18on from 1.72 to 1.75
...
Bumps [bcprov-jdk18on](https://github.com/bcgit/bc-java ) from 1.72 to 1.75.
- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html )
- [Commits](https://github.com/bcgit/bc-java/commits )
---
updated-dependencies:
- dependency-name: org.bouncycastle:bcprov-jdk18on
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-26 07:58:13 +00:00
dependabot[bot]
8b1485f0b1
Bump maven-checkstyle-plugin from 3.1.2 to 3.3.0
...
Bumps [maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin ) from 3.1.2 to 3.3.0.
- [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.1.2...maven-checkstyle-plugin-3.3.0 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-29 07:57:19 +00:00
games647
c106089a72
Include updated yaml for older Spigot platforms
...
Fixes #1031
2023-05-22 15:16:42 +02:00
dependabot[bot]
5fc27f6c4a
Bump mariadb-java-client from 3.1.0 to 3.1.4
...
Bumps [mariadb-java-client](https://github.com/mariadb-corporation/mariadb-connector-j ) from 3.1.0 to 3.1.4.
- [Release notes](https://github.com/mariadb-corporation/mariadb-connector-j/releases )
- [Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mariadb-corporation/mariadb-connector-j/commits/3.1.4 )
---
updated-dependencies:
- dependency-name: org.mariadb.jdbc:mariadb-java-client
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-08 07:57:09 +00:00
dependabot[bot]
73720277b3
Bump license-maven-plugin from 4.1 to 4.2
...
Bumps license-maven-plugin from 4.1 to 4.2.
---
updated-dependencies:
- dependency-name: com.mycila:license-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-10 07:58:12 +00:00