Skip to content

Commit 5b317a4

Browse files
authored
Release 24.2.9 (#25)
# Description Release 24.2.9 - APEX applications upgraded to 24.2 - automated migration script fails when custom ruleset is installed - github #22 provide support for sqlcl 24.4+ where & character is respected as a DEFINEd variable - github #23 international decimal seperator (,) used by default in non english environment for apex_sert_verson preference and should not be - escape special characters in exception text like &, single quote for safer export/import of exceptions
2 parents 284d7db + 2479a05 commit 5b317a4

File tree

385 files changed

+2712
-2355
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

385 files changed

+2712
-2355
lines changed
Binary file not shown.

doc/README.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

doc/release_notes.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Release Notes
2+
3+
## 24.2.9
4+
5+
- APEX applications upgraded to 24.2
6+
- automated migration script fails when custom ruleset is installed
7+
- github #22 provide support for sqlcl 24.4+ where & character is respected as a DEFINEd variable
8+
- github #23 international decimal seperator (,) used by default in non english environment for apex_sert_verson preference and should not be
9+
- escape special characters in exception text like &, single quote for safer export/import of exceptions
10+
11+
## 24.2.8
12+
13+
- Remove APEX version from exception checksum checks in exception export/import
14+
- github#16 When custom image used for application, it does not render in SERT
15+
- avoid reference to sert_core tables within APP for AOP and DocGen
16+
- SERT Open Source - How to enable AOP
17+
- move sert_pub AOP grants to aop product folder
18+
- comments don't appear after creation when running sert in other workspaces
19+
- sert_core.schedule_api.process_eval_summary_results fails with large result sets
20+
- After uploading exception from API, no exceptions are logged

product/sert/apex/application/f2100/application/comments.sql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- file_checksum: EBA6C5388E64D0B58DC564A672E47FBD8E8CCEE631BA722976043EB61CE4C6D1
1+
-- file_checksum: BAF20D8D230FCE2E0C78E71665C444C825C874BF360FB7BF4C4D3E9723C2CE31
22
-------------------------------------------------------------------------------
33
-- Copyright (c) 2024,2025 Oracle and/or its affiliates.
44
-- Licensed under the Universal Permissive License v 1.0 as shown
@@ -10,8 +10,8 @@ begin
1010
-- APPLICATION COMMENTS: 2100
1111
-- Manifest End
1212
wwv_flow_imp.component_begin (
13-
p_version_yyyy_mm_dd=>'2024.05.31'
14-
,p_release=>'24.1.7'
13+
p_version_yyyy_mm_dd=>'2024.11.30'
14+
,p_release=>'24.2.0'
1515
,p_default_workspace_id=>32049826282261068
1616
,p_default_application_id=>2100
1717
,p_default_id_offset=>43721417861278263

product/sert/apex/application/f2100/application/create_application.sql

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
-- file_checksum: 13FCDBE945872E5513D7888753E8EDE0AE3688262413992DEB65279789522550
1+
-- file_checksum: FCA4892F61E22203BF84C2275C67FB99249DE8641D57F31B5719B29B680CB390
22
prompt --application/create_application
33
begin
44
-- Manifest
55
-- FLOW: 2100
66
-- Manifest End
77
wwv_flow_imp.component_begin (
8-
p_version_yyyy_mm_dd=>'2024.05.31'
9-
,p_release=>'24.1.7'
8+
p_version_yyyy_mm_dd=>'2024.11.30'
9+
,p_release=>'24.2.0'
1010
,p_default_workspace_id=>32049826282261068
1111
,p_default_application_id=>2100
1212
,p_default_id_offset=>43721417861278263
@@ -55,6 +55,7 @@ wwv_imp_workspace.create_flow(
5555
,p_substitution_value_01=>'APEX-SERT'
5656
,p_file_prefix => nvl(wwv_flow_application_install.get_static_app_file_prefix,'')
5757
,p_files_version=>204
58+
,p_version_scn=>44714464236177
5859
,p_print_server_type=>'INSTANCE'
5960
,p_file_storage=>'DB'
6061
,p_is_pwa=>'Y'

product/sert/apex/application/f2100/application/delete_application.sql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- file_checksum: 3E67E29F7F6A3EC342E7EDD52298C68D9FD43D9FFFAC191E81D9A72B68A943C6
1+
-- file_checksum: 90CFDF96CF1E93B3A394603F7C1E9C05493B6EB8F9481B5C9EAD766198D95B6A
22
-------------------------------------------------------------------------------
33
-- Copyright (c) 2024,2025 Oracle and/or its affiliates.
44
-- Licensed under the Universal Permissive License v 1.0 as shown
@@ -7,8 +7,8 @@
77
prompt --application/delete_application
88
begin
99
wwv_flow_imp.component_begin (
10-
p_version_yyyy_mm_dd=>'2024.05.31'
11-
,p_release=>'24.1.7'
10+
p_version_yyyy_mm_dd=>'2024.11.30'
11+
,p_release=>'24.2.0'
1212
,p_default_workspace_id=>32049826282261068
1313
,p_default_application_id=>2100
1414
,p_default_id_offset=>43721417861278263

product/sert/apex/application/f2100/application/deployment/buildoptions.sql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- file_checksum: 2F0E2F7AAC88560A14798760A2493904E5A79B3EAD4570EA98884E8905AD3959
1+
-- file_checksum: FDF772C08515810E6B957104AFC02A048BF094969D39836CF50CA42ABAC58A79
22
-------------------------------------------------------------------------------
33
-- Copyright (c) 2024,2025 Oracle and/or its affiliates.
44
-- Licensed under the Universal Permissive License v 1.0 as shown
@@ -10,8 +10,8 @@ begin
1010
-- INSTALL BUILD OPTIONS: 2100
1111
-- Manifest End
1212
wwv_flow_imp.component_begin (
13-
p_version_yyyy_mm_dd=>'2024.05.31'
14-
,p_release=>'24.1.7'
13+
p_version_yyyy_mm_dd=>'2024.11.30'
14+
,p_release=>'24.2.0'
1515
,p_default_workspace_id=>32049826282261068
1616
,p_default_application_id=>2100
1717
,p_default_id_offset=>43721417861278263

product/sert/apex/application/f2100/application/deployment/checks.sql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- file_checksum: 081313C0A6E2B0F0656B7F4045E617BF67CBAE170798FF33280A8AF37BEEB153
1+
-- file_checksum: DCE84A3E15E13C2CAA0F29BE7CE1104D1AC38E5B5330B1337402CD434F5705BC
22
-------------------------------------------------------------------------------
33
-- Copyright (c) 2024,2025 Oracle and/or its affiliates.
44
-- Licensed under the Universal Permissive License v 1.0 as shown
@@ -10,8 +10,8 @@ begin
1010
-- INSTALL CHECKS: 2100
1111
-- Manifest End
1212
wwv_flow_imp.component_begin (
13-
p_version_yyyy_mm_dd=>'2024.05.31'
14-
,p_release=>'24.1.7'
13+
p_version_yyyy_mm_dd=>'2024.11.30'
14+
,p_release=>'24.2.0'
1515
,p_default_workspace_id=>32049826282261068
1616
,p_default_application_id=>2100
1717
,p_default_id_offset=>43721417861278263

product/sert/apex/application/f2100/application/deployment/definition.sql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- file_checksum: FEE6635B03EEB1050E6EE17A03C26F49B76CFA1AE984BDAB05A96F11BAB82F94
1+
-- file_checksum: C5BA6033FF1FE8799FCE3FBAD6D1ABBD85751A6E70519F98521EB53CDFF4CBDE
22
-------------------------------------------------------------------------------
33
-- Copyright (c) 2024,2025 Oracle and/or its affiliates.
44
-- Licensed under the Universal Permissive License v 1.0 as shown
@@ -10,8 +10,8 @@ begin
1010
-- INSTALL: 2100
1111
-- Manifest End
1212
wwv_flow_imp.component_begin (
13-
p_version_yyyy_mm_dd=>'2024.05.31'
14-
,p_release=>'24.1.7'
13+
p_version_yyyy_mm_dd=>'2024.11.30'
14+
,p_release=>'24.2.0'
1515
,p_default_workspace_id=>32049826282261068
1616
,p_default_application_id=>2100
1717
,p_default_id_offset=>43721417861278263

product/sert/apex/application/f2100/application/pages/page_00000.sql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- file_checksum: A26E193A869ED49B520DCA33F40E47AD7906F8D7520C0E90A612DBE44AB4500F
1+
-- file_checksum: FCA53362FFCE26CEE9565E7CBD6121AB9391B658B753809648E2538C8C49BE95
22
-------------------------------------------------------------------------------
33
-- Copyright (c) 2024,2025 Oracle and/or its affiliates.
44
-- Licensed under the Universal Permissive License v 1.0 as shown
@@ -10,8 +10,8 @@ begin
1010
-- PAGE: 00000
1111
-- Manifest End
1212
wwv_flow_imp.component_begin (
13-
p_version_yyyy_mm_dd=>'2024.05.31'
14-
,p_release=>'24.1.7'
13+
p_version_yyyy_mm_dd=>'2024.11.30'
14+
,p_release=>'24.2.0'
1515
,p_default_workspace_id=>32049826282261068
1616
,p_default_application_id=>2100
1717
,p_default_id_offset=>43721417861278263

0 commit comments

Comments
 (0)