typescript-generator icon indicating copy to clipboard operation
typescript-generator copied to clipboard

Generates TypeScript from Java - JSON declarations, REST service client

Results 154 typescript-generator issues
Sort by recently updated
recently updated
newest added

If you declare a boolean property with an 'is' prefix like: ```kotlin var isPrimaryUser: Boolean? = false ``` ... this is generated: ```ts primaryUser: boolean | null ``` Which is...

Primitive nullable Kotlin types are ignored when they are used in a generic type in inheritance. Given ```kotlin interface IReference { val id: T } data class SomeDto( override val...

A friend mentioned that Java 17 no longer offers the API to be able to generate a typescript model. Is this correct, or does this project still work on Java...

Using typescript-plugin (v3.2.1263) with configuration cache enabled results in error: ```type `cz.habarta.typescript.generator.gradle.GenerateTask`: cannot serialize object of type 'org.gradle.api.tasks.compile.JavaCompile', a subtype of 'org.gradle.api.Task', as these are not supported with the configuration...

Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.1.2 to 3.2.2. Release notes Sourced from org.apache.maven.plugins:maven-surefire-plugin's releases. 3.2.2 🐛 Bug Fixes [SUREFIRE-2205] - Use maven-plugin-report-plugin only in plugins modules (#681) @​slawekjaranowski [SUREFIRE-2206] - Downgrade plexus-xml...

dependencies
java

Bumps [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) from 4.8.162 to 4.8.165. Release notes Sourced from io.github.classgraph:classgraph's releases. classgraph-4.8.165 Add module dependencies in manifest file for JBoss (#808, thanks to @​redmitry for reporting). classgraph-4.8.164 Fix "Paths...

dependencies
java

Bumps [com.github.eirslett:frontend-maven-plugin](https://github.com/eirslett/frontend-maven-plugin) from 1.13.4 to 1.15.0. Changelog Sourced from com.github.eirslett:frontend-maven-plugin's changelog. 1.15.0 Bun support Prevent Bad zip entry exceptions when installing Node to a relative directory (#1124) 1.14.2 Prevent corrupt...

dependencies
java

Bumps [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 2.7.3 to 3.2.0. Release notes Sourced from org.springframework.boot:spring-boot-dependencies's releases. v3.2.0 :star: New Features Auto-configure observations for RestClients #38500 Add support for Oracle Free, the replacement for Oracle...

dependencies
java

Bumps io.swagger.core.v3:swagger-annotations from 2.2.15 to 2.2.19. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.swagger.core.v3:swagger-annotations&package-manager=maven&previous-version=2.2.15&new-version=2.2.19)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.5.0 to 3.6.2. Release notes Sourced from org.apache.maven.plugins:maven-javadoc-plugin's releases. 3.6.2 🐛 Bug Fixes [MJAVADOC-716] - Fix stale files detection failing because of the newline (#144) @​gnodet [MJAVADOC-713]...

dependencies
java