Stephane Nicoll
d3daded636
Reinstate spring-boot-starter-data-redis-reactive
...
Closes gh-11035
8 years ago
Phillip Webb
b87f9c11f1
Fix POMs for the updated build/release process
...
Fix POMs following project relocations and apply CI friendly Maven
conventions.
See gh-9316
8 years ago
Phillip Webb
0ba4830b4f
Relocate projects to spring-boot-project
...
Move projects to better reflect the way that Spring Boot is released.
The following projects are under `spring-boot-project`:
- `spring-boot`
- `spring-boot-autoconfigure`
- `spring-boot-tools`
- `spring-boot-starters`
- `spring-boot-actuator`
- `spring-boot-actuator-autoconfigure`
- `spring-boot-test`
- `spring-boot-test-autoconfigure`
- `spring-boot-devtools`
- `spring-boot-cli`
- `spring-boot-docs`
See gh-9316
8 years ago
Spring Buildmaster
30eb937a83
Next Development Version
8 years ago
Spring Buildmaster
17a5bb0be4
Next development version
9 years ago
Spring Buildmaster
41c5c0e7c9
Next development version
9 years ago
Spring Buildmaster
05d4d0281c
Next Development Version
9 years ago
Spring Buildmaster
88e43c8421
Next Development Version
9 years ago
Spring Buildmaster
9768b0a8c2
Next Development Version
9 years ago
Spring Buildmaster
d719d2cbbc
Next Development Version
9 years ago
Spring Buildmaster
d23fa24340
Next Development Version
9 years ago
Spring Buildmaster
2a83e80a9b
Next Development Version
9 years ago
Spring Buildmaster
5c12500366
Next Development Version
9 years ago
Spring Buildmaster
a2696bf873
Next Development Version
9 years ago
Spring Buildmaster
ed1ce140c0
Next Development Version
9 years ago
Phillip Webb
cc7c2ebb87
Migrate to android-json
...
Migrate from `org.json:json` to the clean room Apache 2.0 licensed
version that was developed for Android.
Fixes gh-5929
9 years ago
Spring Buildmaster
9057f9ae1f
Next development version
9 years ago
Spring Buildmaster
e712a9ba8c
Next Development Version
9 years ago
Stephane Nicoll
6643ec3713
Next development version
9 years ago
Stephane Nicoll
6bd670edbc
Initiate 1.4.x branch
9 years ago
Spring Buildmaster
7e9ed5e1a7
Next Development Version
9 years ago
Spring Buildmaster
5f959b074f
Next Development Version
9 years ago
Spring Buildmaster
334baaeffd
Next development version
10 years ago
Spring Buildmaster
a89ef5df6e
Next Development Version
10 years ago
Spring Buildmaster
2216369348
Next Development Version
10 years ago
Spring Buildmaster
819a9574a6
Next Development Version
10 years ago
Spring Buildmaster
376bbe68d8
Next Development Version
10 years ago
Spring Buildmaster
225d877ab9
Next Development Version
10 years ago
Phillip Webb
fbaf209240
Move master to 1.4.0.BUILD-SNAPSHOT
10 years ago
Spring Buildmaster
504d3e97ba
Next development version
10 years ago
Spring Buildmaster
8db59059a5
Next Development Version
10 years ago
Spring Buildmaster
3f6f57a80e
Next Development Version
10 years ago
Phillip Webb
9ebe15232e
Polish
11 years ago
Stephane Nicoll
d64ee99b20
Add configuration meta-data parser
...
Add a new `spring-boot-configuration-metadata` module that provides an
API to manipulate Spring Boot configuration meta-data. Can read meta-data
from arbitrary locations, though the standard
`META-INF/spring-configuration-metadata.json` location must be preferred.
Closes gh-1970
11 years ago
Phillip Webb
5220f584db
Revert spring-boot-configuration-metadata for now
...
See gh-1970
11 years ago
Stephane Nicoll
0f64a04780
Add easy way to consume configuration metadata
...
Add a companion module that IDE developers can use to read configuration
metadata from multiple sources into a single repository.
ConfigurationMetadataRepository provides access to groups and items as
well as an harmonized view on "sources" (that is the POJOs that have
contributed to a given group).
Closes gh-1970
11 years ago
Phillip Webb
ff870de0f0
Fix a few JTA issues
...
- Search for ConnectionFactories in java:/JmsXA and
java:/XAConnectionFactory
- Remove javax.transaction:jta managed dependency
- Removed unused JtaProperties argument
Fixes gh-947
11 years ago
Josh Long
e1160922f9
Add Atomikos and Bitronix starter POMs
...
Add starters for Atomikos and Bitronix JTA libraries.
See gh-947
11 years ago
Spring Buildmaster
74d0c5185a
Next development version
12 years ago
Stephane Nicoll
249e09d9bc
Switch master to 1.2.0.BUILD-SNAPSHOT
12 years ago
Spring Buildmaster
40327e1ae6
Next development version
12 years ago
Spring Buildmaster
981669b7c0
Next development version
12 years ago
Phillip Webb
200cd535c2
Revert "Next development version"
...
This reverts commit 67189477fe .
12 years ago
Spring Buildmaster
67189477fe
Next development version
12 years ago
Spring Buildmaster
542f3cbda8
Next development version
12 years ago
Spring Buildmaster
4ca26a21dc
Next development version
12 years ago
Spring Buildmaster
05ed7b3bcd
Next development version
12 years ago
Phillip Webb
3007a777d0
Roll back to 1.1.0.BUILD-SNAPSHOT
12 years ago
Spring Buildmaster
c650f2391e
Next development version
12 years ago
Phillip Webb
933c6b3a43
Remove superfluous commons-logging excludes
...
Update all starter POMs to remove commons-logging dependencies that are
not longer required when using the Spring Boot Gradle plugin.
Mainly reverts code from 196f92bd42
See gh-1047
12 years ago