Commit 1506fce
Remove unused scala-compiler and rhino dependencies (#2054)
* Remove unused scala-compiler and rhino dependencies
- scala-compiler: only scala.reflect.Manifest was used, which is part
of scala-library; no compiler internals (scala.tools.nsc etc.) were
referenced anywhere
- rhino: removed the optional server-side JavaScript execution feature
(JavaScriptContext) and the corresponding Rhino type references in
LiftSession (NativeArray, Scriptable, UniqueTag, fixScriptableObject)
- Upgraded sbt-web from com.typesafe.sbt 1.4.4 (Bintray, defunct) to
com.github.sbt 1.5.8 (Maven Central) so the build resolves cleanly
All 282 tests pass.
https://claude.ai/code/session_01AePRXsUCMkgsWYeHTTgR5T
* Restore rhino / JavaScriptContext (revert that part of previous commit)
Keep only the scala-compiler removal. The JavaScriptContext server-side
JavaScript execution feature and the corresponding Rhino dependency will
be evaluated for removal separately.
https://claude.ai/code/session_01AePRXsUCMkgsWYeHTTgR5T
---------
Co-authored-by: Claude <noreply@anthropic.com>1 parent f501e32 commit 1506fce
4 files changed
Lines changed: 1 addition & 11 deletions
File tree
- project
- web/webkit/src/main/scala/net/liftweb/javascript
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
105 | 104 | | |
106 | 105 | | |
107 | 106 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | 50 | | |
59 | 51 | | |
60 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
0 commit comments