Commit 9f42ffb
committed
Refactor the modules to be more like Spring Boot ecosystem part, separate properties from core modules to autoconfigure, divide testcontainers module, fix the main properties problem with no showing up at context help
1 parent 6634fd4 commit 9f42ffb
File tree
174 files changed
+1095
-1206
lines changed- .idea
- cache
- spring-boot-python-executor-cache-autoconfigure/src
- main
- java/io/w4t3rcs/python/autoconfigure
- resources
- META-INF/spring
- test/java/io/w4t3rcs/python
- spring-boot-python-executor-cache
- src
- main/java/io/w4t3rcs/python
- cache
- executor
- file
- processor
- resolver
- test/java/io/w4t3rcs/python
- cache
- executor
- file
- processor
- resolver
- common/spring-boot-python-executor-common
- core
- spring-boot-python-executor-autoconfigure
- src
- main
- java/io/w4t3rcs/python
- autoconfigure
- config
- resources
- META-INF/spring
- test/java/io/w4t3rcs/python
- spring-boot-python-executor-core
- src/main/java/io/w4t3rcs/python
- file
- properties
- spring-boot-python-executor-starter
- executor
- grpc
- spring-boot-python-executor-grpc-executor-autoconfigure
- src
- main
- java/io/w4t3rcs/python
- autoconfigure
- config
- testcontainers
- resources
- META-INF
- spring
- test/java/io/w4t3rcs/python
- spring-boot-python-executor-grpc-executor-core
- src/main/java/io/w4t3rcs/python/properties
- spring-boot-python-executor-grpc-executor-starter
- process
- spring-boot-python-executor-process-executor-autoconfigure
- src
- main
- java/io/w4t3rcs/python
- autoconfigure
- config
- resources/META-INF/spring
- test/java/io/w4t3rcs/python
- spring-boot-python-executor-process-executor-core
- src/main/java/io/w4t3rcs/python
- input
- properties
- starter
- spring-boot-python-executor-process-executor-starter
- rest
- spring-boot-python-executor-rest-executor-autoconfigure
- src
- main
- java/io/w4t3rcs/python
- autoconfigure
- config
- testcontainers
- resources
- META-INF
- spring
- test/java/io/w4t3rcs/python
- spring-boot-python-executor-rest-executor-core
- src/main/java/io/w4t3rcs/python
- executor
- properties
- spring-boot-python-executor-rest-executor-starter
- other/py4j
- spring-boot-python-executor-py4j-autoconfigure
- src
- main
- java/io/w4t3rcs/python
- autoconfigure
- config
- exception
- resources
- META-INF/spring
- test/java/io/w4t3rcs/python
- spring-boot-python-executor-py4j-core
- src/main/java/io/w4t3rcs/python
- properties
- resolver
- spring-boot-python-executor-py4j-starter
- resolver
- pretty
- spring-boot-python-executor-pretty-resolver-autoconfigure
- src
- main
- java/io/w4t3rcs/python
- autoconfigure
- config
- resources/META-INF/spring
- test/java/io/w4t3rcs/python
- spring-boot-python-executor-pretty-resolver-core
- spring-boot-python-executor-pretty-resolver-starter
- restricted
- spring-boot-python-executor-restricted-resolver-autoconfigure
- src
- main
- java/io/w4t3rcs/python
- autoconfigure
- config
- resources
- META-INF/spring
- test/java/io/w4t3rcs/python
- spring-boot-python-executor-restricted-resolver-core
- src/main/java/io/w4t3rcs/python
- properties
- resolver
- spring-boot-python-executor-restricted-resolver-starter
- result
- spring-boot-python-executor-result-resolver-autoconfigure
- src
- main
- java/io/w4t3rcs/python
- autoconfigure
- config
- resources
- META-INF/spring
- test/java/io/w4t3rcs/python
- spring-boot-python-executor-result-resolver-core
- src/main/java/io/w4t3rcs/python
- properties
- resolver
- spring-boot-python-executor-result-resolver-starter
- spelython
- spring-boot-python-executor-spelython-resolver-autoconfigure
- src
- main
- java/io/w4t3rcs/python
- autoconfigure
- config
- resources
- META-INF/spring
- test/java/io/w4t3rcs/python
- spring-boot-python-executor-spelython-resolver-core
- src/main/java/io/w4t3rcs/python
- properties
- resolver
- spring-boot-python-executor-spelython-resolver-starter
- test
- python-grpc-server-testcontainers
- .mvn/wrapper
- src
- main/java/io/w4t3rcs/python
- test/java/io/w4t3rcs/python
- python-rest-server-testcontainers
- .mvn/wrapper
- src
- main/java/io/w4t3rcs/python
- test/java/io/w4t3rcs/python
- python-server-testcontainers
- .mvn/wrapper
- src/main/java/io/w4t3rcs/python
- spring-boot-python-executor-testcontainers
- .mvn/wrapper
- src/main/resources/META-INF
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
174 files changed
+1095
-1206
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | 3 | | |
6 | 4 | | |
7 | 5 | | |
| |||
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | 3 | | |
6 | 4 | | |
7 | 5 | | |
| |||
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
19 | | - | |
| 18 | + | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | 3 | | |
6 | 4 | | |
7 | 5 | | |
| |||
Lines changed: 18 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | 6 | | |
11 | 7 | | |
12 | 8 | | |
13 | 9 | | |
14 | 10 | | |
15 | 11 | | |
16 | | - | |
17 | 12 | | |
18 | 13 | | |
| 14 | + | |
19 | 15 | | |
| 16 | + | |
20 | 17 | | |
21 | | - | |
22 | 18 | | |
23 | 19 | | |
24 | 20 | | |
25 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
26 | 24 | | |
27 | 25 | | |
28 | 26 | | |
| |||
57 | 55 | | |
58 | 56 | | |
59 | 57 | | |
60 | | - | |
| 58 | + | |
61 | 59 | | |
62 | | - | |
63 | | - | |
| 60 | + | |
64 | 61 | | |
65 | 62 | | |
66 | 63 | | |
| |||
72 | 69 | | |
73 | 70 | | |
74 | 71 | | |
75 | | - | |
| 72 | + | |
| 73 | + | |
76 | 74 | | |
77 | 75 | | |
78 | 76 | | |
| |||
91 | 89 | | |
92 | 90 | | |
93 | 91 | | |
94 | | - | |
| 92 | + | |
| 93 | + | |
95 | 94 | | |
96 | 95 | | |
97 | 96 | | |
| |||
114 | 113 | | |
115 | 114 | | |
116 | 115 | | |
117 | | - | |
| 116 | + | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
| 139 | + | |
139 | 140 | | |
140 | 141 | | |
141 | 142 | | |
| |||
158 | 159 | | |
159 | 160 | | |
160 | 161 | | |
161 | | - | |
| 162 | + | |
| 163 | + | |
162 | 164 | | |
163 | 165 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
| 47 | + | |
45 | 48 | | |
46 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
47 | 55 | | |
48 | 56 | | |
49 | 57 | | |
| |||
59 | 67 | | |
60 | 68 | | |
61 | 69 | | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | 70 | | |
69 | | - | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
70 | 78 | | |
71 | 79 | | |
72 | 80 | | |
73 | 81 | | |
74 | 82 | | |
75 | 83 | | |
76 | 84 | | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | 85 | | |
82 | | - | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
83 | 91 | | |
84 | 92 | | |
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | 3 | | |
6 | 4 | | |
7 | 5 | | |
| |||
0 commit comments