Commit Graph

9 Commits

Author SHA1 Message Date
Patrice.S f0b22db527
spring-websocket: initial integration (#8712) 2022-10-07 10:08:32 -07:00
Patrice.S 5efa55f71e
spring-jms: initial integration (#8621) 2022-09-28 12:40:24 -04:00
Patrice.S 551ad63712
spring-messaging: initial integration & improve project structure (#8573) 2022-09-23 10:34:35 -07:00
Patrice.S a01c454376
spring-expression: initial integration (#8488) 2022-09-21 17:37:22 +10:00
aschaich 7f8684c89b
[spring-framework] Intial Integration for jdbc (#8359)
* [spring-framework] Apply patches in the Dockerfile

Applying patches is part of the sourcecode retrieval, which
we do in the Dockerfile, so apply the patches as part of the
Docker image creation, too.

While here, compile and install _all_ java files rather then
only those ending on "Fuzzer.java", and use a "real" git
checkout, which is required for more "advanced" git features,
most notoriously "log".

* [spring-framework] Use cp over mv in build.sh

Copying the files rather then moving them brings us one step
closer to being re-runable w/o restarting the docker container

* [spring-framework] shadow all our jar files

Also refactor the build.sh and Dockerfile to allow us adding
shadowJars more straightforwardly

* [spring-framework] Also build orm and jdbc, remove commented code

* [spring-framework] Copy all .class files to $OUT/

* [spring-framework] Use install over cp

* [spring-framework] Initial Integration for jdbc

* [spring-framework-jdbc] add copyright headers
2022-08-31 09:47:57 -07:00
Patrice.S 2c994627ea
spring-tx: Initial integration (#8357)
* Add spring-tx TransactionAttributeSourceEditor fuzz target with dict

* Add missing copyright headers on spring-framework fuzz targets
2022-08-29 10:22:31 -04:00
Patrice.S 66f0278fb3
spring-framework: create fuzz target for ApplicationContext (#8191)
Create fuzz target for ApplicationContext
2022-08-09 13:22:27 +01:00
psy adad4c2dbe
spring-framework: Fix build failure (#7934)
Fix build failure
2022-07-01 11:58:51 +02:00
psy bc64e722b0
spring-framework: initial integration (#7857)
Initial integration
2022-06-14 12:05:46 -05:00