Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

47 changes: 21 additions & 26 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 1 addition & 6 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions .idea/jarRepositories.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions .idea/sqldialects.xml

This file was deleted.

4 changes: 2 additions & 2 deletions beanie-annotations/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ plugins {
}

dependencies {
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0'
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.11.0'
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.14.0'
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.14.3'
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2021 Nosto Solutions Ltd All Rights Reserved.
* Copyright (c) 2024 Nosto Solutions Ltd All Rights Reserved.
*
* This software is the confidential and proprietary information of
* Nosto Solutions Ltd ("Confidential Information"). You shall not
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2021 Nosto Solutions Ltd All Rights Reserved.
* Copyright (c) 2024 Nosto Solutions Ltd All Rights Reserved.
*
* This software is the confidential and proprietary information of
* Nosto Solutions Ltd ("Confidential Information"). You shall not
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2021 Nosto Solutions Ltd All Rights Reserved.
* Copyright (c) 2024 Nosto Solutions Ltd All Rights Reserved.
*
* This software is the confidential and proprietary information of
* Nosto Solutions Ltd ("Confidential Information"). You shall not
Expand Down
12 changes: 6 additions & 6 deletions beanie-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ plugins {

dependencies {
implementation project(':beanie-annotations')
implementation group: 'junit', name: 'junit', version: '4.12'

implementation group: 'junit', name: 'junit', version: '4.13.2'
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.14.1'
implementation group: 'org.reflections', name: 'reflections', version: '0.9.12'
implementation group: 'org.reflections', name: 'reflections', version: '0.10.2'
implementation group: 'org.jeasy', name: 'easy-random-core', version: '5.0.0'
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0'
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.11.0'
implementation group: 'javax.annotation', name: 'jsr305', version: '1.0'

implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.14.0'
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.14.3'
implementation group: 'com.google.code.findbugs', name: 'jsr305', version: '3.0.2'
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2021 Nosto Solutions Ltd All Rights Reserved.
* Copyright (c) 2024 Nosto Solutions Ltd All Rights Reserved.
*
* This software is the confidential and proprietary information of
* Nosto Solutions Ltd ("Confidential Information"). You shall not
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2021 Nosto Solutions Ltd All Rights Reserved.
* Copyright (c) 2024 Nosto Solutions Ltd All Rights Reserved.
*
* This software is the confidential and proprietary information of
* Nosto Solutions Ltd ("Confidential Information"). You shall not
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
/*
* Copyright (c) 2021 Nosto Solutions Ltd All Rights Reserved.
* Copyright (c) 2024 Nosto Solutions Ltd All Rights Reserved.
*
* This software is the confidential and proprietary information of
* Nosto Solutions Ltd ("Confidential Information"). You shall not
* disclose such Confidential Information and shall use it only in
* accordance with the terms of the agreement you entered into with
* Nosto Solutions Ltd.
*/

package com.nosto.beanie;


import static org.junit.Assert.assertFalse;

import java.lang.reflect.Modifier;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2021 Nosto Solutions Ltd All Rights Reserved.
* Copyright (c) 2024 Nosto Solutions Ltd All Rights Reserved.
*
* This software is the confidential and proprietary information of
* Nosto Solutions Ltd ("Confidential Information"). You shall not
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2021 Nosto Solutions Ltd All Rights Reserved.
* Copyright (c) 2024 Nosto Solutions Ltd All Rights Reserved.
*
* This software is the confidential and proprietary information of
* Nosto Solutions Ltd ("Confidential Information"). You shall not
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2021 Nosto Solutions Ltd All Rights Reserved.
* Copyright (c) 2024 Nosto Solutions Ltd All Rights Reserved.
*
* This software is the confidential and proprietary information of
* Nosto Solutions Ltd ("Confidential Information"). You shall not
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2021 Nosto Solutions Ltd All Rights Reserved.
* Copyright (c) 2024 Nosto Solutions Ltd All Rights Reserved.
*
* This software is the confidential and proprietary information of
* Nosto Solutions Ltd ("Confidential Information"). You shall not
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2021 Nosto Solutions Ltd All Rights Reserved.
* Copyright (c) 2024 Nosto Solutions Ltd All Rights Reserved.
*
* This software is the confidential and proprietary information of
* Nosto Solutions Ltd ("Confidential Information"). You shall not
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2021 Nosto Solutions Ltd All Rights Reserved.
* Copyright (c) 2024 Nosto Solutions Ltd All Rights Reserved.
*
* This software is the confidential and proprietary information of
* Nosto Solutions Ltd ("Confidential Information"). You shall not
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2021 Nosto Solutions Ltd All Rights Reserved.
* Copyright (c) 2024 Nosto Solutions Ltd All Rights Reserved.
*
* This software is the confidential and proprietary information of
* Nosto Solutions Ltd ("Confidential Information"). You shall not
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2021 Nosto Solutions Ltd All Rights Reserved.
* Copyright (c) 2024 Nosto Solutions Ltd All Rights Reserved.
*
* This software is the confidential and proprietary information of
* Nosto Solutions Ltd ("Confidential Information"). You shall not
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2021 Nosto Solutions Ltd All Rights Reserved.
* Copyright (c) 2024 Nosto Solutions Ltd All Rights Reserved.
*
* This software is the confidential and proprietary information of
* Nosto Solutions Ltd ("Confidential Information"). You shall not
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2021 Nosto Solutions Ltd All Rights Reserved.
* Copyright (c) 2024 Nosto Solutions Ltd All Rights Reserved.
*
* This software is the confidential and proprietary information of
* Nosto Solutions Ltd ("Confidential Information"). You shall not
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2021 Nosto Solutions Ltd All Rights Reserved.
* Copyright (c) 2024 Nosto Solutions Ltd All Rights Reserved.
*
* This software is the confidential and proprietary information of
* Nosto Solutions Ltd ("Confidential Information"). You shall not
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2021 Nosto Solutions Ltd All Rights Reserved.
* Copyright (c) 2024 Nosto Solutions Ltd All Rights Reserved.
*
* This software is the confidential and proprietary information of
* Nosto Solutions Ltd ("Confidential Information"). You shall not
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2021 Nosto Solutions Ltd All Rights Reserved.
* Copyright (c) 2024 Nosto Solutions Ltd All Rights Reserved.
*
* This software is the confidential and proprietary information of
* Nosto Solutions Ltd ("Confidential Information"). You shall not
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2021 Nosto Solutions Ltd All Rights Reserved.
* Copyright (c) 2024 Nosto Solutions Ltd All Rights Reserved.
*
* This software is the confidential and proprietary information of
* Nosto Solutions Ltd ("Confidential Information"). You shall not
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2021 Nosto Solutions Ltd All Rights Reserved.
* Copyright (c) 2024 Nosto Solutions Ltd All Rights Reserved.
*
* This software is the confidential and proprietary information of
* Nosto Solutions Ltd ("Confidential Information"). You shall not
Expand Down
Loading