mirror of
				https://github.com/OpenAPITools/openapi-generator.git
				synced 2025-11-03 18:23:44 +00:00 
			
		
		
		
	fix spring3 client (#13625)
This commit is contained in:
		
							parent
							
								
									0b0e3f7d16
								
							
						
					
					
						commit
						038fe790dc
					
				
							
								
								
									
										8
									
								
								.github/workflows/samples-jdk17.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/samples-jdk17.yaml
									
									
									
									
										vendored
									
									
								
							@ -3,15 +3,15 @@ on:
 | 
				
			|||||||
  push:
 | 
					  push:
 | 
				
			||||||
    paths:
 | 
					    paths:
 | 
				
			||||||
      # clients
 | 
					      # clients
 | 
				
			||||||
      - samples/openapi3/client/petstore/spring-cloud-3
 | 
					      - samples/openapi3/client/petstore/spring-cloud-3/**
 | 
				
			||||||
      # servers
 | 
					      # servers
 | 
				
			||||||
      - samples/openapi3/server/petstore/springboot-3
 | 
					      - samples/openapi3/server/petstore/springboot-3/**
 | 
				
			||||||
  pull_request:
 | 
					  pull_request:
 | 
				
			||||||
    paths:
 | 
					    paths:
 | 
				
			||||||
      # clients
 | 
					      # clients
 | 
				
			||||||
      - samples/openapi3/client/petstore/spring-cloud-3
 | 
					      - samples/openapi3/client/petstore/spring-cloud-3/**
 | 
				
			||||||
      # servers
 | 
					      # servers
 | 
				
			||||||
      - samples/openapi3/server/petstore/springboot-3
 | 
					      - samples/openapi3/server/petstore/springboot-3/**
 | 
				
			||||||
jobs:
 | 
					jobs:
 | 
				
			||||||
  build:
 | 
					  build:
 | 
				
			||||||
    name: Build with JDK17
 | 
					    name: Build with JDK17
 | 
				
			||||||
 | 
				
			|||||||
@ -30,7 +30,7 @@
 | 
				
			|||||||
    <parent>
 | 
					    <parent>
 | 
				
			||||||
        <groupId>org.springframework.boot</groupId>
 | 
					        <groupId>org.springframework.boot</groupId>
 | 
				
			||||||
        <artifactId>spring-boot-starter-parent</artifactId>
 | 
					        <artifactId>spring-boot-starter-parent</artifactId>
 | 
				
			||||||
        <version>3.0.0-M3</version>
 | 
					        <version>3.0.0-M4</version>
 | 
				
			||||||
        <relativePath/> <!-- lookup parent from repository -->
 | 
					        <relativePath/> <!-- lookup parent from repository -->
 | 
				
			||||||
    </parent>
 | 
					    </parent>
 | 
				
			||||||
{{/parentOverridden}}
 | 
					{{/parentOverridden}}
 | 
				
			||||||
@ -53,7 +53,7 @@
 | 
				
			|||||||
            <dependency>
 | 
					            <dependency>
 | 
				
			||||||
                <groupId>org.springframework.cloud</groupId>
 | 
					                <groupId>org.springframework.cloud</groupId>
 | 
				
			||||||
                <artifactId>spring-cloud-starter-parent</artifactId>
 | 
					                <artifactId>spring-cloud-starter-parent</artifactId>
 | 
				
			||||||
                <version>2022.0.0-M2</version>
 | 
					                <version>2022.0.0-M3</version>
 | 
				
			||||||
                <type>pom</type>
 | 
					                <type>pom</type>
 | 
				
			||||||
                <scope>import</scope>
 | 
					                <scope>import</scope>
 | 
				
			||||||
            </dependency>
 | 
					            </dependency>
 | 
				
			||||||
 | 
				
			|||||||
@ -15,7 +15,7 @@
 | 
				
			|||||||
    <parent>
 | 
					    <parent>
 | 
				
			||||||
        <groupId>org.springframework.boot</groupId>
 | 
					        <groupId>org.springframework.boot</groupId>
 | 
				
			||||||
        <artifactId>spring-boot-starter-parent</artifactId>
 | 
					        <artifactId>spring-boot-starter-parent</artifactId>
 | 
				
			||||||
        <version>3.0.0-M3</version>
 | 
					        <version>3.0.0-M4</version>
 | 
				
			||||||
        <relativePath/> <!-- lookup parent from repository -->
 | 
					        <relativePath/> <!-- lookup parent from repository -->
 | 
				
			||||||
    </parent>
 | 
					    </parent>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -36,7 +36,7 @@
 | 
				
			|||||||
            <dependency>
 | 
					            <dependency>
 | 
				
			||||||
                <groupId>org.springframework.cloud</groupId>
 | 
					                <groupId>org.springframework.cloud</groupId>
 | 
				
			||||||
                <artifactId>spring-cloud-starter-parent</artifactId>
 | 
					                <artifactId>spring-cloud-starter-parent</artifactId>
 | 
				
			||||||
                <version>2022.0.0-M2</version>
 | 
					                <version>2022.0.0-M3</version>
 | 
				
			||||||
                <type>pom</type>
 | 
					                <type>pom</type>
 | 
				
			||||||
                <scope>import</scope>
 | 
					                <scope>import</scope>
 | 
				
			||||||
            </dependency>
 | 
					            </dependency>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user