Accepting request 1108435 from home:urbic:branches:Java:packages
- 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
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3759c30a1676c12b927bd11b26e88d885a380b00d07a1775e6cf248e6c8e076a
|
||||
size 61517818
|
||||
3
2023-06-15.tar.gz
Normal file
3
2023-06-15.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2bc7920f8bbc0537f4cd14673d49647f6f0d23c447a76f806e32980f6cc76c22
|
||||
size 61518504
|
||||
@@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
@@ -16,9 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
%global git_tag 2023-05-19
|
||||
%global git_tag 2023-06-15
|
||||
Name: bytecoder
|
||||
Version: 20230519
|
||||
Version: 20230615
|
||||
Release: 0
|
||||
Summary: JVM to JavaScript, OpenCL and WebAssembly Transpiler
|
||||
License: Apache-2.0
|
||||
|
||||
Reference in New Issue
Block a user