Issues
- Hibernate5 deprecated: Query.set{Object} => setParameterEVALSYS-1599Resolved issue: EVALSYS-1599David Horwitz
- Migrate queries away from positional paramsEVALSYS-1597Resolved issue: EVALSYS-1597Earle Nietzel
- ClassCastException when creating a new scaleEVALSYS-1578Resolved issue: EVALSYS-1578Earle Nietzel
- OutOfMemoryError and server down when loading a report with matrix grouped scalesEVALSYS-1577Resolved issue: EVALSYS-1577Daniel Merino
- Error viewing an eval reportEVALSYS-1567Resolved issue: EVALSYS-1567Miguel Pellicer
- Evaluation should update configuration data even if auto.ddl offEVALSYS-1551
- Evalsys won't start up on clean Oracle DB since Sakai 10EVALSYS-1518Resolved issue: EVALSYS-1518
- Add conversion script for EVALSYS-1456 (available evaluatee)EVALSYS-1517Resolved issue: EVALSYS-1517Matthew Jones
- Upgrade to Hibernate 4EVALSYS-1510Resolved issue: EVALSYS-1510Earle Nietzel
- Evaluation no longer compiles after hibernate 4.x upgradeEVALSYS-1509Resolved issue: EVALSYS-1509Earle Nietzel
- Errors starting 2 app servers concurrently from data fixupEVALSYS-1503
- Extend administrate-search to enable keyword searching by Assign Group NameEVALSYS-1499Resolved issue: EVALSYS-1499Matthew Jones
- Section awareness conversion script snippet in wrong file(s)EVALSYS-1480Resolved issue: EVALSYS-1480Brian J.
- Deadlock when group is created in templateEVALSYS-1478
- Support for roster/section based deliveryEVALSYS-1472Resolved issue: EVALSYS-1472Brian J.
- Change Hibernate DTD path to www.hibernate.orgEVALSYS-1449Resolved issue: EVALSYS-1449Sam Ottenhoff
- Tests are failing in evaluationsEVALSYS-1443Resolved issue: EVALSYS-1443
- MySQL conversion script alters the wrong table, is missing other changesEVALSYS-1383
- Consolidated email processing fails to record eval completionEVALSYS-1381
- Test Failure EvaluationDaoImplTest in testGetEvaluationsForOwnerAndGroupsEVALSYS-1373Resolved issue: EVALSYS-1373
- Assigning evals to more than one hierarchy node can result in stacktrace and failure when saving the evalsEVALSYS-1244Resolved issue: EVALSYS-1244Aaron Zeckoski
- Checking allRolesParticipate property can cause a fatal error during provider sync if property is nullEVALSYS-1177Resolved issue: EVALSYS-1177Marc Savitsky
- instructorViewAllResults property of EvalEvaluation should be false by defaultEVALSYS-1176Resolved issue: EVALSYS-1176Jim Eng
- Property added to hibernate mapping but not DDL or conversion scriptsEVALSYS-1160Resolved issue: EVALSYS-1160Marc Savitsky
- Consolidated email processing sends emails to people who have completed all evalsEVALSYS-1155Resolved issue: EVALSYS-1155Jim Eng
- Slight discrepancy in Oracle DDL for 1.3 -> 1.4 SQL scriptEVALSYS-1153
- MySQL conversion script should refer to tables in same case they were created inEVALSYS-1144Resolved issue: EVALSYS-1144Jim Eng
- ENABLE_SAKAI_ADMIN_ACCESS should be set to true in conversion scriptEVALSYS-1143Resolved issue: EVALSYS-1143Rick Moyer
- DDL statements to create EVAL_ADMIN table missing from oracle conversion scriptsEVALSYS-1142Resolved issue: EVALSYS-1142Aaron Zeckoski
- Update sql ddl files and conversion scripts to support availableEmailSent property in EvalEvaluationEVALSYS-1136Resolved issue: EVALSYS-1136Jim Eng
- Updates related to consolidated email processing should be committed frequentlyEVALSYS-1131Resolved issue: EVALSYS-1131Jim Eng
- Query to insert items into consolidated email queue fails in OracleEVALSYS-1130Resolved issue: EVALSYS-1130Jim Eng
- Loading the "Evaluations to take" widget on Summary page times out for admin with lots of evalsEVALSYS-1128Resolved issue: EVALSYS-1128Jim Eng
- Add sakai2.8 profiles in all pom.xml that have other version-based profilesEVALSYS-1112Resolved issue: EVALSYS-1112Nicola Monat-Jacobs
- Need to update DDL scriptsEVALSYS-1069
- Need SQL scripts to migrate from evalsys 1.2.x to 1.3.xEVALSYS-1068Resolved issue: EVALSYS-1068Nicola Monat-Jacobs
- Oracle DDL files use outdated syntaxEVALSYS-1064Resolved issue: EVALSYS-1064
- Should be possible to activate EVALSYS profiles by propertiesEVALSYS-1052Resolved issue: EVALSYS-1052Jim Eng
- SQL constraint error on deleting the copy of a locked itemEVALSYS-1035
- Startup problem when auto.ddl=false and at least one configuration setting is configurableEVALSYS-1034
- Server restart leaves orphaned eval_update_timerEVALSYS-1032
- Preloading eval configuration is not workingEVALSYS-968Resolved issue: EVALSYS-968
- (old) Extend administrate-search to enable keyword searching by Assign Group NameEVALSYS-958Resolved issue: EVALSYS-958
- Trunk of evalsys OOTB fails to start using MySQLEVALSYS-943Resolved issue: EVALSYS-943Aaron Zeckoski
- Need a new property for selection of evaluations based on a locally defined selectorEVALSYS-861Resolved issue: EVALSYS-861Jim Eng
- Checking lock when updating an EvalItem prevents the EvalItem from being savedEVALSYS-852Resolved issue: EVALSYS-852Jim Eng
- Deadlock from multiple record insertion (mysql index locking)EVALSYS-781
- Fix inefficient TQ single-email-per-student notification queries/code designEVALSYS-770Resolved issue: EVALSYS-770Jim Eng
- Cannot delete closed evaluationEVALSYS-720Resolved issue: EVALSYS-720Aaron Zeckoski
- Add UserAssignment to data modelEVALSYS-656Resolved issue: EVALSYS-656Aaron Zeckoski
50 of 70
Hibernate5 deprecated: Query.set{Object} => setParameter
Fixed
GENERAL
TESTING
GENERAL
TESTING
Description
is related to
Created July 15, 2021 at 7:12 AM
Updated July 16, 2021 at 10:11 AM
Resolved July 16, 2021 at 10:11 AM
https://docs.jboss.org/hibernate/orm/5.5/javadocs/org/hibernate/query/Query.html
setString
setBoolean
setDate
setEntity
setLong
setInteger
=> setParameter