Commit 07001a6
committed
Add PythonScript object in common module for easy interactions with a Python script body and refactor whole PythonProcessor, PythonFileHandler (now PythonFileReader), PythonExecutor and PythonResolver flow
1 parent 8970cd8 commit 07001a6
File tree
77 files changed
+991
-1230
lines changed- cache
- spring-boot-python-executor-cache-autoconfigure/src
- main/java/io/w4t3rcs/python/config
- test/java/io/w4t3rcs/python
- spring-boot-python-executor-cache/src
- main/java/io/w4t3rcs/python
- cache/impl
- exception
- executor
- file
- processor
- properties
- resolver
- test/java/io/w4t3rcs/python
- constant
- executor
- file
- processor
- resolver
- common/spring-boot-python-executor-common/src/main/java/io/w4t3rcs/python
- exception
- executor
- file
- processor
- resolver
- script
- core
- spring-boot-python-executor-autoconfigure/src
- main/java/io/w4t3rcs/python/config
- test/java/io/w4t3rcs/python
- spring-boot-python-executor-core/src
- main/java/io/w4t3rcs/python
- file
- processor
- properties
- resolver
- test
- java/io/w4t3rcs/python
- constant
- file
- processor
- resolver
- resources
- executor
- grpc/spring-boot-python-executor-grpc-executor-core/src
- main/java/io/w4t3rcs/python/executor
- test/java/io/w4t3rcs/python
- constant
- executor
- process
- spring-boot-python-executor-process-executor-autoconfigure/src/main/java/io/w4t3rcs/python/config
- spring-boot-python-executor-process-executor-core/src
- main/java/io/w4t3rcs/python
- executor
- input/impl
- starter
- impl
- test/java/io/w4t3rcs/python
- constant
- executor
- starter/impl
- rest/spring-boot-python-executor-rest-executor-core/src
- main/java/io/w4t3rcs/python/executor
- test/java/io/w4t3rcs/python
- constant
- executor
- other/py4j
- spring-boot-python-executor-py4j-autoconfigure/src/main/resources
- spring-boot-python-executor-py4j-core/src
- main/java/io/w4t3rcs/python
- properties
- resolver
- test/java/io/w4t3rcs/python
- constant
- resolver
- resolver
- restricted
- spring-boot-python-executor-restricted-resolver-autoconfigure/src/main
- java/io/w4t3rcs/python/config
- resources
- spring-boot-python-executor-restricted-resolver-core/src
- main/java/io/w4t3rcs/python
- properties
- resolver
- test/java/io/w4t3rcs/python
- constant
- resolver
- result
- spring-boot-python-executor-result-resolver-autoconfigure/src/main
- java/io/w4t3rcs/python/config
- resources
- spring-boot-python-executor-result-resolver-core/src
- main/java/io/w4t3rcs/python/resolver
- test/java/io/w4t3rcs/python/resolver
- spelython/spring-boot-python-executor-spelython-resolver-core/src
- main/java/io/w4t3rcs/python/resolver
- test/java/io/w4t3rcs/python/resolver
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
77 files changed
+991
-1230
lines changedLines changed: 12 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
Lines changed: 10 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
| 46 | + | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
121 | | - | |
| 120 | + | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
Lines changed: 8 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
74 | | - | |
| 75 | + | |
75 | 76 | | |
76 | | - | |
| 77 | + | |
| 78 | + | |
77 | 79 | | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
85 | 84 | | |
86 | 85 | | |
87 | 86 | | |
| |||
0 commit comments