A plugin framework and application container with built-in extensibility mechanism.
unsigned
should be brought in at your newly released version?
unsigned
, that does not require publishing a new BOM, but does allow downstream code to in general infer that they can update unsigned
? If not, then it's just a manual override per project, fine. Or if this mechanism is general/extensible in that way, then it sounds like just another BOM layered on top of the BOM?
Oh, I guess you are talking about polling the pom-scijava repository for changes, and wanting to instead commit something (what?) along side? But why do you need this?
I mean merging the current scijava-catalog/platform inside the bom project. So, whenever you add a new commit to the bom, github action may trigger automatically the code generation for gradle as well, propagating the new change immediately. I know this would add quite some files, polluting the repo, so we could think of having everthing inside a dedicated sub-directory, if this may be acceptable for you.. Don't hesitate to say no if you don't feel it
repository_dispatch
: https://blog.marcnuri.com/triggering-github-actions-across-different-repositories
scijava-
) because it doesnt match the organization (scenery
). May I move those repo under the scijava organization to try and see if then they'll get accepted?
BatchInputProvider
; see FileBatchInputProvider
and DatasetBatchInputProvider
for examples.
SourceAndConverter
input, but once I've selected the parameter to Batch, what is displayed is the File[]
swing widget instead of the SourceAndConverter[]
which I would like (which gives very different objects...). Is there a way to do it ? And why is the File[]
widget appearing ?
FileBatchService
is accepting the batchService.run
call because it gets your handler. I’m not sure how to solve it, need to dig a bit, but it might be a design flaw that we have no way of knowing the input type when we just extend AbstractHandlerService<BatchInput, BatchInputProvider<?>>
without being able to specify File
or SourceAndConverter
...
batch-processor
is set up currently.
[INFO] [INFO] Compiling 1 source file to /mnt/c/Code/scijava/scijava-maven-plugin/target/it/populate-app/target/classes
[INFO] [INFO] -------------------------------------------------------------
[INFO] [ERROR] COMPILATION ERROR :
[INFO] [INFO] -------------------------------------------------------------
[INFO] [ERROR] Source option 5 is no longer supported. Use 6 or later.
[INFO] [ERROR] Target option 1.5 is no longer supported. Use 1.6 or later.
[INFO] [INFO] 2 errors
[INFO] [INFO] -------------------------------------------------------------
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD FAILURE
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time: 1.568 s
[INFO] [INFO] Finished at: 2021-11-16T12:17:37-06:00
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project Example_PlugIn: Compilation failure: Compilation failure:
[INFO] [ERROR] Source option 5 is no longer supported. Use 6 or later.
[INFO] [ERROR] Target option 1.5 is no longer supported. Use 1.6 or later.
[INFO] [ERROR] -> [Help 1]