Commit bb1e691
authored
Spring Boot 3.x support
* test fixes
* udate version
* update version
* update version
* added release script
* do not schedule message if job is terminated
* change condition to cater message deletion
* log deleted message as info
* Fixes
* Message deletion happening from Message listener
* Task rejected when threads are not available, sleep instead of poll
* retry test
* add gradle retry plugin
* increase failure count to 30
* enhance logging for TestMessageProcessor
* configure retry for all packages
* configure retry for all packages
* resource was not getting released due to sleep in the deactivate method
* use log level info
* depends on reactive_integration_test
* use @testinstance(Lifecycle.PER_CLASS)
* remove TestPer class
* display date time at the bottom in default timezone
* shutdown executor
* 2.13.0 release
* use higher size vm
* use xlarge vm
* use 02 ubuntu
* use 01 and large only
* Boot 3.x preparation
* removed deprecated code flow
* add a default constructor
* change redis script
* install redis-server directly
* hibernate dependency issue
* 404 and message object issue.
* 404
* wip
* upgrade gradle dependencies
* missing reports
* added some more test cases
* give 6 gb ram
* renamed root project name
* copyright update
* Syntax issue due to IDE save option
* 3.0.0 release
* disable module file
* Fixed template syntax error1 parent 7b49d2b commit bb1e691
481 files changed
Lines changed: 19829 additions & 15638 deletions
File tree
- .circleci
- .github/ISSUE_TEMPLATE
- gradle
- wrapper
- rqueue-core
- src
- main
- java/com/github/sonus21/rqueue
- annotation
- common
- impl
- config
- converter
- core
- context
- impl
- middleware
- support
- dao
- impl
- exception
- listener
- metrics
- models
- aggregator
- db
- enums
- event
- request
- response
- utils
- backoff
- condition
- pebble
- web
- controller
- service
- impl
- resources
- META-INF
- public/rqueue
- css
- js
- vendor
- bootstrap
- css
- js
- boxicons
- css
- fonts
- rqueue/scripts
- templates/rqueue
- test/java/com/github/sonus21/rqueue
- common
- config
- converter
- core
- context
- impl
- middleware
- support
- dao
- listener
- metrics
- models
- db
- request
- utils
- backoff
- web
- service
- impl
- view
- rqueue-spring-boot-example
- src/main
- java/com/github/sonus21/rqueue/example
- resources
- rqueue-spring-boot-reactive-example
- src
- main
- java/com/github/sonus21/task/executor
- resources
- test/java/com/github/sonus21/task/executor
- rqueue-spring-boot-starter
- src
- main
- java/com/github/sonus21/rqueue/spring/boot
- resources/META-INF
- spring
- test/java/com/github/sonus21/rqueue/spring/boot
- application
- reactive
- tests
- integration
- unit
- rqueue-spring-common-test
- src/main
- java/com/github/sonus21/rqueue/test
- application
- common
- dto
- entity
- repository
- service
- tests
- util
- resources
- rqueue-spring-example
- src/main/java/rqueue/spring/example
- rqueue-spring
- src
- main/java/com/github/sonus21/rqueue/spring
- test/java/com/github/sonus21/rqueue/spring
- app
- services
- tests
- integration
- unit
- rqueue-test-util
- src/main
- java/com/github/sonus21
- junit
- test
- resources
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
49 | | - | |
| 47 | + | |
50 | 48 | | |
51 | 49 | | |
52 | 50 | | |
| |||
117 | 115 | | |
118 | 116 | | |
119 | 117 | | |
120 | | - | |
| 118 | + | |
121 | 119 | | |
122 | 120 | | |
123 | 121 | | |
124 | 122 | | |
125 | 123 | | |
126 | 124 | | |
127 | | - | |
| 125 | + | |
128 | 126 | | |
129 | 127 | | |
130 | 128 | | |
| |||
277 | 275 | | |
278 | 276 | | |
279 | 277 | | |
280 | | - | |
281 | | - | |
282 | | - | |
283 | | - | |
284 | | - | |
285 | | - | |
286 | | - | |
287 | | - | |
288 | | - | |
289 | | - | |
290 | | - | |
291 | | - | |
292 | | - | |
293 | | - | |
294 | | - | |
295 | | - | |
296 | | - | |
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
32 | | - | |
33 | 31 | | |
34 | 32 | | |
35 | 33 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
3 | 7 | | |
| 8 | + | |
4 | 9 | | |
| 10 | + | |
5 | 11 | | |
6 | 12 | | |
7 | 13 | | |
8 | 14 | | |
9 | 15 | | |
| 16 | + | |
10 | 17 | | |
| 18 | + | |
11 | 19 | | |
12 | 20 | | |
13 | 21 | | |
14 | | - | |
15 | 22 | | |
| 23 | + | |
16 | 24 | | |
| 25 | + | |
17 | 26 | | |
18 | 27 | | |
19 | 28 | | |
20 | 29 | | |
21 | 30 | | |
22 | 31 | | |
23 | | - | |
| 32 | + | |
| 33 | + | |
24 | 34 | | |
25 | 35 | | |
26 | | - | |
27 | 36 | | |
28 | 37 | | |
29 | 38 | | |
| |||
327 | 336 | | |
328 | 337 | | |
329 | 338 | | |
| 339 | + | |
| 340 | + | |
330 | 341 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | | - | |
57 | | - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
66 | | - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
67 | 68 | | |
68 | | - | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
72 | | - | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
73 | 79 | | |
74 | 80 | | |
75 | 81 | | |
| |||
88 | 94 | | |
89 | 95 | | |
90 | 96 | | |
91 | | - | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
92 | 106 | | |
93 | | - | |
94 | | - | |
95 | 107 | | |
96 | 108 | | |
97 | 109 | | |
| |||
105 | 117 | | |
106 | 118 | | |
107 | 119 | | |
108 | | - | |
109 | | - | |
110 | | - | |
| 120 | + | |
| 121 | + | |
111 | 122 | | |
112 | 123 | | |
113 | 124 | | |
| |||
124 | 135 | | |
125 | 136 | | |
126 | 137 | | |
| 138 | + | |
127 | 139 | | |
128 | 140 | | |
129 | 141 | | |
| |||
231 | 243 | | |
232 | 244 | | |
233 | 245 | | |
| 246 | + | |
234 | 247 | | |
235 | 248 | | |
236 | 249 | | |
237 | 250 | | |
238 | | - | |
239 | 251 | | |
240 | 252 | | |
241 | | - | |
242 | 253 | | |
243 | 254 | | |
244 | 255 | | |
245 | 256 | | |
246 | 257 | | |
247 | 258 | | |
248 | | - | |
249 | 259 | | |
250 | 260 | | |
251 | 261 | | |
| |||
0 commit comments