File tree Expand file tree Collapse file tree
marketplace/release-notes Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ sourceCompatibility = '21'
1313[compileJava, compileTestJava]* . options* . encoding = ' UTF-8'
1414
1515project. ext {
16- mendixPublicApiVersion = ' 10.21 .0'
16+ mendixPublicApiVersion = ' 10.24 .0'
1717}
1818
1919def 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
Original file line number Diff line number Diff line change 1- version =11.3.1 -SNAPSHOT
1+ version =11.4.0 -SNAPSHOT
Original file line number Diff line number Diff line change 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.
Load diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1010package myfirstmodule .actions ;
1111
1212import com .mendix .systemwideinterfaces .core .IContext ;
13- import com .mendix .webui .CustomJavaAction ;
1413import java .io .ByteArrayInputStream ;
1514import java .io .InputStream ;
1615import java .nio .charset .StandardCharsets ;
Original file line number Diff line number Diff line change 1111
1212import unittesting .TestManager ;
1313import com .mendix .systemwideinterfaces .core .IContext ;
14- import com .mendix .webui .CustomJavaAction ;
1514import com .mendix .systemwideinterfaces .core .UserAction ;
1615
1716public class FindAllUnitTests extends UserAction <java .lang .Boolean >
Original file line number Diff line number Diff line change 1111
1212import unittesting .TestManager ;
1313import com .mendix .systemwideinterfaces .core .IContext ;
14- import com .mendix .webui .CustomJavaAction ;
1514import com .mendix .systemwideinterfaces .core .UserAction ;
1615
1716public class ReportStepJava extends UserAction <java .lang .Boolean >
Original file line number Diff line number Diff line change 1414import com .mendix .core .Core ;
1515import com .mendix .systemwideinterfaces .core .IContext ;
1616import com .mendix .systemwideinterfaces .core .IMendixObject ;
17- import com .mendix .webui .CustomJavaAction ;
1817import com .mendix .systemwideinterfaces .core .UserAction ;
1918
2019public class RunAllUnitTestsWrapper extends UserAction <java .lang .Boolean >
Original file line number Diff line number Diff line change 1212import unittesting .TestManager ;
1313import com .mendix .systemwideinterfaces .core .IContext ;
1414import com .mendix .systemwideinterfaces .core .IMendixObject ;
15- import com .mendix .webui .CustomJavaAction ;
1615import com .mendix .systemwideinterfaces .core .UserAction ;
1716
1817public class RunUnitTest extends UserAction <java .lang .Boolean >
You can’t perform that action at this time.
0 commit comments