Skip to content

Releases: genexuslabs/JavaClasses

Version 4.7.3 (2024-12-23)

24 Dec 13:17
Compare
Choose a tag to compare

Version released with GeneXus 18 U11 (more details at wiki.genexus.com/GeneXus18u11)

What's Changed

Full Changelog: v4.6.6...v4.7.3

Version 4.6.6 (2024-06-26)

26 Jun 19:10
Compare
Choose a tag to compare

Version released with GeneXus 18 U10 (more details at wiki.genexus.com/GeneXus18u10)

What's Changed

  • The client TimeZone was not being seted in submit context by @iroqueta in #845
  • Do not replace the 'Z' digit on the right side of the decimal point w… by @iroqueta in #789
  • Catch IllegalStateException to prevent runtime crash by @tomas-sexenian in #843
  • Allow to change body length limit in rest request using jackson library by @iroqueta in #847
  • Implements Generics Types support in EO in the Java generator by @iroqueta in #791
  • When GXWebSocket was not present a Spring Boot application fails al s… by @iroqueta in #850
  • Gxqueue was not working in jakarta environment by @iroqueta in #854
  • Rest service response error code 400 when a SDT with Dictionary with … by @iroqueta in #856
  • Fix NPE when using HttpClient from online Android application by @jotapeg in #855
  • Exception handler rule was not working in web objects by @iroqueta in #857
  • Consider escaped double quote case in picture prefix by @tomas-sexenian in #849
  • Fix attachment download and empty subject when working with POP3 by @tomas-sexenian in #858
  • Json with DateTime field deserialize with empty value if the DateTime… by @iroqueta in #859
  • TextSearch was no working in a command line procedure if Searchable p… by @iroqueta in #860
  • Bump bouncy castle libraries to version 1.78.1 by @sgrampone in #862
  • When link method is called with a variable value of a KB object in Up… by @iroqueta in #864
  • Remove gxClassR dependency from CloudStorage libs by @ggallotti in #872

Full Changelog: v4.5.0...v4.6.6

Version 4.5.0 (2024-04-23)

23 Apr 16:50
e001f15
Compare
Choose a tag to compare

Version released with GeneXus 18 U9 (more details at wiki.genexus.com/GeneXus18u9)

What's Changed

Full Changelog: v4.4.0...v4.5.0

Version 4.4.0 (2024-02-20)

20 Feb 19:26
736f16b
Compare
Choose a tag to compare

Version released with GeneXus 18 U8 (more details at wiki.genexus.com/GeneXus18u8)

What's Changed

  • Module's rest service is not executed in the context of the KB that i… by @iroqueta in #810
  • Bump AWS Lambda SDK from V1 to V2 by @tomas-sexenian in #806
  • Change Type of Protocol property for API object by @AlejandroP in #797
  • Websockets was not working using Spring Boot by @iroqueta in #812
  • Remove Method was not working right when it was applied to an Externa… by @iroqueta in #811
  • Read an upload Excel File was not working using Spring Boot by @iroqueta in #814
  • Write and read blobs was not working using SpringBoot. by @iroqueta in #813
  • Add Access token property and processing in Location object by @AlejandroP in #774
  • Do not send cookies in HttpClient if IncludeCookies is false by @iroqueta in #816
  • Remove the ; at the end of httpclient variable by @tomas-sexenian in #815
  • Implements "Generate Mockeable Objects" in Java generator by @iroqueta in #800

Full Changelog: v4.3.1...v4.4.0

Version 4.3.1 (2023-12-15)

15 Dec 19:22
Compare
Choose a tag to compare

Version released with GeneXus 18 U7 (more details at wiki.genexus.com/GeneXus18u7)

What's Changed

  • Fix numeric picture with symbol and negative value by @iroqueta in #729
  • Support for disabling Buffered output response for realtime data streaming (SSE) by @ggallotti in #779
  • GXDebugStream was being closed instantly after creating it by @gusbro in #785
  • Continue in next page when there is no more available space to render HTML in PDFBox and iText8 implementations by @tomas-sexenian in #782
  • Removed javapns module by @tomas-sexenian in #788
  • Do not log as error exception that is probably always thrown intentio… by @tomas-sexenian in #786
  • Fix for APIObject Filter routing in IBM websphere with JavaX by @AlejandroP in #796
  • HTTP Pool data added to JMX management by @tomas-sexenian in #793
  • It's ok to encode the file name in Content-Disposition header, but it… by @iroqueta in #799
  • Send all manipulated images to temp media directory by @tomas-sexenian in #772
  • Bump AWS SDKs by @ggallotti in #801
  • Bump logj4 to latest version by @ggallotti in #802
  • Force Add of Querystring parameters for Websphere by @AlejandroP in #803
  • DFWPNum lost pressition when bigdecimals are used by @iroqueta in #804

Full Changelog: v4.2.2...v4.3.1

Version 4.2.2 (2023-11-03)

04 Nov 12:36
Compare
Choose a tag to compare

Version released with GeneXus 18 U6 (more details at wiki.genexus.com/GeneXus18u6)

What's Changed

  • Close JDBC logwriter when class goes out of scope by @tomas-sexenian in #761
  • Handle image returned by web services and rotate jpg images by @tomas-sexenian in #763
  • Spring boot support in Java Generator by @iroqueta in #751
  • FromImage of a KB Image was not working if the KB Style are in a module by @iroqueta in #767
  • Fix parse error in pop3.receive when addresses are separated by semicolons by @tomas-sexenian in #769
  • QueryViewer was not working in GAM Backend homepage by @iroqueta in #771
  • Implements Grid SD Load Services in Java by @iroqueta in #770
  • KB images were not beeing printed in PDF Reports using Sprin Boot by @iroqueta in #773
  • Remove apache android. Not used anymore. by @fpanizza in #768
  • Add opentelemetry spans by @sjuarezgx in #766
  • Not found original PDFReport.ini if Image API was invoked and creates… by @iroqueta in #778
  • Fixed Code Correctness: Double-Checked Locking in various constructors by @tomas-sexenian in #781

Full Changelog: v4.1.1...v4.2.2

Version 4.1.1 (2023-08-29)

30 Aug 12:56
Compare
Choose a tag to compare

Version released with GeneXus 18 U5 (more details at wiki.genexus.com/GeneXus18u5)

What's Changed

  • Sanitize setHeader must not be executed when set cookie header is exe… by @iroqueta in #733
  • Datetime variable with servernow() initial value causes NullPointerEx… by @iroqueta in #731
  • In the cases where url are sent in headers we dont must to sanitize it by @iroqueta in #735
  • Final html itext8 improvements by @tomas-sexenian in #734
  • Implements Keystore and Truststore supports in Httpclient new impleme… by @iroqueta in #739
  • Support HttpClient and HttpResponse chunked responses by @iroqueta in #721
  • Fix paging statements with SqlServer 2005 when the statement uses aliases by @gusbro in #736
  • Support special characters at external name attributes for CosmosDB by @sjuarezgx in #742
  • Initial PDFBox HTML support by @tomas-sexenian in #748
  • RoundBorders method implementation by @tomas-sexenian in #758
  • Create or read realtive Delimited Files in web environment use server… by @iroqueta in #754

and more!

Full Changelog: v4.0.2...v4.1.1

Version 4.0.2 (2023-07-04)

04 Jul 15:23
Compare
Choose a tag to compare

Version released with GeneXus 18 U4 (more details at https://wiki.genexus.com/commwiki/servlet/wiki?54238,GeneXus%2018%20Upgrade%204)

What's Changed

Full Changelog: v3.0.5...v4.0.2

Version 3.0.5 (2023-04-26)

26 Apr 13:49
Compare
Choose a tag to compare

Version released with GeneXus 18 U3 (more details at https://wiki.genexus.com/commwiki/servlet/wiki?53853,GeneXus+18+upgrade+3)

What's Changed

  • Take into account output_file name for web pdf reports. by @claudiamurialdo in #668
  • Add Support for BC parameters in REST (API Object) by @AlejandroP in #659
  • Document Management support for SAP ERP/Java by @AlejandroP in #411
  • POP3 crashes webapp when mail has .eml attached by @tomas-sexenian in #678
  • Performance Improvements: Add Cache to ServerKey and SiteKey read by @ggallotti in #634
  • GXNavigationHelper Exception when using Http Redis WebSession. by @iroqueta in #679
  • JSON serialization of "null" now assigns a correct empty value for every possible data type by @tomas-sexenian in #666
  • getFileSize fix, no webapp crash and correct return value by @tomas-sexenian in #674
  • hasLongYear was giving wrong result by @tomas-sexenian in #680
  • Changes into SecurityProvider interface and Logout middleware by @MBarnech in #660
  • Serverless EventResponse: Handled Member renamed to HandleFailure by @ggallotti in #686
  • CosmosDB implementation Java by @sjuarezgx in #685
  • ImageManipulationAPI methods now create a new image instead of modifying the existing one by @tomas-sexenian in #676
  • Fix Timezone Crash when Timezone does not exist by @ggallotti in #687
  • HttpClient Timeout property not honoured by @ggallotti in #688

Full Changelog: v2.10.0...v3.0.5

Version 2.10.0 (2023-02-16)

17 Feb 10:04
1db3a22
Compare
Choose a tag to compare

Version released with GeneXus 18 U2 (more details at https://wiki.genexus.com/commwiki/servlet/wiki?53396,GeneXus+18+Upgrade+2)

What's Changed

  • Bump xerces from version 2.12.0 to version 2.12.2 by @sgrampone in #587
  • HttpClient.Execute() crashes when the URL contains White spaces by @ggallotti in #643
  • AWS S3: Support for Readonly permissions by @ggallotti in #644
  • Mtom was not being using never. It must be used if the service do not… by @iroqueta in #642
  • Bump jackson libraries to version 2.14.1 by @sgrampone in #645
  • Bump commons-net to version 3.9.0 by @sgrampone in #646
  • FormJson of an SDT with a member of Numeric Collection may cause Cast… by @iroqueta in #647
  • Sending Json data or XML data in a multi part request in HTTPClient … by @iroqueta in #648
  • Fix serverside hana. by @AlejandroP in #653
  • ImageWidth and ImageHeight wasn't working. by @tomas-sexenian in #651
  • Update GXOdata pom and add fix test for Jackson 2.12 support by @gusbro in #522
  • Exclude azure-keyvault-core dependency from Azure Blob Storage by @ggallotti in #667

Full Changelog: v2.9.1...v2.10.0