Giter Site home page Giter Site logo

Comments (5)

dzikoysk avatar dzikoysk commented on May 27, 2024

Hey, could you share your Gradle/Maven config? It looks like misconfigured annotation processor.

from javalin-openapi.

mikera avatar mikera commented on May 27, 2024

Thanks for looking at it! Sounds like a plausible diagnosis :-)

The pom file is here:
https://github.com/Convex-Dev/convex/blob/develop/convex-restapi/pom.xml

FWIW, I'm building on Windows using Eclipse and Maven 3.9.4

And here is what I believe is the relevant annotation processor plugin:

	<build>
		<plugins>
			....
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-compiler-plugin</artifactId>
				<version>3.12.1</version>
				<configuration>
					<source>11</source>
					<target>11</target>
					<annotationProcessorPaths>
						<annotationProcessorPath>
							<groupId>io.javalin.community.openapi</groupId>
							<artifactId>openapi-annotation-processor</artifactId>
							<version>${javalin.version}</version>
						</annotationProcessorPath>
					</annotationProcessorPaths>
				</configuration>
			</plugin>
		</plugins>
	</build>

from javalin-openapi.

mikera avatar mikera commented on May 27, 2024

I'm not entirely clear where the openapi json is supposed to be put by default?

The Javalin server isn't particularly complex, though it does have a static file handler and a few API endpoints set up as well as the OpenAPI plugin with ReDoc and Swagger.

from javalin-openapi.

dzikoysk avatar dzikoysk commented on May 27, 2024

Hey, sorry, I totally missed the notification as I have quite a lot of them 😔 Just cloned your project and it looks fine for me:

obraz

I think the issue here is probably Eclipse - I assume that you're probably launching your app via some sort of their custom app runner, where annotation processing is disabled by default, so I'd start looking there. I guess you can start from something like this:

from javalin-openapi.

mikera avatar mikera commented on May 27, 2024

Thanks for checking @dzikoysk ! Will see if I can figure out what Eclipse is doing....

from javalin-openapi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.