Skip to content

Commit 4fcc81d

Browse files
committed
Support Scala 2.12.21
1 parent fa4eca4 commit 4fcc81d

File tree

2 files changed

+83
-0
lines changed

2 files changed

+83
-0
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- 2.12.18
1818
- 2.12.19
1919
- 2.12.20
20+
- 2.12.21
2021
- 2.13.11
2122
- 2.13.12
2223
- 2.13.13
Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
--- target/expected_output/basic/akka/rk/buh/is/it/A.java
2+
+++ target/expected_output/basic/akka/rk/buh/is/it/A.java
3+
@@ -48,13 +48,13 @@
4+
public class NonStatic {
5+
public NonStatic () { throw new RuntimeException(); }
6+
}
7+
+ public akka.rk.buh.is.it.A.D$.E$ E () { throw new RuntimeException(); }
8+
public D$ () { throw new RuntimeException(); }
9+
/**
10+
* def A.D.math
11+
* @return (undocumented)
12+
*/
13+
public long math () { throw new RuntimeException(); }
14+
- public akka.rk.buh.is.it.A.D$.E$ E () { throw new RuntimeException(); }
15+
}
16+
/**
17+
* class A.B
18+
@@ -103,8 +103,8 @@
19+
* class A.C
20+
*/
21+
static public class C1 {
22+
- public C1 () { throw new RuntimeException(); }
23+
public akka.rk.buh.is.it.A.C1$C1$ C1 () { throw new RuntimeException(); }
24+
+ public C1 () { throw new RuntimeException(); }
25+
}
26+
/**
27+
* object C1
28+
@@ -142,6 +142,11 @@
29+
static public java.lang.String stattic () { throw new RuntimeException(); }
30+
static public java.lang.Object x () { throw new RuntimeException(); }
31+
/**
32+
+ * Accessor for nested Scala object
33+
+ * @return (undocumented)
34+
+ */
35+
+ public akka.rk.buh.is.it.A.D$ D () { throw new RuntimeException(); }
36+
+ /**
37+
* varargs
38+
* @param s (undocumented)
39+
* @return (undocumented)
40+
@@ -214,9 +219,4 @@
41+
*/
42+
public int testthrows () throws java.lang.IllegalArgumentException, java.lang.NullPointerException { throw new RuntimeException(); }
43+
public scala.runtime.Null$ getNull () { throw new RuntimeException(); }
44+
- /**
45+
- * Accessor for nested Scala object
46+
- * @return (undocumented)
47+
- */
48+
- public akka.rk.buh.is.it.A.D$ D () { throw new RuntimeException(); }
49+
}
50+
--- target/expected_output/basic/akka/actor/dsl/Inbox.java 2018-12-13 15:51:52.473679518 +0100
51+
+++ target/expected_output/basic/akka/actor/dsl/Inbox.java 2018-12-13 15:51:51.473673128 +0100
52+
@@ -2,5 +2,6 @@
53+
public interface Inbox {
54+
public interface InboxExtension {
55+
public int DSLInboxQueueSize () ;
56+
+ public void akka$actor$dsl$Inbox$InboxExtension$_setter_$DSLInboxQueueSize_$eq (int x$1) ;
57+
}
58+
}
59+
--- target/expected_output/basic/akka/persistence/testkit/EventStorage.java 2020-03-23 16:04:03.313049968 +0100
60+
+++ target/expected_output/basic/akka/persistence/testkit/EventStorage.java 2020-03-23 16:04:03.313049968 +0100
61+
@@ -5,7 +5,9 @@
62+
* Static reference to the singleton instance of this Scala object.
63+
*/
64+
public static final JournalPolicies$ MODULE$ = null;
65+
+ public akka.persistence.testkit.ProcessingPolicy.DefaultPolicies<akka.persistence.testkit.JournalOperation>.PassAll$ PassAll () { throw new RuntimeException(); }
66+
public JournalPolicies$ () { throw new RuntimeException(); }
67+
}
68+
- public akka.persistence.testkit.ProcessingPolicy.DefaultPolicies<akka.persistence.testkit.JournalOperation>.PassAll$ DefaultPolicy () ;
69+
+ public void akka$persistence$testkit$EventStorage$_setter_$DefaultPolicy_$eq (akka.persistence.testkit.ProcessingPolicy.DefaultPolicies<akka.persistence.testkit.JournalOperation>.PassAll x$1) ;
70+
+ public akka.persistence.testkit.ProcessingPolicy.DefaultPolicies<akka.persistence.testkit.JournalOperation>.PassAll DefaultPolicy () ;
71+
}
72+
--- target/expected_output/basic/akka/rk/buh/is/it/DontTouchThis.java
73+
+++ target/expected_output/basic/akka/rk/buh/is/it/DontTouchThis.java
74+
@@ -12,8 +12,6 @@
75+
public void alreadyDeprecatedInComment () { throw new RuntimeException(); }
76+
/**
77+
* buh!
78+
- *
79+
- * @deprecated
80+
*/
81+
public void javaDeprecatedThingie () { throw new RuntimeException(); }
82+
/**

0 commit comments

Comments
 (0)