- NPE on invalid inline component syntaxLDEV-5533
- Unsupported SOAP webservice CFC styles (document,wrapped)LDEV-5532
- Add StatefulJob Support to Quartz IntegrationLDEV-5531
- onCFCRequest returns 200 for missing template after exceptionLDEV-5530
- Quartz: on a fresh install Quartz scheduler is not startedLDEV-5529Michael Offner
- Quartz: menu points in admin not visibleLDEV-5528Michael Offner
- upgrade to 7 from 6 throws exception lucee.runtime.util.AI not foundLDEV-5527
- regression createObject( "com", "WScript.Shell" ) throws path errorLDEV-5526Resolved issue: LDEV-5526Pothys - MitrahSoft
- cfexecute request time outs throw an interrupted exception which isn't caughtLDEV-5525
- Refactor and improve Syntax ExceptionsLDEV-5524Resolved issue: LDEV-5524
- Redis sessions not working 6.2.1.112-RC and Redis Ext 4.0.0.0LDEV-5522
- fix missing scoping in helperBase.cfcLDEV-5521Resolved issue: LDEV-5521Pothys - MitrahSoft
- add cfdocs exporter to lucee-docsLDEV-5520Zac Spitzer
- wrong constructor called on org.json.JSONObjectLDEV-5519
- Regression: preserveCaseForQueryColumn=false not working in 6.xLDEV-5518Michael Offner
- Implement Secrets Management Interface for LuceeLDEV-5517Michael Offner
- Implement AI Session Serialization and Deserialization FunctionsLDEV-5516Michael Offner
- CFStoredProc - Lucee converts DateTime values to string differently than ACFLDEV-5514
- cfflush not properly streaming output to browserLDEV-5513Michael Offner
- Allow disabling AI setup prompt in exceptionsLDEV-5511
- CFEXECUTE pass process to onProgresss allowing using getOutputStream, for interactive responsesLDEV-5510Resolved issue: LDEV-5510Pothys - MitrahSoft
- admin extension page lists LUCEE_EXTENSIONS with bundle-version instead of versionLDEV-5509Resolved issue: LDEV-5509
- isJson function crashes with specific sequence in string: dot + line feed at the beginningLDEV-5508Michael Offner
- admin datasource code sample can produce invalid resultsLDEV-5507Resolved issue: LDEV-5507Pothys - MitrahSoft
- Quartz: when no storage pause/resume not persistentLDEV-5506Resolved issue: LDEV-5506Pothys - MitrahSoft
- ObjectEquals, add caseSensitive argument, default is falseLDEV-5505Resolved issue: LDEV-5505Pothys - MitrahSoft
- Use virtual threads for CFEXECUTELDEV-5504
- CFEXECUTE switch to using ProcessBuilderLDEV-5503Resolved issue: LDEV-5503Pothys - MitrahSoft
- redis on aws / elastic cache doesn't support keys, only scanLDEV-5502
- tag and function names, args and attrs are all stored in lowercaseLDEV-5501Zac Spitzer
- CFEXECUTE allow returning exit codeLDEV-5500Resolved issue: LDEV-5500Pothys - MitrahSoft
- CFEXECUTE support setting environment variablesLDEV-5499Resolved issue: LDEV-5499Pothys - MitrahSoft
- update tomcat libs to v11LDEV-5498
- add links to extensions on download page (src, docs, repo)LDEV-5497Resolved issue: LDEV-5497Zac Spitzer
- improve AbstrCFMLScriptTransformer templateExceptionsLDEV-5496Zac Spitzer
- change log level to error when extensions can't be installedLDEV-5495Resolved issue: LDEV-5495Zac Spitzer
- build: add server checkVersionGTE to test suiteLDEV-5494Resolved issue: LDEV-5494Zac Spitzer
- update to postgres 42.7.5LDEV-5493Resolved issue: LDEV-5493Zac Spitzer
- update to mysql 9.2.0LDEV-5492Resolved issue: LDEV-5492Zac Spitzer
- pagePoolClear() causes non heap memory to increase each timeLDEV-5491Michael Offner
- change layout of extension downloads to display min-versionLDEV-5490
- add support for requesting only support extension versions to extension providerLDEV-5489
- include lucee version when download extensionsLDEV-5488
- add min version support to extension downloadLDEV-5487
- LSEuroCurrencyFormat() with Empty Locale Showing Illegal SignLDEV-5486
- enable LUCEE_COMPILER_BLOCK_BYTECODE by default in lucee 7LDEV-5485Resolved issue: LDEV-5485Pothys - MitrahSoft
- Update cfhttp to use http components 5.4LDEV-5484
- LsCurrencyFormat and DollarFormat, add a boolean useBrackets argument for negative valuesLDEV-5483Resolved issue: LDEV-5483Pothys - MitrahSoft
- update installer bundled boncode to 1.0.44LDEV-5482Zac Spitzer
- ConcurrentModificationException - lucee.transformer.dynamic.DynamicInvoker.cleanupLDEV-5481
new date time functions are implemented but hidden
Description
Environment
Attachments
relates to
Details
Assignee
Michael OffnerMichael OffnerReporter
Zac SpitzerZac SpitzerPriority
NewNew Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
NoneAffects versions
Details
Details
Assignee
Reporter
Priority
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
Affects versions
Activity
Michael Offner 23 December 2022 at 13:00
It is NOT an accident tha they are hidden.
This functions only exists for one reason, in case someone does mydate.setSecond(3)
does not use the java method of the object via refelction. But is is bad practice to use this functions in the first place and should not be embraced, because they completely ignore timezone and locales.
They are also deprecated in java for the same reason, see description here:
Zac Spitzer 29 June 2022 at 07:59
this is causing the test case for to fail
Pothys - MitrahSoft 10 June 2022 at 10:34Edited
I have removed the hidden status from these datetime functions and updated the testcase
Pull Request:
Zac Spitzer 9 June 2022 at 16:06Edited
for 6.0, can you make them not hidden and check/add any missing test cases please?
SetDay Sets the day on the Date object.
SetHour Sets the hour on the Date object.
SetMinute Sets the minute on the Date object.
SetMonth Sets the month on the Date object.
SetSecond Sets the second on the Date object.
SetYear Sets the year on the Date object.
there are marked status hidden, with a __ prefix