Skip to content

Commit b584699

Browse files
authored
Merge pull request #166 from mendix/run/4925-upgrade-to-10.24
[RUN-4925] Upgrade module to 10.24.0
2 parents 0385f64 + f1d3518 commit b584699

13 files changed

Lines changed: 294 additions & 22 deletions

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ sourceCompatibility = '21'
1313
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
1414

1515
project.ext {
16-
mendixPublicApiVersion = '10.21.0'
16+
mendixPublicApiVersion = '10.24.0'
1717
}
1818

1919
def mprDir = "$projectDir/src/CommunityCommons"
@@ -25,7 +25,7 @@ mxMarketplace {
2525
moduleLicense = 'Apache V2'
2626
appDirectory = "src/CommunityCommons"
2727
versionPathPrefix = "_Version " // the path prefix within the module to the version folder
28-
includeFiles = ["$mprDir/License.txt", "$mprDir/SiemensMendixCommunityCommons__11.3.0__READMEOSS.html"]
28+
includeFiles = ["$mprDir/License.txt", "$mprDir/SiemensMendixCommunityCommons__11.4.0__READMEOSS.html"]
2929
syncJavaDependenciesBeforeBuild = true
3030
}
3131

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=11.3.1-SNAPSHOT
1+
version=11.4.0-SNAPSHOT
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- We upgraded the module to 10.24.0.
2+
- We fixed an issue where the module could not be used when Gradle synchronization was disabled.
0 Bytes
Binary file not shown.

src/CommunityCommons/SiemensMendixCommunityCommons__11.3.0__READMEOSS.html renamed to src/CommunityCommons/SiemensMendixCommunityCommons__11.4.0__READMEOSS.html

Lines changed: 289 additions & 11 deletions
Large diffs are not rendered by default.

src/CommunityCommons/javasource/myfirstmodule/actions/Test_Clone_Java.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
package myfirstmodule.actions;
1111

1212
import com.mendix.systemwideinterfaces.core.IContext;
13-
import com.mendix.webui.CustomJavaAction;
1413
import java.io.ByteArrayInputStream;
1514
import java.io.InputStream;
1615
import java.nio.charset.StandardCharsets;

src/CommunityCommons/javasource/unittesting/actions/FindAllUnitTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
import unittesting.TestManager;
1313
import com.mendix.systemwideinterfaces.core.IContext;
14-
import com.mendix.webui.CustomJavaAction;
1514
import com.mendix.systemwideinterfaces.core.UserAction;
1615

1716
public class FindAllUnitTests extends UserAction<java.lang.Boolean>

src/CommunityCommons/javasource/unittesting/actions/ReportStepJava.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
import unittesting.TestManager;
1313
import com.mendix.systemwideinterfaces.core.IContext;
14-
import com.mendix.webui.CustomJavaAction;
1514
import com.mendix.systemwideinterfaces.core.UserAction;
1615

1716
public class ReportStepJava extends UserAction<java.lang.Boolean>

src/CommunityCommons/javasource/unittesting/actions/RunAllUnitTestsWrapper.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
import com.mendix.core.Core;
1515
import com.mendix.systemwideinterfaces.core.IContext;
1616
import com.mendix.systemwideinterfaces.core.IMendixObject;
17-
import com.mendix.webui.CustomJavaAction;
1817
import com.mendix.systemwideinterfaces.core.UserAction;
1918

2019
public class RunAllUnitTestsWrapper extends UserAction<java.lang.Boolean>

src/CommunityCommons/javasource/unittesting/actions/RunUnitTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
import unittesting.TestManager;
1313
import com.mendix.systemwideinterfaces.core.IContext;
1414
import com.mendix.systemwideinterfaces.core.IMendixObject;
15-
import com.mendix.webui.CustomJavaAction;
1615
import com.mendix.systemwideinterfaces.core.UserAction;
1716

1817
public class RunUnitTest extends UserAction<java.lang.Boolean>

0 commit comments

Comments
 (0)