Skip to content

Releases: micronaut-projects/micronaut-openapi

Micronaut OpenAPI 6.8.0

08 Apr 07:47

Choose a tag to compare

What's Changed

Features 💡

  • Support protobuf generated classes in controllers by @altro3 in #1525

Dependency updates 🚀

  • fix(deps): update dependency io.swagger.parser.v3:swagger-parser-v3 to v2.1.22 by @renovate in #1522
  • fix(deps): update dependency com.github.spotbugs:spotbugs-annotations to v4.8.4 by @renovate in #1527
  • fix(deps): update dependency com.github.javaparser:javaparser-symbol-solver-core to v3.25.10 by @renovate in #1516

KSP

  • chore(deps): update dependency com.google.devtools.ksp to v1.9.23-1.0.20 by @renovate in #1523

Micronaut Modules

Micronaut Core
  • Micronaut core 4.4.0 and update other micronaut dependencies by @altro3 in #1507
  • fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.3.13 by @renovate in #1504
  • fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.4.1 by @renovate in #1526
Micronaut Test
  • fix(deps): update dependency io.micronaut.test:micronaut-test-bom to v4.3.0 by @renovate in #1524
Micronaut Kotlin
  • fix(deps): update dependency io.micronaut.kotlin:micronaut-kotlin-bom to v4.3.0 by @renovate in #1518
Micronaut Security
  • fix(deps): update dependency io.micronaut.security:micronaut-security-bom to v4.7.0 by @renovate in #1519
Micronaut Logging
  • fix(deps): update dependency io.micronaut.logging:micronaut-logging-bom to v1.3.0 by @renovate in #1520
Micronaut Groovy
  • fix(deps): update dependency io.micronaut.groovy:micronaut-groovy-bom to v4.3.0 by @renovate in #1517

CI ⚙️Build 🐘

Micronaut Gradle Plugin

  • fix(deps): update dependency io.micronaut.gradle:micronaut-minimal-plugin to v4.3.6 by @renovate in #1521

Other Changes 💡

Full Changelog: v6.7.0...v6.8.0

Micronaut OpenAPI 6.7.0

28 Mar 15:52

Choose a tag to compare

What's Changed

Other Changes 💡

Dependency updates 🚀

  • fix(deps): update dependency org.openapitools:openapi-generator to v7.4.0 by @renovate in #1478
  • fix(deps): update dependency io.swagger.parser.v3:swagger-parser-v3 to v2.1.21 by @renovate in #1469
  • fix(deps): update dependency com.github.javaparser:javaparser-symbol-solver-core to v3.25.9 by @renovate in #1466
  • fix(deps): update dependency org.eclipse.jdt:org.eclipse.jdt.annotation to v2.3.0 by @renovate in #1482
  • fix(deps): update dependency io.swagger:swagger-parser to v1.0.70 by @renovate in #1503

Kotlin

  • chore(deps): update kotlin monorepo to v1.9.23 by @renovate in #1471
  • chore(deps): update dependency com.google.devtools.ksp to v1.9.23-1.0.19 by @renovate in #1460

Micronaut Modules

Micronaut Core
  • fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.3.12 by @renovate in #1496

  • fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.3.11 by @renovate in #1456

Micronaut Platform
  • fix(deps): update dependency io.micronaut.platform:micronaut-platform to v4.3.6 by @renovate in #1457
  • fix(deps): update dependency io.micronaut.platform:micronaut-platform to v4.3.7 by @renovate in #1498
Micronaut Security
  • fix(deps): update dependency io.micronaut.security:micronaut-security-bom to v4.6.9 by @renovate in #1458
Micronaut RxJava3
  • fix(deps): update dependency io.micronaut.rxjava3:micronaut-rxjava3-bom to v3.2.1 by @renovate in #1483
Micronaut Kotlin
Micronaut Serialization
  • fix(deps): update dependency io.micronaut.serde:micronaut-serde-bom to v2.8.2 by @renovate in #1480
Micronaut Validation
  • fix(deps): update dependency io.micronaut.validation:micronaut-validation-bom to v4.4.4 by @renovate in #1481
  • fix(deps): update dependency io.micronaut.validation:micronaut-validation-bom to v4.4.3 by @renovate in #1461
Micronaut Reactor

CI ⚙️Build 🐘

  • chore(deps): update dependency gradle to v8.7 by @renovate in #1500
  • chore(deps): update slsa-framework/slsa-github-generator action to v1.10.0 by @renovate in #1502
  • chore(deps): update graalvm/setup-graalvm action to v1.2.0 by @renovate in #1479

Micronaut Build Plugin

  • chore(deps): update plugin io.micronaut.build.shared.settings to v6.7.0 by @renovate in #1484

Micronaut Gradle Plugin

  • fix(deps): update dependency io.micronaut.gradle:micronaut-minimal-plugin to v4.3.5 by @renovate in #1494

New Contributors

  • @shekarroy15 made their first contribution in #1497

Full Changelog: v6.6.3...v6.7.0

Micronaut OpenAPI 6.6.3

04 Mar 15:28

Choose a tag to compare

What's Changed

Bug Fixes 🐞

  • Fix mapping entry point generator properties to client properties by @altro3 in #1459

Tests ✅

  • Enable sendValidatedCollection test in generator. by @altro3 in #1462

CI ⚙️Build 🐘

GraalVM

  • chore(deps): update graalvm/setup-graalvm action to v1.1.8 - autoclosed by @renovate in #1453

Micronaut Build Plugin

  • chore(deps): update plugin io.micronaut.build.shared.settings to v6.6.4 by @renovate in #1463

Micronaut Gradle Plugin

  • fix(deps): update dependency io.micronaut.gradle:micronaut-minimal-plugin to v4.3.4 by @renovate in #1464

Full Changelog: v6.6.2...v6.6.3

Micronaut OpenAPI 6.6.2

22 Feb 13:56

Choose a tag to compare

What's Changed

Bug fixes 🐞

  • Fix generating non string enums. by @altro3 in #1451
  • Fix generating property names from reserved name list and started by underscore. Example: '_default' by @altro3 in #1452

Full Changelog: v6.6.1...v6.6.2

Micronaut Open API 6.6.1

22 Feb 04:49

Choose a tag to compare

What's Changed

Other Changes 💡

Full Changelog: v6.6.0...v6.6.1

Micronaut OpenAPI 6.6.0

21 Feb 11:39

Choose a tag to compare

What's Changed

Other Changes 💡

Improvements ⭐

Dependency updates 🚀

  • fix(deps): update dependency commons-codec:commons-codec to v1.16.1 by @renovate in #1426
  • fix(deps): update dependency org.openapitools:openapi-generator to v7.3.0 by @renovate in #1428

Micronaut Modules

Micronaut Core
  • fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.3.3 by @renovate in #1406
  • fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.3.7 by @renovate in #1422
Micronaut Platform
  • fix(deps): update dependency io.micronaut.platform:micronaut-platform to v4.3.2 by @renovate in #1423
Micronaut Serialization
  • fix(deps): update dependency io.micronaut.serde:micronaut-serde-bom to v2.8.1 by @renovate in #1407
Micronaut Security
  • fix(deps): update dependency io.micronaut.security:micronaut-security-bom to v4.6.0 by @renovate in #1409
  • fix(deps): update dependency io.micronaut.security:micronaut-security-bom to v4.6.4 by @renovate in #1435
Micronaut Validation
  • fix(deps): update dependency io.micronaut.validation:micronaut-validation-bom to v4.4.0 by @renovate in #1404
Micronaut Data
  • fix(deps): update dependency io.micronaut.data:micronaut-data-bom to v4.6.0 by @renovate in #1403
  • fix(deps): update dependency io.micronaut.data:micronaut-data-bom to v4.6.1 by @renovate in #1431
  • fix(deps): update dependency io.micronaut.data:micronaut-data-bom to v4.6.2 by @renovate in #1442
Micronaut Security
  • fix(deps): update dependency io.micronaut.security:micronaut-security-bom to v4.6.2 by @renovate in #1425
Micronaut Logging
  • fix(deps): update dependency io.micronaut.logging:micronaut-logging-bom to v1.2.3 by @renovate in #1424
Micronaut Test
  • fix(deps): update dependency io.micronaut.test:micronaut-test-bom to v4.2.1 by @renovate in #1443

CI ⚙️Build 🐘

  • chore(deps): update gradle/gradle-build-action action to v3 by @renovate in #1410
  • chore(deps): update gradle/wrapper-validation-action action to v2 by @renovate in #1405
  • chore(deps): update dependency gradle to v8.6 by @renovate in #1413
  • chore(deps): update gradle/gradle-build-action action to v3.1.0 by @renovate in #1437

GraalVM

  • chore(deps): update graalvm/setup-graalvm action to v1.1.6 by @renovate in #1408
  • chore(deps): update graalvm/setup-graalvm action to v1.1.7 by @renovate in #1436

Micronaut Gradle Plugin

  • fix(deps): update dependency io.micronaut.gradle:micronaut-minimal-plugin to v4.3.3 by @renovate in #1447
  • fix(deps): update dependency io.micronaut.gradle:micronaut-minimal-plugin to v4.3.2 by @renovate in #1415

New Contributors

Full Changelog: v6.5.1...v6.6.0

Micronaut OpenAPI 6.5.1

30 Jan 10:41

Choose a tag to compare

What's Changed

Other Changes 💡

  • Fix process Negative and Positive annotations by @altro3 in #1402

Dependency updates 🚀

  • fix(deps): update dependency io.micronaut.security:micronaut-security-bom to v4.5.1 by @renovate in #1401

CI ⚙️

  • chore(deps): update gradle/gradle-build-action action to v2.12.0 by @renovate in #1398

Full Changelog: v6.5.0...v6.5.1

Micronaut OpenAPI 6.5.0

25 Jan 11:12
5854e58

Choose a tag to compare

What's Changed

Other Changes 💡

  • Added support some spring and servlet classes by @altro3 in #1386

Bug Fixes 🐞

  • Fix lost enum classes when it unnamed schemas for endpoint parameters by @altro3 in #1382

Dependency updates 🚀

  • Micronaut 4.3.1. Update libs. Enable some kotlin tests by @altro3 in #1396
  • fix(deps): update dependency io.swagger.parser.v3:swagger-parser-v3 to v2.1.20 by @renovate in #1387
  • fix(deps): update dependency io.swagger:swagger-parser to v1.0.69 by @renovate in #1388

Kotlin

  • chore(deps): update dependency com.google.devtools.ksp to v1.9.22-1.0.17 by @renovate in #1390

Micronaut Modules

Micronaut Core
  • fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.3.1 by @renovate in #1395
Micronaut Serialization
  • fix(deps): update dependency io.micronaut.serde:micronaut-serde-bom to v2.7.1 by @renovate in #1378
Micronaut Validation
  • fix(deps): update dependency io.micronaut.validation:micronaut-validation-bom to v4.3.0 by @renovate in #1394
Micronaut Groovy
  • fix(deps): update dependency io.micronaut.groovy:micronaut-groovy-bom to v4.2.0 by @renovate in #1384
Micronaut Kotlin
  • fix(deps): update dependency io.micronaut.kotlin:micronaut-kotlin-bom to v4.2.0 by @renovate in #1391
Micronaut RxJava2
  • fix(deps): update dependency io.micronaut.rxjava2:micronaut-rxjava2-bom to v2.2.1 by @renovate in #1376
Micronaut RxJava3
  • fix(deps): update dependency io.micronaut.rxjava3:micronaut-rxjava3-bom to v3.2.0 by @renovate in #1377
Micronaut Test
  • fix(deps): update dependency io.micronaut.test:micronaut-test-bom to v4.2.0 by @renovate in #1385
Micronaut Platform
  • fix(deps): update dependency io.micronaut.platform:micronaut-platform to v4.2.4 by @renovate in #1397
Micronaut Security
  • fix(deps): update dependency io.micronaut.security:micronaut-security-bom to v4.5.0 by @renovate in #1393
Micronaut Data
  • fix(deps): update dependency io.micronaut.data:micronaut-data-bom to v4.5.0 by @renovate in #1392
Micronaut Reactor
  • fix(deps): update dependency io.micronaut.reactor:micronaut-reactor-bom to v3.2.1 by @renovate in #1375
Micronaut Logging
  • fix(deps): update dependency io.micronaut.logging:micronaut-logging-bom to v1.2.2 by @renovate in #1373

CI ⚙️Build 🐘

  • chore(deps): update actions/cache action to v4 by @renovate in #1389

Micronaut Build Plugin

  • chore(deps): update plugin io.micronaut.build.shared.settings to v6.6.2 by @renovate in #1383

Full Changelog: v6.4.0...v6.5.0

Micronaut OpenAPI 6.4.0

08 Jan 09:59

Choose a tag to compare

What's Changed

Improvements ⭐

Other Changes 💡

  • Add default private constructor only when we have required args constructor by @altro3 in #1343
  • Add ability to disable only annotation processing but enable generate and copy view resources. by @altro3 in #1344
  • Add auto plural to generate request body parameter name, when it unnamed collection. by @altro3 in #1360

Docs 📖

  • Add links to guides for Micronaut OpenAPI by @wetted in #1349

Dependency updates 🚀

  • fix(deps): update dependency org.eclipse.jdt:org.eclipse.jdt.annotation to v2.2.800 by @renovate in #1342
  • fix(deps): update dependency org.jsoup:jsoup to v1.17.2 by @renovate in #1366
Java Parser
  • fix(deps): update dependency com.github.javaparser:javaparser-symbol-solver-core to v3.25.8 by @renovate in #1367
  • fix(deps): update dependency com.github.javaparser:javaparser-symbol-solver-core to v3.25.7 - autoclosed by @renovate in #1338
Swagger
OpenAPI Generator
  • fix(deps): update dependency org.openapitools:openapi-generator to v7.2.0 by @renovate in #1364

Kotlin

  • chore(deps): update kotlin monorepo to v1.9.22 by @renovate in #1363
  • chore(deps): update dependency com.google.devtools.ksp to v1.9.22-1.0.16 by @renovate in #1354
  • Update libs. Fix kotlin warnings. by @altro3 in #1359
  • Update libs. Enable generatedAnnotation in generator ksp tests by @altro3 in #1369

Micronaut Modules

Micronaut Core
  • fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.2.3 by @renovate in #1368
Micronaut Platform
  • fix(deps): update dependency io.micronaut.platform:micronaut-platform to v4.2.3 by @renovate in #1370
  • fix(deps): update dependency io.micronaut.platform:micronaut-platform to v4.2.1 by @renovate in #1340
Micronaut Serialization
  • fix(deps): update dependency io.micronaut.serde:micronaut-serde-bom to v2.5.1 by @renovate in #1348

CI ⚙️Build 🐘

Micronaut OpenAPI 6.3.0

04 Dec 08:19

Choose a tag to compare

What's Changed

New Features 🎉

Improvements ⭐

Other Changes 💡

  • Fix map gradle plugin properties to generator properties. by @altro3 in #1328

Dependency updates 🚀

  • fix(deps): update dependency org.jsoup:jsoup to v1.17.1 by @renovate in #1323
  • fix(deps): update dependency com.github.spotbugs:spotbugs-annotations to v4.8.2 by @renovate in #1327

Kotlin

  • chore(deps): update dependency com.google.devtools.ksp to v1.9.21-1.0.15 by @renovate in #1324

Micronaut Modules

Micronaut Core
  • fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.2.1 by @renovate in #1337
Micronaut RxJava2
  • fix(deps): update dependency io.micronaut.rxjava2:micronaut-rxjava2-bom to v2.2.0 by @renovate in #1336
Micronaut Test
  • fix(deps): update dependency io.micronaut.test:micronaut-test-bom to v4.1.1 by @renovate in #1332
Micronaut Reactor
  • fix(deps): update dependency io.micronaut.reactor:micronaut-reactor-bom to v3.2.0 - autoclosed by @renovate in #1335
Micronaut Logging
  • fix(deps): update dependency io.micronaut.logging:micronaut-logging-bom to v1.2.0 by @renovate in #1334
Micronaut Data
  • fix(deps): update dependency io.micronaut.data:micronaut-data-bom to v4.4.0 by @renovate in #1333

CI ⚙️Build 🐘

  • chore(deps): update actions/setup-java action to v4 by @renovate in #1326
  • chore(deps): update dependency gradle to v8.5 by @renovate in #1330

Full Changelog: v6.2.2...v6.3.0