Update main branch to start work on 2.7.x
This commit is contained in:
		
							parent
							
								
									3b12a5efe9
								
							
						
					
					
						commit
						86a773a8e9
					
				|  | @ -1,4 +1,4 @@ | |||
| = Spring Boot image:https://ci.spring.io/api/v1/teams/spring-boot/pipelines/spring-boot-2.6.x/jobs/build/badge["Build Status", link="https://ci.spring.io/teams/spring-boot/pipelines/spring-boot-2.6.x?groups=Build"] image:https://badges.gitter.im/Join Chat.svg["Chat",link="https://gitter.im/spring-projects/spring-boot?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge"] image:https://img.shields.io/badge/Revved%20up%20by-Gradle%20Enterprise-06A0CE?logo=Gradle&labelColor=02303A["Revved up by Gradle Enterprise", link="https://ge.spring.io/scans?&search.rootProjectNames=Spring%20Boot%20Build&search.rootProjectNames=spring-boot-build"] | ||||
| = Spring Boot image:https://ci.spring.io/api/v1/teams/spring-boot/pipelines/spring-boot-2.7.x/jobs/build/badge["Build Status", link="https://ci.spring.io/teams/spring-boot/pipelines/spring-boot-2.7.x?groups=Build"] image:https://badges.gitter.im/Join Chat.svg["Chat",link="https://gitter.im/spring-projects/spring-boot?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge"] image:https://img.shields.io/badge/Revved%20up%20by-Gradle%20Enterprise-06A0CE?logo=Gradle&labelColor=02303A["Revved up by Gradle Enterprise", link="https://ge.spring.io/scans?&search.rootProjectNames=Spring%20Boot%20Build&search.rootProjectNames=spring-boot-build"] | ||||
| :docs: https://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference | ||||
| :github: https://github.com/spring-projects/spring-boot | ||||
| 
 | ||||
|  |  | |||
|  | @ -11,7 +11,7 @@ The pipeline can be deployed using the following command: | |||
| 
 | ||||
| [source] | ||||
| ---- | ||||
| $ fly -t spring-boot set-pipeline -p spring-boot-2.6.x -c ci/pipeline.yml -l ci/parameters.yml | ||||
| $ fly -t spring-boot set-pipeline -p spring-boot-2.7.x -c ci/pipeline.yml -l ci/parameters.yml | ||||
| ---- | ||||
| 
 | ||||
| NOTE: This assumes that you have credhub integration configured with the appropriate | ||||
|  |  | |||
|  | @ -7,7 +7,7 @@ homebrew-tap-repo: "https://github.com/spring-io/homebrew-tap.git" | |||
| docker-hub-organization: "springci" | ||||
| artifactory-server: "https://repo.spring.io" | ||||
| branch: "main" | ||||
| milestone: "2.6.x" | ||||
| milestone: "2.7.x" | ||||
| build-name: "spring-boot" | ||||
| concourse-url: "https://ci.spring.io" | ||||
| task-timeout: 2h00m | ||||
|  |  | |||
|  | @ -683,7 +683,7 @@ jobs: | |||
|         <<: *sdkman-task-params | ||||
|         RELEASE_TYPE: RELEASE | ||||
|         BRANCH: ((branch)) | ||||
|         LATEST_GA: true | ||||
|         LATEST_GA: false | ||||
| - name: update-homebrew-tap | ||||
|   serial: true | ||||
|   plan: | ||||
|  | @ -699,7 +699,7 @@ jobs: | |||
|       image: ci-image | ||||
|       file: git-repo/ci/tasks/update-homebrew-tap.yml | ||||
|       params: | ||||
|         LATEST_GA: true | ||||
|         LATEST_GA: false | ||||
|     - put: homebrew-tap-repo | ||||
|       params: | ||||
|         repository: updated-homebrew-tap-repo | ||||
|  |  | |||
|  | @ -11,8 +11,8 @@ | |||
|     xmlns:setup.workingsets="http://www.eclipse.org/oomph/setup/workingsets/1.0" | ||||
|     xmlns:workingsets="http://www.eclipse.org/oomph/workingsets/1.0" | ||||
|     xsi:schemaLocation="http://www.eclipse.org/oomph/setup/jdt/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/JDT.ecore http://www.eclipse.org/buildship/oomph/1.0 https://raw.githubusercontent.com/eclipse/buildship/master/org.eclipse.buildship.oomph/model/GradleImport-1.0.ecore http://www.eclipse.org/oomph/predicates/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Predicates.ecore http://www.eclipse.org/oomph/setup/workingsets/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/SetupWorkingSets.ecore http://www.eclipse.org/oomph/workingsets/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/WorkingSets.ecore" | ||||
|     name="spring.boot.2.6.x" | ||||
|     label="Spring Boot 2.6.x"> | ||||
|     name="spring.boot.2.7.x" | ||||
|     label="Spring Boot 2.7.x"> | ||||
|   <setupTask | ||||
|       xsi:type="setup:VariableTask" | ||||
|       type="FOLDER" | ||||
|  |  | |||
|  | @ -4,7 +4,7 @@ require 'net/http' | |||
| require 'yaml' | ||||
| require 'logger' | ||||
| 
 | ||||
| $main_branch = "2.6.x" | ||||
| $main_branch = "2.7.x" | ||||
| 
 | ||||
| $log = Logger.new(STDOUT) | ||||
| $log.level = Logger::WARN | ||||
|  |  | |||
|  | @ -1,4 +1,4 @@ | |||
| version=2.6.2-SNAPSHOT | ||||
| version=2.7.0-SNAPSHOT | ||||
| 
 | ||||
| org.gradle.caching=true | ||||
| org.gradle.parallel=true | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| <layers xmlns="http://www.springframework.org/schema/boot/layers" | ||||
| 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||||
| 	xsi:schemaLocation="http://www.springframework.org/schema/boot/layers | ||||
| 					  https://www.springframework.org/schema/layers/layers-2.6.xsd"> | ||||
| 					  https://www.springframework.org/schema/layers/layers-2.7.xsd"> | ||||
| 	<application> | ||||
| 		<into layer="configuration"> | ||||
| 			<include>**/application*.*</include> | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| <layers xmlns="http://www.springframework.org/schema/boot/layers" | ||||
| 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||||
| 	xsi:schemaLocation="http://www.springframework.org/schema/boot/layers | ||||
| 					  https://www.springframework.org/schema/layers/layers-2.6.xsd"> | ||||
| 					  https://www.springframework.org/schema/layers/layers-2.7.xsd"> | ||||
| 	<application> | ||||
| 		<into layer="configuration"> | ||||
| 			<include>**/application*.*</include> | ||||
|  |  | |||
|  | @ -0,0 +1,100 @@ | |||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||||
| <xsd:schema elementFormDefault="qualified" | ||||
| 	xmlns="http://www.springframework.org/schema/boot/layers" | ||||
| 	xmlns:xsd="http://www.w3.org/2001/XMLSchema" | ||||
| 	targetNamespace="http://www.springframework.org/schema/boot/layers"> | ||||
| 	<xsd:element name="layers" type="layersType" /> | ||||
| 	<xsd:complexType name="layersType"> | ||||
| 		<xsd:sequence> | ||||
| 			<xsd:element name="application" type="applicationType" /> | ||||
| 			<xsd:element name="dependencies" type="dependenciesType" /> | ||||
| 			<xsd:element name="layerOrder" type="layerOrderType" /> | ||||
| 		</xsd:sequence> | ||||
| 	</xsd:complexType> | ||||
| 	<xsd:complexType name="applicationType"> | ||||
| 		<xsd:annotation> | ||||
| 			<xsd:documentation><![CDATA[ | ||||
| 	The 'into layer' selections that should be applied to application classes and resources. | ||||
| 				]]></xsd:documentation> | ||||
| 		</xsd:annotation> | ||||
| 		<xsd:sequence maxOccurs="unbounded"> | ||||
| 			<xsd:element name="into" type="intoType" /> | ||||
| 		</xsd:sequence> | ||||
| 	</xsd:complexType> | ||||
| 	<xsd:complexType name="dependenciesType"> | ||||
| 		<xsd:annotation> | ||||
| 			<xsd:documentation><![CDATA[ | ||||
| 	The 'into layer' selections that should be applied to dependencies. | ||||
| 				]]></xsd:documentation> | ||||
| 		</xsd:annotation> | ||||
| 		<xsd:sequence maxOccurs="unbounded"> | ||||
| 			<xsd:element name="into" type="dependenciesIntoType" /> | ||||
| 		</xsd:sequence> | ||||
| 	</xsd:complexType> | ||||
| 	<xsd:complexType name="layerOrderType"> | ||||
| 		<xsd:annotation> | ||||
| 			<xsd:documentation><![CDATA[ | ||||
| 	The order that layers should be added (starting with the least frequently changed layer). | ||||
| 				]]></xsd:documentation> | ||||
| 		</xsd:annotation> | ||||
| 		<xsd:sequence> | ||||
| 			<xsd:element name="layer" maxOccurs="unbounded"> | ||||
| 				<xsd:annotation> | ||||
| 					<xsd:documentation><![CDATA[ | ||||
| 	The layer name. | ||||
| 				]]></xsd:documentation> | ||||
| 				</xsd:annotation> | ||||
| 				<xsd:simpleType> | ||||
| 					<xsd:restriction base="xsd:string"> | ||||
| 						<xsd:minLength value="1" /> | ||||
| 					</xsd:restriction> | ||||
| 				</xsd:simpleType> | ||||
| 			</xsd:element> | ||||
| 		</xsd:sequence> | ||||
| 	</xsd:complexType> | ||||
| 	<xsd:complexType name="intoType"> | ||||
| 		<xsd:choice maxOccurs="unbounded"> | ||||
| 			<xsd:element type="xsd:string" name="include" | ||||
| 				minOccurs="0" maxOccurs="unbounded"> | ||||
| 				<xsd:annotation> | ||||
| 					<xsd:documentation><![CDATA[ | ||||
| 	Pattern of the elements to include. | ||||
| 			]]></xsd:documentation> | ||||
| 				</xsd:annotation> | ||||
| 			</xsd:element> | ||||
| 			<xsd:element type="xsd:string" name="exclude" | ||||
| 				minOccurs="0" maxOccurs="unbounded"> | ||||
| 				<xsd:annotation> | ||||
| 					<xsd:documentation><![CDATA[ | ||||
| 	Pattern of the elements to exclude. | ||||
| 			]]></xsd:documentation> | ||||
| 				</xsd:annotation> | ||||
| 			</xsd:element> | ||||
| 		</xsd:choice> | ||||
| 		<xsd:attribute type="xsd:string" name="layer" | ||||
| 			use="required" /> | ||||
| 	</xsd:complexType> | ||||
| 	<xsd:complexType name="dependenciesIntoType"> | ||||
| 		<xsd:complexContent> | ||||
| 			<xsd:extension base="intoType"> | ||||
| 				<xsd:choice minOccurs="0"> | ||||
| 					<xsd:element type="xsd:string" name="includeProjectDependencies" minOccurs="0"> | ||||
| 						<xsd:annotation> | ||||
| 							<xsd:documentation><![CDATA[ | ||||
| 	Include dependencies on other modules in the build. | ||||
| 							]]></xsd:documentation> | ||||
| 						</xsd:annotation> | ||||
| 					</xsd:element> | ||||
| 					<xsd:element type="xsd:string" name="excludeProjectDependencies" minOccurs="0"> | ||||
| 						<xsd:annotation> | ||||
| 							<xsd:documentation><![CDATA[ | ||||
| 	Exclude dependencies on other modules in the build. | ||||
| 							]]></xsd:documentation> | ||||
| 						</xsd:annotation> | ||||
| 					</xsd:element> | ||||
| 				</xsd:choice> | ||||
| 			</xsd:extension> | ||||
| 		</xsd:complexContent> | ||||
| 	</xsd:complexType> | ||||
| 
 | ||||
| </xsd:schema> | ||||
|  | @ -1,7 +1,7 @@ | |||
| <layers xmlns="http://www.springframework.org/schema/boot/layers" | ||||
| 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||||
| 	xsi:schemaLocation="http://www.springframework.org/schema/boot/layers | ||||
| 					  https://www.springframework.org/schema/boot/layers/layers-2.6.xsd"> | ||||
| 					  https://www.springframework.org/schema/boot/layers/layers-2.7.xsd"> | ||||
| 	<dependencies> | ||||
| 		<into layer="my-deps" /> | ||||
| 	</dependencies> | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| <layers xmlns="http://www.springframework.org/schema/boot/layers" | ||||
| 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||||
| 	xsi:schemaLocation="http://www.springframework.org/schema/boot/layers | ||||
| 					  https://www.springframework.org/schema/boot/layers/layers-2.6.xsd"> | ||||
| 					  https://www.springframework.org/schema/boot/layers/layers-2.7.xsd"> | ||||
| 	<application> | ||||
| 		<into layer="my-resources"> | ||||
| 			<include>META-INF/resources/**</include> | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| <layers xmlns="http://www.springframework.org/schema/boot/layers" | ||||
| 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||||
| 	xsi:schemaLocation="http://www.springframework.org/schema/boot/layers | ||||
| 					  https://www.springframework.org/schema/boot/layers/layers-2.6.xsd"> | ||||
| 					  https://www.springframework.org/schema/boot/layers/layers-2.7.xsd"> | ||||
| 	<application> | ||||
| 		<into layer="my-layer" /> | ||||
| 	</application> | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue