- Update to v20230615
* What's Changed
+ feat(cli): -classpath supporting multiple files/folders by
@nbrugger-tgm in #920
+ Minor fix to Wasm backend runtime code regarding string
concatenation by @mirkosertic in #935
+ fix: various bugs by @nbrugger-tgm in #929
+ feat(core): Enum.getDeclaringClass by @nbrugger-tgm in #931
+ feat(core): improved No such method traces by @nbrugger-tgm
in #925
+ #924 Improved No such method : traces by @mirkosertic in #940
+ Bump maven-source-plugin from 3.2.1 to 3.3.0 by @dependabot
in #911
+ Bump maven-dependency-plugin from 3.5.0 to 3.6.0 by
@dependabot in #915
+ Bump pitest-maven from 1.13.2 to 1.14.1 by @dependabot in
#916
+ Bump selenium from 1.18.1 to 1.18.2 by @dependabot in #918
+ Bump jackson-databind from 2.15.0 to 2.15.2 by @dependabot in
#917
+ Bump maven-release-plugin from 3.0.0 to 3.0.1 by @dependabot
in #934
+ Bump picocli from 4.7.3 to 4.7.4 by @dependabot in #933
+ Bump selenium from 1.18.2 to 1.18.3 by @dependabot in #930
+ Bump maven-surefire-plugin from 3.1.0 to 3.1.2 by @dependabot
in #936
+ Bump selenium-chrome-driver from 4.9.1 to 4.10.0 by
@dependabot in #938
+ Bump commons-io from 2.12.0 to 2.13.0 by @dependabot in #937
+ Bump kotlin.version from 1.8.21 to 1.8.22 by @dependabot in
#939
OBS-URL: https://build.opensuse.org/request/show/1108435
OBS-URL: https://build.opensuse.org/package/show/Java:packages/bytecoder?expand=0&rev=2
40 lines
1.7 KiB
Plaintext
40 lines
1.7 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Jul 14 13:12:54 UTC 2023 - Anton Shvetz <shvetz.anton@gmail.com>
|
|
|
|
- Update to v20230615
|
|
* What's Changed
|
|
+ feat(cli): -classpath supporting multiple files/folders by
|
|
@nbrugger-tgm in #920
|
|
+ Minor fix to Wasm backend runtime code regarding string
|
|
concatenation by @mirkosertic in #935
|
|
+ fix: various bugs by @nbrugger-tgm in #929
|
|
+ feat(core): Enum.getDeclaringClass by @nbrugger-tgm in #931
|
|
+ feat(core): improved No such method traces by @nbrugger-tgm
|
|
in #925
|
|
+ #924 Improved No such method : traces by @mirkosertic in #940
|
|
+ Bump maven-source-plugin from 3.2.1 to 3.3.0 by @dependabot
|
|
in #911
|
|
+ Bump maven-dependency-plugin from 3.5.0 to 3.6.0 by
|
|
@dependabot in #915
|
|
+ Bump pitest-maven from 1.13.2 to 1.14.1 by @dependabot in
|
|
#916
|
|
+ Bump selenium from 1.18.1 to 1.18.2 by @dependabot in #918
|
|
+ Bump jackson-databind from 2.15.0 to 2.15.2 by @dependabot in
|
|
#917
|
|
+ Bump maven-release-plugin from 3.0.0 to 3.0.1 by @dependabot
|
|
in #934
|
|
+ Bump picocli from 4.7.3 to 4.7.4 by @dependabot in #933
|
|
+ Bump selenium from 1.18.2 to 1.18.3 by @dependabot in #930
|
|
+ Bump maven-surefire-plugin from 3.1.0 to 3.1.2 by @dependabot
|
|
in #936
|
|
+ Bump selenium-chrome-driver from 4.9.1 to 4.10.0 by
|
|
@dependabot in #938
|
|
+ Bump commons-io from 2.12.0 to 2.13.0 by @dependabot in #937
|
|
+ Bump kotlin.version from 1.8.21 to 1.8.22 by @dependabot in
|
|
#939
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 22 17:47:10 UTC 2023 - Anton Shvetz <shvetz.anton@gmail.com>
|
|
|
|
- Initial packaging with v20230519
|