Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OpenAPI code generator fixes

This project is used to fix problems in the version 4.2.3 of the OpenAPI code generator.

How to use it

  1. check this project
  2. build it using mvn install
  3. add it as a dependency of the maven plugin:
	<plugin>
		<groupId>org.openapitools</groupId>
		<artifactId>openapi-generator-maven-plugin</artifactId>
		<version>4.2.3</version>
		<dependencies>
			<dependency>
				<groupId>org.openapitools</groupId>
				<artifactId>openapi-codegen-fixes</artifactId>
				<version>0.0.1-SNAPSHOT</version>
			</dependency>
		</dependencies>
	</plugin>

Fixes

Use baseName also for @RequestLine template names

see #4883

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages