You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fixes 2 issues found when using RG4CFML in a new project (#3)
* Fixing some small issues
* Setting version to 1.7.0-SNAPSHOT
* Feature/#56 java memory management (#4)
* Documenting the issue from the OP in the ticekt.
* Wrapping access to getMemoryXBean into try/catch.
* Test scenario and fix. (#5)
* Changed supported versions of ACF/Lucee
* fix: applyFilter deep search (#6)
* Fixes core problem in #62.
* Testcase
* Prep for 1.7.0 release
* Test for GH #58
* Documentation/Changelog updates
Copy file name to clipboardExpand all lines: README.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,12 @@ raygun4cfml
3
3
4
4
Raygun Crash Reporting client for CFML.
5
5
6
-
Current Version: 1.6.0 (November 23 2023)
6
+
Supported:
7
+
8
+
Adobe CF 2018+
9
+
Lucee 5+
10
+
11
+
Current Version: 1.7.0 (November 14 2024)
7
12
8
13
Dependencies:
9
14
@@ -80,7 +85,7 @@ Download a zip file containing the current content of the repo or a release/tag
80
85
81
86
## Version History
82
87
83
-
See changelog.md for further information.
88
+
See CHANGELOG.md for further information.
84
89
85
90
## General Notes
86
91
@@ -90,6 +95,10 @@ See changelog.md for further information.
90
95
91
96
(3) Version 1.1.0 and newer will not work on Adobe ColdFusion 8 and most likely not on Railo 3 (the latter not tested).
92
97
98
+
(4) Version 1.7.0 and newer will most likely not work with Adobe ColdFUsion 2016 and Railo/Lucee 4.x.
99
+
100
+
(5) On newer Java versions (>11), there is no default access to Java Memory Management unless you add the following argument to your JVM configuration: `--add-opens java.management/sun.management=ALL-UNNAMED`
101
+
93
102
## How to contribute
94
103
95
104
Note: Please be aware that raygun4cfml is not an official Raygun library and not maintained by Raygun stuff. See [LICENSE](LICENSE) for more details.
if (localCGI.keyExists("CONTENT_TYPE") &&localCGI.keyExists("REQUEST_METHOD") &&localCGI.CONTENT_TYPE!="text/html"&&localCGI.CONTENT_TYPE!="application/x-www-form-urlencoded"&&localCGI.REQUEST_METHOD!="GET") {
0 commit comments