Skip to content

Commit

Permalink
Release 6.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
machacjozef committed Jan 19, 2024
1 parent c60060e commit 87c16d5
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,21 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

Full Changelog: [https://github.com/netgrif/application-engine/commits/v6.3.2](https://github.com/netgrif/application-engine/commits/v6.3.2)

## [6.3.2](https://github.com/netgrif/application-engine/releases/tag/v6.3.1) (2023-11-08)
## [6.3.3](https://github.com/netgrif/application-engine/releases/tag/v6.3.3) (2024-01-19)

### Fixed

- [NAE-1930] Modify Annotation in LdapUser Class for Indexing
- [NAE-1931] Implementation of Index Re-Creation after MongoDB Database Drop
- [NAE-1934] Remove devtools dependency
- [NAE-1938] Slow Indexing of Elastic Tasks

### Added

- [NAE-1932] Enhancement of Redis Connector to Support Authentication


## [6.3.2](https://github.com/netgrif/application-engine/releases/tag/v6.3.2) (2023-11-08)

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.netgrif</groupId>
<artifactId>application-engine</artifactId>
<version>6.3.2</version>
<version>6.3.3</version>
<packaging>jar</packaging>

<name>NETGRIF Application Engine</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ public class ElasticTaskExecutorProperties {
private int size = 50;
private int maxPoolSize = size*10;
private boolean allowCoreThreadTimeOut = true;
private int keepAliveSeconds = 60;
private int keepAliveSeconds = 30;
private String threadNamePrefix = "ElasticTaskExecutor-";
}

0 comments on commit 87c16d5

Please # to comment.