Commit 614cc9e
committed
Add Jython-based Python executor module with autoconfigure and core support, implementing Python execution lifecycle, properties configuration, and Spring Boot integration.
1 parent ea4ac6e commit 614cc9e
File tree
56 files changed
+2052
-43
lines changed- .idea
- common/python-executor-common
- src/main/java/io/maksymuimanov/python
- common
- converter
- deconverter
- deserializer
- resolver
- serializer
- core/python-executor-core/src/main/java/io/maksymuimanov/python/resolver
- executor
- jep/python-executor-jep-executor-autoconfigure/src/main/resources/META-INF/spring
- jython
- python-executor-jython-executor-autoconfigure
- .mvn/wrapper
- src
- main
- java/io/maksymuimanov/python/autoconfigure
- resources/META-INF
- spring
- test/java/io/maksymuimanov/python
- python-executor-jython-executor-core
- .mvn/wrapper
- src/main/java/io/maksymuimanov/python
- executor
- lifecycle
- python-executor-jython-executor-spring-boot-starter
- .mvn/wrapper
- other/py4j
- python-executor-py4j-autoconfigure/src/main/java/io/maksymuimanov/python/autoconfigure
- python-executor-py4j-core/src/main/java/io/maksymuimanov/python/resolver
- resolver
- pretty
- python-executor-pretty-resolver-autoconfigure/src/main/java/io/maksymuimanov/python/autoconfigure
- python-executor-pretty-resolver-core/src/main/java/io/maksymuimanov/python/resolver
- restricted
- python-executor-restricted-resolver-autoconfigure/src/main/java/io/maksymuimanov/python/autoconfigure
- python-executor-restricted-resolver-core/src/main/java/io/maksymuimanov/python/resolver
- result
- python-executor-result-resolver-autoconfigure/src/main/java/io/maksymuimanov/python/autoconfigure
- python-executor-result-resolver-core/src/main/java/io/maksymuimanov/python/resolver
- spelython
- python-executor-spelython-resolver-autoconfigure/src/main/java/io/maksymuimanov/python/autoconfigure
- python-executor-spelython-resolver-core/src/main/java/io/maksymuimanov/python/resolver
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
56 files changed
+2052
-43
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
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.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
37 | 48 | | |
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
| 5 | + | |
4 | 6 | | |
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
| 5 | + | |
4 | 6 | | |
0 commit comments