Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
App Blocks
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Genesys PGR
App Blocks
Commits
ad1dafdb
Commit
ad1dafdb
authored
Mar 31, 2020
by
Matija Obreza
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[maven-release-plugin] prepare release application-blocks-1.6
parent
deb48f1a
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
58 additions
and
12 deletions
+58
-12
CHANGELOG.md
CHANGELOG.md
+46
-0
README.md
README.md
+3
-3
auditlog/pom.xml
auditlog/pom.xml
+3
-3
core/pom.xml
core/pom.xml
+1
-1
parent/pom.xml
parent/pom.xml
+1
-1
pom.xml
pom.xml
+2
-2
security/pom.xml
security/pom.xml
+2
-2
No files found.
CHANGELOG.md
View file @
ad1dafdb
# Changelog
## 1.6 Release
March 31, 2020.
-
c03a202 Removed deprecated methods
-
e17d758 Added missing Javadoc
-
2b84c84 Log more information on login events
-
cfd9a0c Handle successful login only for users
-
66a63f0 Account expired
-
2edabb5 Introduce
`SuperModelFilter`
-
2409f4e Fixed generation of NULL/NOTNULL paths for collection paths
-
d6c0215 @Cacheable
`ClassPKServiceImpl#getClassPk()`
-
8690dff Use object mapper with default config in filter copy method
-
ca1faeb Fixed appearing of default values in the NOT filter
-
eb82757 Fix: ensure
`ROLE_EVERYONE`
authority
-
169882e ACL: Setting parent ACL object
-
ab6dc88 Support for runtime-define authorities granted to users
-
2452397 Fixed generation of NULL/NOTNULL paths for nested fields
-
fb0bc5c Added
`normalize()`
method to filters
-
2fe361d Drop all OAuth token related code
-
df1f2a0 Enhanced filter handling
-
695991b Changed building of filter predicate to collecting them into list
-
61e0b5f Extended clearFilters functionality
-
2819f03 Fixed generating of
`NULL`
filter predicate
-
c3a0777 Fixed json serialization of Boolean filters
-
f6372ec Added clearing of NULL and NOTNULL sets in clearFilter
-
eeea83b Fix: check Referrer header if Origin header is missing or method is GET
-
9fa2323 Handling for arrays
-
f5f1a31 Updated BasicModelFilter to fix issues with NULL and NOTNULL
-
6090c3d Fix: Request Origin filter logging
-
843d1e7 Added method for clearing one of Filter fields
-
a782127 CI: Cache maven dependencies
-
4a2ef15 Fix JsonSidConverter
-
3aadc3d Added accessors to object filters
-
35d4621 ES: Store UUID field
-
e27ee1f Use
`@Type(type = "uuid-binary")`
for UUID
-
6dc323d Audit logs: ignore order of referenced entity IDs
-
83ed6a5 OriginCheckFilter: check Referrer header for GET requests
-
75c2294 Serialize @Transitive properties with Jackson
-
1459ebd Fix: ACL cache should be cleared on
`#removeAclAwareModel()`
-
205daff Fix: ACL cache should be cleared in createOrUpdatePermissions
-
73599ef FIX: Missing @CacheEvict on OAuth updateClient()
-
158cecf FIX: allowedOrigins not copied on update
-
da0a58c Implemented a CORS Origins filter
-
4f1122a Sort set values before writing audit log change
## 1.5 Release
January 24, 2019.
...
...
README.md
View file @
ad1dafdb
...
...
@@ -21,7 +21,7 @@ The **core** provides common data models: `BasicModel`, `VersionedModel`, `Audit
<dependency>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
application-blocks-core
</artifactId>
<version>
1.
5
</version>
<version>
1.
6
</version>
</dependency>
```
...
...
@@ -33,7 +33,7 @@ The **security** module provides generic `User` declaration, ACL model and servi
<dependency>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
application-blocks-security
</artifactId>
<version>
1.
5
</version>
<version>
1.
6
</version>
</dependency>
```
...
...
@@ -45,6 +45,6 @@ The **auditlog** provides the model and services to capture changes to JPA entit
<dependency>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
application-blocks-auditlog
</artifactId>
<version>
1.
5
</version>
<version>
1.
6
</version>
</dependency>
```
auditlog/pom.xml
View file @
ad1dafdb
...
...
@@ -19,7 +19,7 @@
<parent>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
application-blocks-parent
</artifactId>
<version>
1.6
-SNAPSHOT
</version>
<version>
1.6
</version>
<relativePath>
../parent/pom.xml
</relativePath>
</parent>
<artifactId>
application-blocks-auditlog
</artifactId>
...
...
@@ -79,13 +79,13 @@
<dependency>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
application-blocks-security
</artifactId>
<version>
1.6
-SNAPSHOT
</version>
<version>
1.6
</version>
</dependency>
<dependency>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
application-blocks-core
</artifactId>
<version>
1.6
-SNAPSHOT
</version>
<version>
1.6
</version>
</dependency>
<dependency>
...
...
core/pom.xml
View file @
ad1dafdb
...
...
@@ -19,7 +19,7 @@
<parent>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
application-blocks-parent
</artifactId>
<version>
1.6
-SNAPSHOT
</version>
<version>
1.6
</version>
<relativePath>
../parent/pom.xml
</relativePath>
</parent>
<artifactId>
application-blocks-core
</artifactId>
...
...
parent/pom.xml
View file @
ad1dafdb
...
...
@@ -19,7 +19,7 @@
<parent>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
application-blocks
</artifactId>
<version>
1.6
-SNAPSHOT
</version>
<version>
1.6
</version>
</parent>
<artifactId>
application-blocks-parent
</artifactId>
<packaging>
pom
</packaging>
...
...
pom.xml
View file @
ad1dafdb
...
...
@@ -18,7 +18,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
application-blocks
</artifactId>
<version>
1.6
-SNAPSHOT
</version>
<version>
1.6
</version>
<packaging>
pom
</packaging>
<name>
Application Building Blocks
</name>
<description>
This is the shared project pom.
</description>
...
...
@@ -49,7 +49,7 @@
<connection>
scm:https://gitlab.croptrust.org/genesys-pgr/application-blocks
</connection>
<developerConnection>
scm:git:git@gitlab.croptrust.org:genesys-pgr/application-blocks.git
</developerConnection>
<url>
git@gitlab.croptrust.org:genesys-pgr/application-blocks.git
</url>
<tag>
HEAD
</tag>
<tag>
application-blocks-1.6
</tag>
</scm>
<issueManagement>
...
...
security/pom.xml
View file @
ad1dafdb
...
...
@@ -19,7 +19,7 @@
<parent>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
application-blocks-parent
</artifactId>
<version>
1.6
-SNAPSHOT
</version>
<version>
1.6
</version>
<relativePath>
../parent/pom.xml
</relativePath>
</parent>
<artifactId>
application-blocks-security
</artifactId>
...
...
@@ -80,7 +80,7 @@
<dependency>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
application-blocks-core
</artifactId>
<version>
1.6
-SNAPSHOT
</version>
<version>
1.6
</version>
</dependency>
<dependency>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment