File tree Expand file tree Collapse file tree
elide-core/src/test/java/example/packageshareable
elide-example-models/src/main/java/com/yahoo/elide/models/generics Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 */
66package example .packageshareable ;
77
8- import com .yahoo .elide .annotation .Include ;
9-
108import java .util .Collection ;
119
1210import javax .persistence .Entity ;
2018 * Container for ShareableWithPackageShare and UnshareableWithEntityUnshare.
2119 */
2220@ Entity
23- @ Include (rootLevel = true )
2421public class ContainerWithPackageShare {
2522 private long id ;
2623 private Collection <UnshareableWithEntityUnshare > unshareableWithEntityUnshares ;
Original file line number Diff line number Diff line change 55 */
66package example .packageshareable ;
77
8- import com .yahoo .elide .annotation .Include ;
9-
108import javax .persistence .Entity ;
119import javax .persistence .FetchType ;
1210import javax .persistence .GeneratedValue ;
1816 * Package level shareable bean.
1917 */
2018@ Entity
21- @ Include (rootLevel = true )
2219public class ShareableWithPackageShare {
2320 private long id ;
2421 private ContainerWithPackageShare container ;
Original file line number Diff line number Diff line change 55 */
66package example .packageshareable ;
77
8- import com .yahoo .elide .annotation .Include ;
98import com .yahoo .elide .annotation .SharePermission ;
109
1110import javax .persistence .Entity ;
2019 */
2120@ Entity
2221@ SharePermission (sharable = false )
23- @ Include (rootLevel = true )
2422public class UnshareableWithEntityUnshare {
2523 private long id ;
2624 private ContainerWithPackageShare container ;
Original file line number Diff line number Diff line change 44 * See LICENSE file in project root for terms.
55 */
66@ SharePermission
7+ @ Include (rootLevel = true )
78package example .packageshareable ;
89
10+ import com .yahoo .elide .annotation .Include ;
911import com .yahoo .elide .annotation .SharePermission ;
Original file line number Diff line number Diff line change 66
77package com .yahoo .elide .models .generics ;
88
9- import com .yahoo .elide .annotation .Include ;
10-
119import javax .persistence .Entity ;
1210
1311/**
1412 * Helper class to test parameterized subclass/superclass hierarchies.
1513 */
16- @ Include (rootLevel = true )
1714@ Entity
1815public class Employee extends Peon <Manager > {
1916}
Original file line number Diff line number Diff line change 66
77package com .yahoo .elide .models .generics ;
88
9- import com .yahoo .elide .annotation .Include ;
10-
119import javax .persistence .Entity ;
1210
1311/**
1412 * Tests a parameterized superclass.
1513 */
16- @ Include (rootLevel = true )
1714@ Entity
1815public class Manager extends Overlord <Employee > {
1916}
Original file line number Diff line number Diff line change 44 * See LICENSE file in project root for terms.
55 */
66
7+ @ Include (rootLevel = true )
78@ SharePermission
89package com .yahoo .elide .models .generics ;
910
11+ import com .yahoo .elide .annotation .Include ;
1012import com .yahoo .elide .annotation .SharePermission ;
Original file line number Diff line number Diff line change 501501 <plugin >
502502 <groupId >org.owasp</groupId >
503503 <artifactId >dependency-check-maven</artifactId >
504- <version >5.3.2 </version >
504+ <version >6.1.1 </version >
505505 <configuration >
506506 <failBuildOnCVSS >7</failBuildOnCVSS >
507507 <skipSystemScope >true</skipSystemScope >
You can’t perform that action at this time.
0 commit comments