SEAK, emulates a financial broker which allows you to buy and sell stocks at market price, place limit orders inside an order book and get the market data in real time.
5
stars
0
forks
source link
⬆ Bump the gradle group across 1 directory with 14 updates #64
PLATFORM: Added support for recent versions of eclipse (released Q4 2023 or later or so) which would cause failures in the eclipse logs such as java.lang.NoSuchMethodError: 'java.lang.StringBuffer org.eclipse.jdt…. [Issue #3564](projectlombok/lombok#3564).
FEATURE: @Locked has been introduced. Like @Synchronized but with java.util.concurrent.locks locks instead of the synchronized primitive. Thanks, Pim van der Loos for the PR! [Issue #3506](projectlombok/lombok#3506).
NECROMANCY: Inlining a generated getter in eclipse would result in eclipse incorrectly replacing calls with @Getter instead of the actual field's name. [Issue #562](projectlombok/lombok#562). This issue is almost old enough to drink. Points for dedication go to Rawi for fixing this one.
BUGFIX: When @SuperBuilder was used on a type with an annotated generic type, it would error wrong number of type arguments. [Issue #3592](projectlombok/lombok#3592).
BUGFIX: It was possible to create an infinite build loop using @ExtensionMethod. [Issue #3225](projectlombok/lombok#3225).
BUGFIX: Using @Getter(lazy=true) would fail if the expression contained a variable called value. [Issue #2917](projectlombok/lombok#2917).
IMPROBABLE BREAKING CHANGE: For JSpecify, the package name changed from org.jspecify.nullness to org.jspecify.annotations, which might lead to a different null analysis. [Issue #3608](projectlombok/lombok#3608).
CVE-2024-1597 and Security Advisory addressed. The vulnerability occurs only in non-default preferQueryMode=simple mode and only if a negative place holder -? is used. See the security advisory for details
make sure we handle boolean types in simple query mode
support uuid as well
handle all well known types in text mode and change else if to switch
fix: released new versions of 42.2.29, 42.3.10, 42.4.5, 42.5.6, 42.6.2 to deal with NoSuchMethodError on ByteBuffer#position when running on Java 8
[42.7.2] (2024-02-21 08:23:00 -0500)
Security
security: SQL Injection via line comment generation, it is possible in SimpleQuery mode to generate a line comment by having a placeholder for a numeric with a -
such as -?. There must be second placeholder for a string immediately after. Setting the parameter to a -ve value creates a line comment.
This has been fixed in this version fixes CVE-2024-1597. Reported by Paul Gerste. See the security advisory for more details. This has been fixed in versions 42.7.2, 42.6.1 42.5.5, 42.4.4, 42.3.9, 42.2.28.jre7. See the security advisory for work arounds.
Changed
fix: Use simple query for isValid. Using Extended query sends two messages checkConnectionQuery was never ever set or used, removed [PR #3101](pgjdbc/pgjdbc#3101)
refactor: Document that encodePassword will zero out the password array, and remove driver's default encodePassword by @vlsi in [PR #3084](pgjdbc/pgjdbc#3084)
Bumps the gradle group with 14 updates in the / directory:
2.22.1
2.23.1
2.22.1
2.23.1
2.22.1
2.23.1
2.0.12
2.0.13
2.16.1
2.17.1
2.16.1
2.17.1
1.18.30
1.18.32
42.7.1
42.7.3
6.2.1
6.2.4
4.2.0
4.2.1
1.19.4
1.19.8
1.19.4
1.19.8
1.19.4
1.19.8
1.19.4
1.19.8
Updates
org.apache.logging.log4j:log4j-api
from 2.22.1 to 2.23.1Updates
org.apache.logging.log4j:log4j-core
from 2.22.1 to 2.23.1Updates
org.apache.logging.log4j:log4j-slf4j2-impl
from 2.22.1 to 2.23.1Updates
org.apache.logging.log4j:log4j-core
from 2.22.1 to 2.23.1Updates
org.apache.logging.log4j:log4j-slf4j2-impl
from 2.22.1 to 2.23.1Updates
org.slf4j:jcl-over-slf4j
from 2.0.12 to 2.0.13Updates
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
from 2.16.1 to 2.17.1Commits
d7b7bf1
[maven-release-plugin] prepare release jackson-dataformats-text-2.17.18de9ac8
Prepare for 2.17.1 release163849b
Fix #469: Add a way to distinguish between null and empty (#471)029030b
Fix one flag in #4729039e78
Merge part of #471 ahead of it (to reduce diff) (#472)b41a64e
...5e2fa72
Back to snapshot dep0d7a4d6
[maven-release-plugin] prepare for next development iteration5947a45
[maven-release-plugin] prepare release jackson-dataformats-text-2.17.066e39ff
Prepare for 2.17.0 releaseUpdates
com.fasterxml.jackson.core:jackson-databind
from 2.16.1 to 2.17.1Commits
Updates
com.fasterxml.jackson.core:jackson-databind
from 2.16.1 to 2.17.1Commits
Updates
org.projectlombok:lombok
from 1.18.30 to 1.18.32Changelog
Sourced from org.projectlombok:lombok's changelog.
Commits
2618848
[release] pre-release version bump5719fde
Update changelog in preparation for the upcoming release1b713ad
Add eclipse 2024-03 as test target521be03
Remove unused string literal code3b20b70
Support@Delegate
in eclipse 2024-0398cdf67
Javadoc support for eclipse 2024-03e4824cb
Fix Javadoc in Eclipsec93400d
[fixes #2917] Use $value instead of value in lazy getter23307eb
[jdk22] Adds support for unnamed variables (JEP 456)a54ec70
Document using jdk22 GAUpdates
org.postgresql:postgresql
from 42.7.1 to 42.7.3Release notes
Sourced from org.postgresql:postgresql's releases.
Changelog
Sourced from org.postgresql:postgresql's changelog.
Commits
818953a
fix Issue # 3145 boolean types not handled in SimpleQuery mode (#3146)0e8ab63
The Gradle config enforces 17+ (#3147)b591b9f
Fix 2 changelog entry titles (#3142)81844e6
chore: ensure CI jobs include tests for all the values of preferQueryMode2fada9e
update security page (#3135)388f027
fix: typo password_encrypton -> password_encryption in the error message9cde4f5
Update site for release of 42.7.2 (#3133)df14e53
update version and last year modified06abfb7
Merge pull request from GHSA-24rp-q3w6-vc5693b0fcb
Merge pull request from GHSA-24rp-q3w6-vc56Updates
org.springframework.security:spring-security-crypto
from 6.2.1 to 6.2.4Release notes
Sourced from org.springframework.security:spring-security-crypto's releases.
... (truncated)
Commits
acc96f1
Release 6.2.42ed0138
Merge branch '6.1.x' into 6.2.xc74f6bd
Bump org.slf4j:slf4j-api from 2.0.12 to 2.0.1382e8817
Bump org.slf4j:slf4j-api from 2.0.12 to 2.0.13e80ef2d
Bump org.springframework.data:spring-data-bom from 2023.1.4 to 2023.1.58065e2b
Bump org.springframework:spring-framework-bom from 6.1.5 to 6.1.65dd8647
Bump org.springframework.ldap:spring-ldap-core from 3.2.2 to 3.2.3b2f7603
Merge branch '6.1.x' into 6.2.xa55c5c1
Bump org.springframework:spring-framework-bom from 6.0.18 to 6.0.19c5fefd4
Merge branch '6.1.x' into 6.2.xUpdates
org.awaitility:awaitility
from 4.2.0 to 4.2.1Changelog
Sourced from org.awaitility:awaitility's changelog.
Commits
ff13b72
[maven-release-plugin] prepare release awaitility-4.2.1f80c299
[ci skip] Preparing changelog for release4be5236
[ci skip] Fixed typo in changeloge15b975
Fixed failing tests7f7656e
Adding 17 and 21 to tests32eafb6
Improved lambda detection and upgraded groovy/scala8012936
Trying to fix failing testb01855d
Revert "Added java 21 tests"0e7dff0
Revert "Revert "Use Duration factories in Durations.java (#268)""97076a9
Added java 21 testsUpdates
org.testcontainers:junit-jupiter
from 1.19.4 to 1.19.8Release notes
Sourced from org.testcontainers:junit-jupiter's releases.
... (truncated)
Commits
9b780dd
Add support for backtick enquoting in SQL script splitter (#8593)8b9eb0c
Fix Ollama code snippet2195610
Add LAMBDA_DOCKER_FLAGS with testcontainers labels (#8595)994b385
Update testcontainers/sshd version to 1.2.0 (#8574)e5c8b1a
Move to gradle/actions/wrapper-validation (#8559)ba25e5d
[qdrant] Allow to set key and config file (#8556)8d0cf9b
[neo4j] Deprecate withLabsPlugins (#8538)5969b0f
Weaviate: Support new container registry (#8512)9d6e765
Cleanup japicmp excludes8db891a
Add support for apache/kafka (#8416)Updates
org.testcontainers:postgresql
from 1.19.4 to 1.19.8Release notes
Sourced from org.testcontainers:postgresql's releases.
... (truncated)
Commits
9b780dd
Add support for backtick enquoting in SQL script splitter (#8593)8b9eb0c
Fix Ollama code snippet2195610
Add LAMBDA_DOCKER_FLAGS with testcontainers labels (#8595)994b385
Update testcontainers/sshd version to 1.2.0 (#8574)e5c8b1a
Move to gradle/actions/wrapper-validation (#8559)ba25e5d
[qdrant] Allow to set key and config file (#8556)8d0cf9b
[neo4j] Deprecate withLabsPlugins (#8538)5969b0f
Weaviate: Support new container registry (#8512)9d6e765
Cleanup japicmp excludes8db891a
Add support for apache/kafka (#8416)Updates
org.testcontainers:kafka
from 1.19.4 to 1.19.8Release notes
Sourced from org.testcontainers:kafka's releases.
... (truncated)
Commits
9b780dd
Add support for backtick enquoting in SQL script splitter (#8593)8b9eb0c
Fix Ollama code snippet2195610
Add LAMBDA_DOCKER_FLAGS with testcontainers labels (#8595)994b385
Update testcontainers/sshd version to 1.2.0 (#8574)e5c8b1a
Move to gradle/actions/wrapper-validation (#8559)ba25e5d
[qdrant] Allow to set key and config file (#8556)8d0cf9b
[neo4j] Deprecate withLabsPlugins (#8538)5969b0f
Weaviate: Support new container registry (#8512)9d6e765
Cleanup japicmp excludes8db891a
Add support for apache/kafka (#8416)Updates
org.testcontainers:testcontainers
from 1.19.4 to 1.19.8Release notes
Sourced from org.testcontainers:testcontainers's releases.
... (truncated)
Commits
9b780dd
Add support for backtick enquoting in SQL script splitter (#8593)8b9eb0c
Fix Ollama code snippet2195610
Add LAMBDA_DOCKER_FLAGS with testcontainers labels (#8595)994b385
Update testcontainers/sshd version to 1.2.0 (#8574)e5c8b1a
Move to gradle/actions/wrapper-validation (#8559)Superseded by #65.