Skip to content

Releases: genexuslabs/JavaClasses

Version 2.9.1 (2022-12-21)

21 Dec 14:31
Compare
Choose a tag to compare

Version released with GeneXus 18 U1 (more details at https://wiki.genexus.com/commwiki/servlet/wiki?51081,GeneXus+18+upgrade+1).

What's Changed

  • Blobs storage was not working right in Oracle using server datasource. by @iroqueta in #619
  • Call a URL with accents in the query string was not working using Htt… by @iroqueta in #632
  • Support Azure Office365 Exchange POP3Session via OAuth by @ggallotti in #625
  • Runtime.GetEnvironmentVariable() crash when Environment Variable is not defined by @ggallotti in #621
  • Avoid XSS Security Issues due to SPA redirects by @ggallotti in #633
  • Add Rest API Client implementation. by @AlejandroP in #597
  • Support ExcelDocument Cell BackColor by @ggallotti in #610
  • OpenTelemetry Initial Support by @ggallotti in #626

Full Changelog: v2.8.1...v2.9.1

Version 2.8.1 (2022-11-10)

10 Nov 19:21
Compare
Choose a tag to compare

Version released with GeneXus 18 (more details at https://wiki.genexus.com/commwiki/servlet/wiki?51066,Toc%3AGeneXus+18)

What's Changed

  • Content-Disposition filename gets garbled filename for Japanese Characters in Safari by @ggallotti in #600
  • Queue API Implementation (AWS SQS) by @ggallotti in #582
  • Close DB Connections after executing WebSocket Handlers (onOpen, onReceive, onError) by @ggallotti in #604
  • CSS layers support for web applications by @dmendez in #607
  • DynamoDB external datastore support library by @gusbro in #543
  • Support AWS Lambda Function URLs by @ggallotti in #598
  • Options Header + CORS Support for API Objects + Rest services. by @ggallotti in #602
  • Changes to download standard classes and dependencies at compilation … by @iroqueta in #605
  • Implementation of the external object GXDynamicCall by @dalvarellos in #553
  • HttpClient Runtime exception: java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory by @ggallotti in #612
  • Change pom settings to distribute only needed jars by @iroqueta in #611
  • WebApp in WAS 8.5.5 was not starting because when the server call sca… by @iroqueta in #615
  • Support Read Settings from 'client.cfg.dev' for Development Environments by @ggallotti in #616
  • Language code must be in lowercase in Image txt file name by @iroqueta in #614
  • CORS: 'Access-Control-Request-Method' should only be returned on a Preflight Request by @ggallotti in #620
  • org.json package must be deployed when using GeographySupport by @iroqueta in #622

New Contributors

Full Changelog: v2.7.0...v2.8.1

Version 2.7.0 (2022-09-09)

02 Sep 13:54
d9e4216
Compare
Choose a tag to compare

Version released with GeneXus 17 U11 (more details at https://wiki.genexus.com/commwiki/servlet/wiki?49972,GeneXus+17+Upgrade+11)

What's Changed

  • Support Reading Configuration Settings without specifying the App Namespace within the KEY by @iroqueta in #550
  • Implements two new values for isolation level by @iroqueta in #561
  • Add methods for reading environment variables by @sjuarezgx in #568
  • Dameng DBMS first implementation by @iroqueta in #570
  • Inserting long var char attributes in Dameng does not insert all data by @iroqueta in #581
  • ERR_CONTENT_DECODING_FAILED when Exception ocurrs on Server Side by @ggallotti in #577
  • Implements blobs Handling in Dameng by @iroqueta in #583
  • Use same AWS SDK version for all child Projects by @ggallotti in #584
  • Support for LambdaFunctions triggered by SQS and EventBridge AWS Services by @ggallotti in #569
  • Bump poi libraries from version 4.1.2 to version 5.2.2 by @sgrampone in #552
  • Gxoffice issues by @elizondogenexus in #576
  • Lock timeout feature was not working in dameng by @iroqueta in #589
  • Edge UserAgent support for BrowserId and BrowserVersion functions by @elizondogenexus in #590
  • Stop encoding < which is not a special character for a json value by @claudiamurialdo in #580
  • AWS Lambda: Reuse database connection (use connection pooling) by @ggallotti in #592
  • Add CORS Headers to JAX Webservice Responses when Environment Variable is Present by @ggallotti in #585
  • Working with blobs or Images was not working when property "Blob loca… by @iroqueta in #593
  • TCP connections was not being closed in some situations by @iroqueta in #586
  • WebSocket & WebNotifications: Stability and Logging Improvements by @ggallotti in #591
  • Security vulnerability fix for "google-oauth-client" (External Storage) by @ggallotti in #571
  • Bump jersey-jakarta from version 3.0.1 to version 3.0.3 by @sgrampone in #588
  • Error handler rule was not implemented in a SQL Statement context in … by @iroqueta in #594
  • Publish packages to public feeds by @jechague in #596
  • Autorelease when publishing to Maven Central
    by @jechague in #601

New Contributors

Full Changelog: v2.6.1...v2.7.0

Version 2.6.1 (2022-06-27)

28 Jun 14:16
Compare
Choose a tag to compare

Released with GeneXus 17 U10 (more details at https://wiki.genexus.com/commwiki/servlet/wiki?49971,GeneXus+17+Upgrade+10).

What's Changed

  • SetCookie must set the cookie only to the current context path by default by @ggallotti in #551
  • AWS Serverless: Add basic GAM support by @ggallotti in #544
  • Ajax parameters modification hash based detection by @dmendez in #546
  • Change default JDBC Driver for SQLServer from JTDS to Microsoft by @iroqueta in #557
  • Remove hardcoded DEFAULT datastore name by @claudiamurialdo in #559
  • Variable isOracleDriver is setted but never used. by @iroqueta in #560
  • Update HttpAjaxContext.java by @dmendez in #548
  • GetAbsolutePath was not working right in a submit web environment by @iroqueta in #562
  • JavaMail log must be written when GeneXus debug is enabled by @iroqueta in #563
  • Fix serialization of blanks on SDTs by @fedeazzato in #259
  • XMLReader can't read files with # in its name by @iroqueta in #556
  • Add support to GXtest Mockup by @iroqueta in #539
  • Redis connection did not support custom port by @ggallotti in #565
  • DFWPDate was not working right by @iroqueta in #566
  • Print debug messages in standard classes when GeneXus log is enabled i… by @iroqueta in #564
  • CSS Stylesheets in AJAX context needs to be host relative by @ggallotti in #549
  • Cell.getText in a Numeric Cell returns numeric with .0 in integer values by @iroqueta in #567
  • Do not PAD with Empty White Spaces Char Attributes by @ggallotti in #572
  • Bump jackson libraries from version 2.12.5 to version 2.13.2 by @sgrampone in #547
  • Fix Redis Exception: com.fasterxml.jackson.databind.exc.InvalidDefinitionException: No serializer found for class java.util.Vector by @ggallotti in #575
  • Fix key in hash error by @dmendez in #574

Full Changelog: v2.5.1...v2.6.1

Version 2.5.1 (2022-04-28)

28 Apr 17:56
Compare
Choose a tag to compare

Version 2.4.1 (2022-02-21)

21 Feb 17:57
Compare
Choose a tag to compare

Version 2.3.4 (2021-12-21)

21 Dec 20:06
Compare
Choose a tag to compare

Version 2.2.1 (2021-10-29)

29 Oct 15:06
Compare
Choose a tag to compare

Version 2.1.5 (2021-08-20)

20 Aug 18:21
Compare
Choose a tag to compare

Version 2.0.10 (2021-07-06)

06 Jul 14:28
344ed73
Compare
Choose a tag to compare