Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[21366] Bump to v4.0.0 #387

Merged
merged 3 commits into from
Aug 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# Fast DDS-Gen

<!-- TODO(eduponz): Remove this before releasing v4.0.0 -->
> [!WARNING]
> **In preparation for v3.0.0, Fast DDS' master branch is undergoing major changes entailing API breaks.**
> **Because of this, Fast DDS Gen is preparing for a v4.0.0 release that will be compatible with Fast DDS v3.0.0.**
> **Until Fast DDS v3.0.0 and Fast DDS Gen v4.0.0 are released, it is strongly advisable to use the latest stable branches, i.e. [Fast DDS 2.14.x](https://github.com/eProsima/Fast-DDS/tree/2.14.x) and [Fast DDS Gen 3.3.x](https://github.com/eProsima/Fast-DDS-Gen/tree/3.3.x)**.

*eProsima Fast DDS-Gen* is a Java tool to generate TypeSupport code compatible with [*eProsima Fast DDS*](https://github.com/eProsima/Fast-DDS) library.

## Installation manual
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ apply plugin: 'java-library'
apply plugin: 'eclipse' // Eclipse integration

description = """"""
def version_str = "3.3.0"
def version_str = "4.0.0"

import org.apache.tools.ant.taskdefs.condition.Os;
import org.gradle.api.tasks.options.Option;
Expand Down Expand Up @@ -91,7 +91,7 @@ repositories {
}

dependencies {
implementation files('thirdparty/idl-parser/build/libs/idlparser-3.0.0.jar')
implementation files('thirdparty/idl-parser/build/libs/idlparser-4.0.0.jar')
testImplementation('org.junit.jupiter:junit-jupiter-api:5.5.2')
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:5.5.2')
}
Expand Down
2 changes: 1 addition & 1 deletion thirdparty/idl-parser
Submodule idl-parser updated 2 files
+1 −1 build.gradle
+1 −1 pom.xml
Loading