You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,18 @@
2
2
3
3
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
***spec:** export list of all jsii features ([#5021](https://github.com/aws/jsii/issues/5021)) ([20111a6](https://github.com/aws/jsii/commit/20111a698aee4de7db21f23f7e2fde686ee149f1))
11
+
12
+
13
+
### Bug Fixes
14
+
15
+
***jsii-pacmak:** toString() on anonymous classes does not call JavaScript implementation ([#5027](https://github.com/aws/jsii/issues/5027)) ([d6a243b](https://github.com/aws/jsii/commit/d6a243b2cd8369e7cd1347594e2cd73734527e81))
Copy file name to clipboardExpand all lines: packages/@jsii/java-runtime-test/project/src/test/java/software/amazon/jsii/testing/TypeCheckingTest.java
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -135,4 +135,25 @@ public void staticMethod()
135
135
});
136
136
assertEquals("Expected struct to be one of: software.amazon.jsii.tests.calculator.StructA, software.amazon.jsii.tests.calculator.StructB; received class java.lang.String", e.getMessage());
0 commit comments