Skip to content

Commit

Permalink
Merge pull request #1 from amusarra/feature/migration-to-liferay-73
Browse files Browse the repository at this point in the history
Feature/migration to liferay 7.3.5 GA6
  • Loading branch information
amusarra committed Sep 6, 2021
2 parents 93211aa + 855cbfd commit f7f3d70
Show file tree
Hide file tree
Showing 24 changed files with 48 additions and 39 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ test-classes/
test-coverage/
test-results/
tmp/
.vscode/settings.json
1 change: 1 addition & 0 deletions .java-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.8
4 changes: 4 additions & 0 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.3.1] - 2020-09-04
### Added
- Added support for Liferay 7.3 GA5

## [1.3.0] - 2020-09-04
### Added
- Added a Syslog Audit Message Processor: The new Message Audit Processor is
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2009-2020 Antonio Musarra's Blog - https://www.dontesta.it
Copyright 2009-2021 Antonio Musarra's Blog - https://www.dontesta.it

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
31 changes: 17 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,20 +72,23 @@ read this [setting developer mode for your server using portal-developer.propert
```
$ telnet localhost 11311
g! lb | grep Audit
732|Active | 10|Liferay CE Foundation - Liferay CE Security Audit - API (2.0.1)|2.0.1
733|Active | 10|Liferay Portal Security Audit API (4.0.6)|4.0.6
734|Active | 10|Liferay Portal Security Audit Event Generators API (3.0.4)|3.0.4
735|Active | 10|Liferay Portal Security Audit Storage API (4.0.6)|4.0.6
833|Active | 10|Liferay CE Foundation - Liferay CE Security Audit - Impl (2.0.1)|2.0.1
834|Active | 10|Liferay Portal Security Audit Event Generators User Management (3.0.2)|3.0.2
835|Active | 10|Liferay Portal Security Audit Implementation (2.0.1)|2.0.1
836|Active | 10|Liferay Portal Security Audit Router (4.0.7)|4.0.7
837|Active | 10|Liferay Portal Security Audit Storage Service (4.0.13)|4.0.13
838|Active | 10|Liferay Portal Security Audit Wiring (4.0.7)|4.0.7
1069|Active | 10|Liferay Portal Security Audit Message Processor (1.1.0)|1.1.0
1070|Active | 10|Liferay Portal Security Audit Capture Events (1.1.0)|1.1.0
g! lb Audit
START LEVEL 20
ID|State |Level|Name
940|Active | 10|Liferay CE Foundation - Liferay CE Portal Security Audit - API (1.0.0)|1.0.0
941|Active | 10|Liferay Portal Security Audit API (5.0.9)|5.0.9
942|Active | 10|Liferay Portal Security Audit Event Generators API (4.0.6)|4.0.6
943|Active | 10|Liferay Portal Security Audit Storage API (5.2.7)|5.2.7
944|Active | 10|Liferay CE Foundation - Liferay CE Portal Security Audit - Impl (1.0.0)|1.0.0
945|Active | 10|Liferay Portal Security Audit Event Generators User Management (4.0.7)|4.0.7
946|Active | 10|Liferay Portal Security Audit Implementation (3.0.6)|3.0.6
947|Active | 10|Liferay Portal Security Audit Router (5.0.11)|5.0.11
948|Active | 10|Liferay Portal Security Audit Storage Service (5.0.17)|5.0.17
949|Active | 10|Liferay Portal Security Audit Wiring (5.0.5)|5.0.5
1386|Active | 15|Liferay Portal Security Audit Capture Events (1.1.1.SNAPSHOT)|1.1.1.SNAPSHOT
1387|Active | 15|Liferay Portal Security Audit Message Processor (1.2.1.SNAPSHOT)|1.2.1.SNAPSHOT
```

As you can see, version 7.2 of Liferay has introduced several more bundles about
the audit framework. One of the most important bundles is the one implements
the Audit Router.
Expand Down Expand Up @@ -180,7 +183,7 @@ Thanks to SonarQube Team for free analysis solution for open source projects.
## License
MIT License

Copyright 2009-2020 Antonio Musarra's Blog - https://www.dontesta.it
Copyright 2009-2021 Antonio Musarra's Blog - https://www.dontesta.it

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion copyright.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2009-2020 Antonio Musarra's Blog - https://www.dontesta.it
* Copyright 2009-2021 Antonio Musarra's Blog - https://www.dontesta.it
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion portal-security-audit-capture-events/bnd.bnd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Bundle-Category: Liferay Audit
Bundle-ContactAddress: https://www.dontesta.it/contatti
Bundle-Copyright: Antonio Musarra's Blog (c) 2020
Bundle-Copyright: Antonio Musarra's Blog (c) 2021
Bundle-Developers: [email protected]
Bundle-DocURL: https://www.dontesta.it
Bundle-License: MIT License
Expand Down
6 changes: 3 additions & 3 deletions portal-security-audit-capture-events/build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
apply plugin: "com.liferay.plugin"

dependencies {
compileOnly group: "com.liferay.portal", name: "release.portal.api", version: "7.3.4-ga5"
compileOnly group: "com.liferay.portal", name: "release.portal.api", version: "7.3.5-ga6"
}

version = "1.1.0-SNAPSHOT"
version = "1.1.1-SNAPSHOT"

jar {
bnd ('Bundle-Version': project.version)
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2009-2020 Antonio Musarra's Blog - https://www.dontesta.it
Copyright 2009-2021 Antonio Musarra's Blog - https://www.dontesta.it
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2009-2020 Antonio Musarra's Blog - https://www.dontesta.it
Copyright 2009-2021 Antonio Musarra's Blog - https://www.dontesta.it
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2009-2020 Antonio Musarra's Blog - https://www.dontesta.it
Copyright 2009-2021 Antonio Musarra's Blog - https://www.dontesta.it
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion portal-security-audit-message-processor/bnd.bnd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Bundle-Category: Liferay Audit
Bundle-ContactAddress: https://www.dontesta.it/contatti
Bundle-Copyright: Antonio Musarra's Blog (c) 2020
Bundle-Copyright: Antonio Musarra's Blog (c) 2021
Bundle-Developers: [email protected]
Bundle-DocURL: https://www.dontesta.it
Bundle-License: MIT License
Expand Down
8 changes: 4 additions & 4 deletions portal-security-audit-message-processor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ apply plugin: "com.liferay.plugin"

dependencies {
compileInclude group: "com.cloudbees", name: "syslog-java-client", version: "1.1.7"
compileInclude group: "com.rabbitmq", name: "amqp-client", version: "5.1.2"
compileInclude group: "com.rabbitmq", name: "amqp-client", version: "5.13.1"

compileOnly group: "com.liferay.portal", name: "release.portal.api", version: "7.3.4-ga5"
compileOnly group: "com.liferay.portal", name: "release.portal.api", version: "7.3.5-ga6"
compileOnly group: "javax.mail", name: "mail", version: "1.4"
}

version = "1.2.0-SNAPSHOT"
version = "1.2.1-SNAPSHOT"

jar {
bnd ('Bundle-Version': project.version)
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2009-2020 Antonio Musarra's Blog - https://www.dontesta.it
Copyright 2009-2021 Antonio Musarra's Blog - https://www.dontesta.it
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2009-2020 Antonio Musarra's Blog - https://www.dontesta.it
Copyright 2009-2021 Antonio Musarra's Blog - https://www.dontesta.it
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2009-2020 Antonio Musarra's Blog - https://www.dontesta.it
Copyright 2009-2021 Antonio Musarra's Blog - https://www.dontesta.it
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2009-2020 Antonio Musarra's Blog - https://www.dontesta.it
Copyright 2009-2021 Antonio Musarra's Blog - https://www.dontesta.it
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2009-2020 Antonio Musarra's Blog - https://www.dontesta.it
Copyright 2009-2021 Antonio Musarra's Blog - https://www.dontesta.it
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2009-2020 Antonio Musarra's Blog - https://www.dontesta.it
Copyright 2009-2021 Antonio Musarra's Blog - https://www.dontesta.it
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2009-2020 Antonio Musarra's Blog - https://www.dontesta.it
Copyright 2009-2021 Antonio Musarra's Blog - https://www.dontesta.it
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2009-2020 Antonio Musarra's Blog - https://www.dontesta.it
Copyright 2009-2021 Antonio Musarra's Blog - https://www.dontesta.it
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2009-2020 Antonio Musarra's Blog - https://www.dontesta.it
Copyright 2009-2021 Antonio Musarra's Blog - https://www.dontesta.it
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2009-2020 Antonio Musarra's Blog - https://www.dontesta.it
Copyright 2009-2021 Antonio Musarra's Blog - https://www.dontesta.it
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sonar.projectKey=amusarra_liferay-portal-security-audit
sonar.projectName=liferay-portal-security-audit
sonar.organization=amusarra-github
sonar.projectVersion=1.3.0
sonar.projectVersion=1.3.1
sonar.sources=.
sonar.java.binaries=.

0 comments on commit f7f3d70

Please sign in to comment.