File tree
463 files changed
+687
-378
lines changed- spring-boot-actuator/src/main/java/org/springframework/boot/actuate
- audit
- listener
- autoconfigure
- endpoint
- jmx
- mvc
- health
- metrics
- dropwizard
- reader
- repository
- redis
- rich
- util
- writer
- security
- trace
- spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure
- amqp
- aop
- batch
- cache
- condition
- context
- data
- cassandra
- elasticsearch
- jpa
- ldap
- mongo
- redis
- solr
- flyway
- hateoas
- jdbc
- metadata
- jersey
- jms
- activemq
- artemis
- jmx
- kafka
- logging
- mobile
- mongo
- orm/jpa
- reactor
- security
- oauth2/client
- thymeleaf
- transaction/jta
- websocket
- web
- spring-boot-cli/src/main/java/org/springframework/boot
- cli
- archive
- command
- archive
- core
- grab
- init
- install
- options
- run
- shell
- status
- test
- compiler
- autoconfigure
- dependencies
- grape
- util
- groovy
- spring-boot-devtools/src/main/java/org/springframework/boot/devtools
- autoconfigure
- remote/server
- tunnel/server
- spring-boot-docs/src/main/java/org/springframework/boot/kafka
- spring-boot-integration-tests/spring-boot-configuration-processor-tests/src/main/java/sample
- spring-boot-parent/src/checkstyle
- spring-boot-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure
- jdbc
- orm/jpa
- spring-boot-test/src/main/java/org/springframework/boot/test/context
- spring-boot-tools
- spring-boot-autoconfigure-processor/src/main/java/org/springframework/boot/autoconfigureprocessor
- spring-boot-configuration-metadata/src/main/java/org/springframework/boot/configurationmetadata
- spring-boot-configuration-processor/src/main/java/org/springframework/boot/configurationprocessor
- fieldvalues/javac
- spring-boot-gradle-plugin/src/main/java/org/springframework/boot/gradle
- agent
- buildinfo
- plugin
- repackage
- run
- spring-boot-loader-tools/src/main/java/org/springframework/boot/loader/tools
- spring-boot-loader/src/main/java/org/springframework/boot/loader
- archive
- data
- jar
- util
- spring-boot-maven-plugin/src/main/java/org/springframework/boot/maven
- spring-boot-test-support/src/main/java/org/springframework/boot/junit
- compiler
- runner/classpath
- spring-boot/src/main/java/org/springframework/boot
- ansi
- bind
- builder
- cloud
- context
- config
- embedded
- jetty
- tomcat
- event
- properties
- diagnostics/analyzer
- env
- json
- liquibase
- logging
- java
- logback
- validation
- yaml
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
463 files changed
+687
-378
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
| 44 | + | |
44 | 45 |
| |
45 | 46 |
| |
46 | 47 |
| |
|
spring-boot-actuator/src/main/java/org/springframework/boot/actuate/audit/AuditEventRepository.java
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
| 27 | + | |
27 | 28 |
| |
28 | 29 |
| |
29 | 30 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
| 31 | + | |
31 | 32 |
| |
32 | 33 |
| |
33 | 34 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
| 30 | + | |
30 | 31 |
| |
31 | 32 |
| |
32 | 33 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
| 32 | + | |
32 | 33 |
| |
33 | 34 |
| |
34 | 35 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
| 33 | + | |
33 | 34 |
| |
34 | 35 |
| |
35 | 36 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
| 40 | + | |
40 | 41 |
| |
41 | 42 |
| |
42 | 43 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
114 | 114 |
| |
115 | 115 |
| |
116 | 116 |
| |
| 117 | + | |
117 | 118 |
| |
118 | 119 |
| |
119 | 120 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
77 | 77 |
| |
78 | 78 |
| |
79 | 79 |
| |
| 80 | + | |
80 | 81 |
| |
81 | 82 |
| |
82 | 83 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
| 53 | + | |
53 | 54 |
| |
54 | 55 |
| |
55 | 56 |
| |
|
0 commit comments